Age | Commit message (Expand) | Author | Files | Lines |
2012-05-23 | Removed the parameter use in database drivers' _close() and added a default _... | Andrey Andreev | 14 | -60/+48 |
2012-05-22 | Removed a space after comment line | Gints Murans | 1 | -1/+1 |
2012-05-22 | Moved destruct to the end of file | Gints Murans | 1 | -7/+17 |
2012-05-22 | Move closing of database connection to CI_DB_driver->__destruct - #1376 | Root | 1 | -0/+7 |
2012-05-19 | Fixed return line and comments | Juan Ignacio Borda | 1 | -8/+3 |
2012-05-18 | added unbuffered_row() to DB_result.php to avoid memory exhausting when deali... | Juan Ignacio Borda | 1 | -0/+18 |
2012-05-15 | Minor changes on the pull #1355 additions | Andrey Andreev | 1 | -4/+4 |
2012-05-15 | Merge pull request #1355 from shidec/develop | Andrey Andreev | 1 | -0/+93 |
2012-05-15 | Escaping boolean data type for postgre | Soesapto Joeni Hantoro | 1 | -10/+2 |
2012-05-15 | Escaping boolean data type for postgre | Soesapto Joeni Hantoro | 1 | -2/+2 |
2012-05-15 | Rollback changes, move it to postgre_driver | Soesapto Joeni Hantoro | 1 | -4/+0 |
2012-05-15 | Rollback changes, move it to postgre_driver | Soesapto Joeni Hantoro | 1 | -1/+1 |
2012-05-15 | Escaping boolean data type on postgre | Soesapto Joeni Hantoro | 1 | -0/+101 |
2012-05-15 | Merge pull request #1324 from toopay/db-tests | Phil Sturgeon | 1 | -12/+7 |
2012-05-11 | Escaping boolean data type, some DBMS (e.g., postgre) need it | Soesapto Joeni Hantoro | 1 | -1/+1 |
2012-05-11 | simpler script, add boolean handling on DB_driver/escape | Soesapto Joeni Hantoro | 1 | -14/+4 |
2012-05-11 | Generate better conditions statement on boolean field type. Actually boolean ... | Soesapto Joeni Hantoro | 1 | -1/+15 |
2012-05-05 | Merge pull request #1325 from st2/develop | Andrey Andreev | 1 | -1/+1 |
2012-05-04 | Update system/database/drivers/interbase/interbase_utility.php | Cusco | 1 | -1/+1 |
2012-05-04 | PDO SQLite bug fixed, for result_object | Taufan Aditya | 1 | -12/+7 |
2012-04-28 | Minor assignment fix. | George Petsagourakis | 1 | -1/+1 |
2012-04-26 | Merge pull request #981 from narfbg/develop-db-postgre | Phil Sturgeon | 2 | -81/+56 |
2012-04-26 | Merge pull request #979 from narfbg/develop-db-cubrid | Phil Sturgeon | 4 | -166/+70 |
2012-04-26 | Merge pull request #1061 from jamierumbelow/develop | Phil Sturgeon | 15 | -280/+291 |
2012-04-26 | PDO patch and run the test | Taufan Aditya | 1 | -1/+1 |
2012-04-26 | A couple more documentation updates | Jamie Rumbelow | 2 | -2/+2 |
2012-04-26 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into develop | Jamie Rumbelow | 56 | -4755/+3669 |
2012-04-24 | Update system/database/drivers/sqlsrv/sqlsrv_driver.php | st2 | 1 | -1/+1 |
2012-04-21 | Use parameter 'get_as_float' of microtime() | dixy | 1 | -4/+4 |
2012-04-15 | Added the ability to insert objects with insert_batch() in Active Reccord. | Iban Eguia | 1 | -1/+2 |
2012-04-12 | Changed default CI_DB_result::_data_seek() return value to FALSE and removed ... | Andrey Andreev | 13 | -83/+9 |
2012-04-10 | Add back an unused argument to _delete() due to CI_DB_driver being abstract | Andrey Andreev | 1 | -1/+1 |
2012-04-10 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-pos... | Andrey Andreev | 2 | -2/+4 |
2012-04-09 | Merge upstream branch | Andrey Andreev | 41 | -1678/+404 |
2012-04-09 | Add a parameter to SQLite3 and PDO _close() due to CI_DB_driver being abstract | Andrey Andreev | 2 | -2/+4 |
2012-04-09 | Merge upstream branch | Andrey Andreev | 41 | -1689/+403 |
2012-04-09 | DB Utility improvements | Andrey Andreev | 14 | -631/+101 |
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 | 15 | -659/+108 |
2012-04-09 | Add back limit parameter to Interbase and PostgreSQL _delete() due to CI_DB_a... | Andrey Andreev | 2 | -2/+4 |
2012-04-09 | Added a default _delete() method to CI_DB_active_record | Andrey Andreev | 11 | -251/+38 |
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 | 6 | -51/+76 |
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 | Merge upstream branch | Andrey Andreev | 38 | -1651/+2557 |
2012-04-06 | Update _delete() and _update() with removal of unsupported LIMIT and ORDER BY | Andrey Andreev | 1 | -8/+4 |
2012-04-06 | Merge upstream branch | Andrey Andreev | 25 | -1178/+223 |
2012-04-06 | Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_d... | Andrey Andreev | 24 | -469/+70 |