Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-09 | DB Utility improvements | Andrey Andreev | 12 | -570/+40 | |
- Replaced driver methods _list_databases(), _optimize_table() and _repair_table() with properties - Added defaults for optimize_table() and repair_table() SQL strings (FALSE, as those are mostly MySQL-specific) - Added MSSQL/SQLSRV support for optimize_table() (actually rebuilds table indexes) - Switched public driver methods to protected - Improved CUBRID support for list_databases() as it used to only return the currently used database - Minor speed improvements | |||||
2012-04-09 | Switched public driver methods in DB forge to protected | Andrey Andreev | 11 | -22/+22 | |
2012-04-09 | Multiple DB Forge improvements | Andrey Andreev | 14 | -649/+57 | |
- Replaced driver methods _create_database(), _drop_database(), _drop_table() and _rename_table() with properties - Added defaults for the above mentioned platform-specific queries, so that not all drivers need to define them - Improved support for the SQLite, ODBC and PDO drivers | |||||
2012-04-09 | Add back limit parameter to Interbase and PostgreSQL _delete() due to ↵ | Andrey Andreev | 2 | -2/+4 | |
CI_DB_active_record being abstract | |||||
2012-04-09 | Added a default _delete() method to CI_DB_active_record | Andrey Andreev | 10 | -251/+13 | |
2012-04-09 | Fix AR delete() for MSSQL and SQLSRV | Andrey Andreev | 2 | -16/+20 | |
2012-04-09 | Fix AR delete() for Oracle | Andrey Andreev | 1 | -11/+6 | |
2012-04-09 | Extend fix for #798 to work across all DB drivers instead of just mysql | Andrey Andreev | 5 | -49/+66 | |
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 ↵ | Andrey Andreev | 23 | -465/+29 | |
CI_DB_driver | |||||
2012-04-06 | Fix PDO field and table escaping | Andrey Andreev | 1 | -52/+18 | |
2012-04-05 | Fixed MSSQL and SQLSrv truncate() | Andrey Andreev | 2 | -0/+36 | |
2012-04-05 | Added a default _truncate() method to CI_DB_active_record | Andrey Andreev | 12 | -120/+24 | |
2012-04-05 | Add replace() support for SQLite/SQLite3 | Andrey Andreev | 2 | -8/+43 | |
2012-04-05 | Replaced driver instances of _replace() with one in CI_DB_active_record | Andrey Andreev | 3 | -51/+0 | |
2012-04-05 | Added a default _update() method to CI_DB_active_record | Andrey Andreev | 8 | -252/+0 | |
2012-04-05 | Replaced driver instances of _insert() with one in CI_DB_active_record | Andrey Andreev | 12 | -206/+0 | |
2012-04-05 | Added a default _insert_batch() method instead of requiring each driver to ↵ | Andrey Andreev | 6 | -89/+1 | |
define it and fixed 2 issues related to it | |||||
2012-04-03 | Fix PostgreSQL connection strings | Andrey Andreev | 1 | -3/+3 | |
2012-04-03 | Fix Posgres driver connection string. Current version has incorrect ↵ | Timothy Warren | 1 | -1/+1 | |
"username" parameter, which should be "user" | |||||
2012-04-03 | Fix issue #14 | Andrey Andreev | 2 | -2/+2 | |
2012-04-02 | Merge upstream branch | Andrey Andreev | 7 | -44/+1496 | |
2012-04-02 | Merge upstream branch | Andrey Andreev | 15 | -256/+258 | |
2012-03-29 | Minor improvements to PostgreSQL and SQLite result classes | Andrey Andreev | 2 | -44/+20 | |
2012-03-28 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-oci8 | Andrey Andreev | 7 | -93/+0 | |
2012-03-28 | Add a dummy db_select() method to CI_DB_driver and remove it from drivers ↵ | Andrey Andreev | 7 | -93/+0 | |
that don't have such functionality | |||||
2012-03-28 | Merge upstream branch | Andrey Andreev | 5 | -51/+33 | |
2012-03-28 | Added random ordering support for MSSQL and SQLSRV drivers and removed an ↵ | Andrey Andreev | 2 | -25/+8 | |
unused method | |||||
2012-03-27 | Remove EOF newlines from MySQLi driver and result classes | Andrey Andreev | 2 | -2/+2 | |
2012-03-27 | Merge feature/mysqli_oop branch | Andrey Andreev | 2 | -24/+25 | |
2012-03-26 | Remove remaining access description lines from database classes and ↵ | Andrey Andreev | 1 | -1/+0 | |
styleguide example | |||||
2012-03-26 | Add visibility declarations where they remain missing | Andrey Andreev | 2 | -3/+2 | |
2012-03-26 | Merge upstream branch | Andrey Andreev | 14 | -490/+326 | |
2012-03-26 | Add DSN string support for Oracle | Andrey Andreev | 1 | -2/+85 | |
2012-03-26 | Add ODBC support for the new 'dsn' config value | Andrey Andreev | 1 | -3/+8 | |
2012-03-26 | Improve PostgreSQL DSN string support and add a missing method visibility ↵ | Andrey Andreev | 2 | -19/+54 | |
declaration | |||||
2012-03-26 | Add DSN string and persistent connections support for CUBRID | Andrey Andreev | 1 | -29/+56 | |
2012-03-26 | Add a missing comma | Andrey Andreev | 1 | -1/+1 | |
2012-03-26 | Alter SQLite's escape_str() for LIKE queries | Andrey Andreev | 1 | -3/+3 | |
2012-03-23 | Remove no longer needed reconnect() method | Andrey Andreev | 1 | -15/+0 | |
2012-03-23 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Andrey Andreev | 14 | -576/+292 | |
develop-db-sqlite3 | |||||
2012-03-23 | Add dummy method reconnect() method to CI_DB_driver and remove it from ↵ | Andrey Andreev | 7 | -111/+0 | |
drivers that don't support it | |||||
2012-03-20 | Some small improvements to CI_DB_interbase_result | Andrey Andreev | 2 | -52/+35 | |
2012-03-20 | Some small improvements to CI_DB_interbase_driver | Andrey Andreev | 1 | -96/+49 | |
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 | Merge upstream branch | Andrey Andreev | 40 | -1019/+648 | |
2012-03-20 | Visibility declarations and cleanup for OCI8 result, forge and utility classes | Andrey Andreev | 3 | -54/+31 | |