Age | Commit message (Expand) | Author | Files | Lines |
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 4 | -566/+202 |
2012-04-12 | Changed default CI_DB_result::_data_seek() return value to FALSE and removed ... | Andrey Andreev | 1 | -17/+0 |
2012-04-09 | Add a parameter to SQLite3 and PDO _close() due to CI_DB_driver being abstract | Andrey Andreev | 1 | -1/+2 |
2012-04-09 | DB Utility improvements | Andrey Andreev | 1 | -57/+2 |
2012-04-09 | Switched public driver methods in DB forge to protected | Andrey Andreev | 1 | -2/+2 |
2012-04-09 | Multiple DB Forge improvements | Andrey Andreev | 1 | -71/+2 |
2012-04-09 | Added a default _delete() method to CI_DB_active_record | Andrey Andreev | 1 | -34/+0 |
2012-04-06 | Some minor improvements to the PDO driver | Andrey Andreev | 1 | -33/+26 |
2012-04-06 | Fix a CI_DB_pdo_driver::trans_commit() bug | Andrey Andreev | 1 | -24/+5 |
2012-04-06 | Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_d... | Andrey Andreev | 2 | -45/+8 |
2012-04-06 | Fix PDO field and table escaping | Andrey Andreev | 1 | -52/+18 |
2012-04-05 | Added a default _truncate() method to CI_DB_active_record | Andrey Andreev | 1 | -3/+4 |
2012-04-05 | Added a default _update() method to CI_DB_active_record | Andrey Andreev | 1 | -31/+0 |
2012-04-05 | Replaced driver instances of _insert() with one in CI_DB_active_record | Andrey Andreev | 1 | -17/+0 |
2012-04-05 | Added a default _insert_batch() method instead of requiring each driver to de... | Andrey Andreev | 1 | -17/+0 |
2012-03-28 | Add a dummy db_select() method to CI_DB_driver and remove it from drivers tha... | Andrey Andreev | 1 | -13/+0 |
2012-03-26 | Add visibility declarations where they remain missing | Andrey Andreev | 1 | -1/+1 |
2012-03-23 | Add dummy method reconnect() method to CI_DB_driver and remove it from driver... | Andrey Andreev | 1 | -20/+0 |
2012-03-20 | Visibility declarations and cleanup for PDO forge and utility classes | Andrey Andreev | 2 | -35/+21 |
2012-03-20 | Visibility declarations and cleanup for CI_DB_pdo_result | Andrey Andreev | 1 | -35/+25 |
2012-03-20 | Visibility declarations and cleanup for CI_DB_pdo_driver | Andrey Andreev | 1 | -109/+77 |
2012-03-20 | Remove extraneous newlines | Timothy Warren | 2 | -2/+2 |
2012-03-20 | Revert "PDO driver access modifiers" | Timothy Warren | 3 | -63/+98 |
2012-03-20 | Revert "Fixed visibility declarations on dbforge and utility classes" | Timothy Warren | 2 | -11/+17 |
2012-03-19 | Fixed visibility declarations on dbforge and utility classes | Timothy Warren | 2 | -17/+11 |
2012-03-19 | PDO driver access modifiers | Timothy Warren | 3 | -98/+63 |
2012-03-18 | Merge pull request #1060 from toopay/pdo_meta | Andrey Andreev | 2 | -2/+62 |
2012-03-17 | Remove type casting | Taufan Aditya | 1 | -1/+1 |
2012-03-16 | Spacing and replace array_key_exists | Taufan Aditya | 1 | -2/+2 |
2012-03-09 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop | Phil Sturgeon | 2 | -13/+10 |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 4 | -4/+4 |
2012-03-06 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 2 | -73/+43 |
2012-03-06 | Move dsn property from the PDO to CI_DB_driver so other DB drivers can use it... | Andrey Andreev | 1 | -2/+1 |
2012-03-06 | Resolve _protect_identifiers()/protect_identifiers() usage issues | Andrey Andreev | 2 | -11/+9 |
2012-03-03 | Improve DB version() implementation and add pg_version() support | Andrey Andreev | 1 | -4/+6 |
2012-03-02 | Replaced DB methods _error_message() and _error_number() with error() (issue ... | Andrey Andreev | 1 | -17/+18 |
2012-03-01 | Merge upstream changes | Andrey Andreev | 1 | -26/+11 |
2012-03-01 | Fix a bug in PDO's insert_id() (PostgreSQL-specific) | Andrey Andreev | 1 | -23/+9 |
2012-03-01 | Fix PDO's _version() method where it used to return client version instead of... | Andrey Andreev | 1 | -4/+3 |
2012-02-27 | Fixed a db_set_charset() bug | Andrey Andreev | 1 | -16/+1 |
2012-02-19 | Renaming Active Record to Query Builder across the system | Jamie Rumbelow | 1 | -2/+2 |
2012-02-18 | Fixed meta table method(s) for PDO | Taufan Aditya | 2 | -2/+62 |
2012-02-13 | Added missing space | Timothy Warren | 1 | -1/+1 |
2012-02-13 | Re-added if ! empty clause | Timothy Warren | 1 | -1/+4 |
2012-02-13 | Refixed Old-style pdo connection string | Timothy Warren | 1 | -7/+6 |
2012-02-13 | Semicolon automatically added if not exists after hostname, if only database ... | Taufan Aditya | 1 | -2/+7 |
2012-02-12 | Fixed rtrim issue in hostname fragment, for backward compability | Taufan Aditya | 1 | -5/+3 |
2012-02-10 | Changed double quotes to single | Timothy Warren | 1 | -1/+1 |
2012-02-10 | Fixed old-style pdo connection string | Timothy Warren | 1 | -1/+5 |
2012-02-10 | Grammar correction | Taufan Aditya | 1 | -1/+1 |