Age | Commit message (Expand) | Author | Files | Lines |
2012-11-13 | Add seed values support for Query Builder order_by | Andrey Andreev | 20 | -34/+142 |
2012-11-13 | Fix issue #1994 | Andrey Andreev | 1 | -2/+2 |
2012-11-12 | Let's follow the style guide... | vkeranov | 1 | -13/+13 |
2012-11-12 | Bring back the AFTER clause for DB Forge add_column() | Andrey Andreev | 15 | -15/+108 |
2012-11-11 | Fix DBForge index creation on MySQL and CUBRID | Andrey Andreev | 5 | -0/+50 |
2012-11-08 | Polish docs for HTML, Inflector, Language, Number, Path, Security and Smiley ... | Andrey Andreev | 1 | -1/+1 |
2012-11-08 | Fix #1985 | Andrey Andreev | 3 | -6/+6 |
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 |
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 |
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 |
2012-11-05 | Fix DB drivers version() implementations that don't execute a query | Andrey Andreev | 7 | -14/+66 |
2012-11-05 | Merge pull request #1948 from GDmac/develop | Alex Bilbie | 1 | -1/+1 |
2012-11-02 | [ci skip] DocBlocks for DB drivers' driver classes | Andrey Andreev | 26 | -411/+801 |
2012-11-02 | [ci skip] DocBlocks for DB drivers' result classes | Andrey Andreev | 12 | -43/+64 |
2012-11-02 | [ci skip] DocBlocks for DB drivers' utility classes | Andrey Andreev | 22 | -40/+205 |
2012-11-02 | DocBlocks for base DB classes | Andrey Andreev | 7 | -197/+864 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 67 | -67/+134 |
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 |
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 |
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 |
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 feature/db_qb_... | Andrey Andreev | 1 | -1/+1 |
2012-10-13 | Apparently not all PHP builds consider mysqli::__construct() with no paramete... | Andrey Andreev | 1 | -1/+1 |
2012-10-12 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_qb_... | Andrey Andreev | 6 | -57/+41 |
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 it),... | Andrey Andreev | 6 | -57/+40 |
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 |