Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-06 | Fix a lang key typo | Andrey Andreev | 17 | -28/+28 | |
2012-11-06 | Fix #589 | Andrey Andreev | 7 | -6/+98 | |
2012-11-06 | Add an optional escape parameter to insert() and insert_batch() | Andrey Andreev | 1 | -6/+8 | |
"Fixes" #1895 | |||||
2012-11-06 | Fix an escape_identifiers() bug | Andrey Andreev | 1 | -1/+1 | |
2012-11-06 | Added possibility to pass custom database objects to DB Forge and DB Utilities | Andrey Andreev | 9 | -25/+30 | |
Also, their property is no longer public and the utility class no longer extends CI_DB_forge. | |||||
2012-11-05 | Re-fix multiple-column non-primary key indexes | Andrey Andreev | 1 | -1/+1 | |
2012-11-05 | Fix Forge add_column() and modify_column() | Andrey Andreev | 1 | -2/+2 | |
2012-11-05 | Refactored DB Forge | Andrey Andreev | 25 | -1369/+3437 | |
- PDO subdrivers are isolated from each other now. - Added compatibility for pretty much all of the features, for every DB platform. - Unified the way that stuff works in general. - Fixes issue #1005. | |||||
2012-11-05 | Fix DB drivers version() implementations that don't execute a query | Andrey Andreev | 7 | -14/+66 | |
Fails if called prior to the DB connection initialization. | |||||
2012-11-05 | Merge pull request #1948 from GDmac/develop | Alex Bilbie | 1 | -1/+1 | |
Fix #1946 dbforge add_key | |||||
2012-11-02 | [ci skip] DocBlocks for DB drivers' driver classes | Andrey Andreev | 26 | -411/+801 | |
Partially fixes issue #1295. | |||||
2012-11-02 | [ci skip] DocBlocks for DB drivers' result classes | Andrey Andreev | 12 | -43/+64 | |
Partially fixes issue #1295. | |||||
2012-11-02 | [ci skip] DocBlocks for DB drivers' utility classes | Andrey Andreev | 22 | -40/+205 | |
Partially fixes issue #1295. | |||||
2012-11-02 | DocBlocks for base DB classes | Andrey Andreev | 7 | -197/+864 | |
Partially fixes issue #1295. | |||||
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 67 | -67/+134 | |
Also partially fixes issue #1295, fixes inconsistencies in some page-level docblocks and adds include checks in language files. | |||||
2012-11-01 | Remove var_dump() missed in a previous commit | Andrey Andreev | 1 | -1/+0 | |
2012-11-01 | Fix an update_string() bug | Andrey Andreev | 2 | -28/+4 | |
2012-10-31 | Fix #1946 dbforge add_key | GDmac | 1 | -1/+1 | |
add_key not setting multiple-column keys when given array Signed-off-by: GDmac <grdalenoort@gmail.com> | |||||
2012-10-27 | Docblock improvements | Andrey Andreev | 4 | -4/+12 | |
2012-10-27 | Add database schema configuration support (used by PostgreSQL, fix #158) | Andrey Andreev | 4 | -10/+30 | |
2012-10-26 | Fix issue #59 | Andrey Andreev | 1 | -1/+3 | |
2012-10-25 | Merge pull request #1703 from ylynfatt/fix-oracle-out-of-sequence-warning | Andrey Andreev | 1 | -1/+1 | |
Fix for oci_fetch_assoc(): ORA-01002: fetch out of sequence warning | |||||
2012-10-25 | Add missing delimiter in preg_quote() occurences (fix #1929) | Andrey Andreev | 2 | -6/+6 | |
2012-10-24 | An alternative to affected_rows() for insert_batch() and update_batch() (ref ↵ | Andrey Andreev | 1 | -12/+12 | |
#126) | |||||
2012-10-24 | [ci skip] Fix a docblock | Andrey Andreev | 1 | -1/+1 | |
2012-10-24 | [ci skip] style and phpdoc-related changes (rel #1295) | Andrey Andreev | 26 | -62/+147 | |
2012-10-24 | Fix issue #1925 (order_by() with = FALSE) | Andrey Andreev | 1 | -1/+1 | |
2012-10-23 | Fix issue #1917 | Andrey Andreev | 4 | -10/+86 | |
2012-10-23 | Alter _compile_order_by() to re-fix MSSQL, SQLSRV limit() | Andrey Andreev | 1 | -4/+6 | |
2012-10-23 | Fix issues #134, #1911 | Andrey Andreev | 1 | -11/+5 | |
2012-10-22 | Fix #1913 | Andrey Andreev | 1 | -11/+8 | |
2012-10-22 | Fix where() & having() escaping/prefixing literal values containing a period | Andrey Andreev | 1 | -4/+40 | |
2012-10-22 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Andrey Andreev | 1 | -1/+1 | |
feature/db_qb_aliasing | |||||
2012-10-13 | Apparently not all PHP builds consider mysqli::__construct() with no ↵ | Andrey Andreev | 1 | -1/+1 | |
parameters to be the same as mysqli_init() | |||||
2012-10-12 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Andrey Andreev | 6 | -57/+41 | |
feature/db_qb_aliasing | |||||
2012-10-12 | Fix mysql's db_connect() | Andrey Andreev | 1 | -2/+3 | |
2012-10-12 | Set MySQL client compression to FALSE by default (problems reported with ↵ | Andrey Andreev | 6 | -57/+40 | |
it), fix some typos, add encrypted database connections support and fix SQLSRV CharacterSet setting | |||||
2012-10-12 | Really fix order_by() | Andrey Andreev | 1 | -1/+1 | |
2012-10-12 | Fix order_by() | Andrey Andreev | 1 | -1/+1 | |
2012-10-12 | Fix where_in() | Andrey Andreev | 1 | -1/+1 | |
2012-10-12 | Fix where() with literal multiple conditions | Andrey Andreev | 1 | -16/+27 | |
2012-10-12 | Fix having(), group_by() | Andrey Andreev | 1 | -6/+4 | |
2012-10-12 | Fix delete() with multiple tables and an erroneous variable | Andrey Andreev | 1 | -4/+2 | |
2012-10-12 | Fix _get_operator() for 'LIKE expr ESCAPE' | Andrey Andreev | 2 | -5/+3 | |
2012-10-12 | Merge changes from develop | Andrey Andreev | 25 | -329/+189 | |
2012-10-11 | Fix issue #1875 | Andrey Andreev | 4 | -4/+4 | |
2012-10-09 | Missed an underscore ... doh | Andrey Andreev | 1 | -1/+1 | |
2012-10-09 | Really fix that FROM group condition | Andrey Andreev | 5 | -5/+5 | |
2012-10-09 | Alter fix for issue #1257 | Andrey Andreev | 6 | -1/+118 | |
2012-10-09 | Fix issue #1862 | Andrey Andreev | 1 | -1/+1 | |