summaryrefslogtreecommitdiffstats
path: root/system/database
AgeCommit message (Expand)AuthorFilesLines
2012-05-23Removed the parameter use in database drivers' _close() and added a default _...Andrey Andreev14-60/+48
2012-05-22Removed a space after comment lineGints Murans1-1/+1
2012-05-22Moved destruct to the end of fileGints Murans1-7/+17
2012-05-22Move closing of database connection to CI_DB_driver->__destruct - #1376Root1-0/+7
2012-05-19Fixed return line and commentsJuan Ignacio Borda1-8/+3
2012-05-18added unbuffered_row() to DB_result.php to avoid memory exhausting when deali...Juan Ignacio Borda1-0/+18
2012-05-15Minor changes on the pull #1355 additionsAndrey Andreev1-4/+4
2012-05-15Merge pull request #1355 from shidec/developAndrey Andreev1-0/+93
2012-05-15Escaping boolean data type for postgreSoesapto Joeni Hantoro1-10/+2
2012-05-15Escaping boolean data type for postgreSoesapto Joeni Hantoro1-2/+2
2012-05-15Rollback changes, move it to postgre_driverSoesapto Joeni Hantoro1-4/+0
2012-05-15Rollback changes, move it to postgre_driverSoesapto Joeni Hantoro1-1/+1
2012-05-15Escaping boolean data type on postgreSoesapto Joeni Hantoro1-0/+101
2012-05-15Merge pull request #1324 from toopay/db-testsPhil Sturgeon1-12/+7
2012-05-11Escaping boolean data type, some DBMS (e.g., postgre) need itSoesapto Joeni Hantoro1-1/+1
2012-05-11simpler script, add boolean handling on DB_driver/escapeSoesapto Joeni Hantoro1-14/+4
2012-05-11Generate better conditions statement on boolean field type. Actually boolean ...Soesapto Joeni Hantoro1-1/+15
2012-05-05Merge pull request #1325 from st2/developAndrey Andreev1-1/+1
2012-05-04Update system/database/drivers/interbase/interbase_utility.phpCusco1-1/+1
2012-05-04PDO SQLite bug fixed, for result_objectTaufan Aditya1-12/+7
2012-04-28Minor assignment fix.George Petsagourakis1-1/+1
2012-04-26Merge pull request #981 from narfbg/develop-db-postgrePhil Sturgeon2-81/+56
2012-04-26Merge pull request #979 from narfbg/develop-db-cubridPhil Sturgeon4-166/+70
2012-04-26Merge pull request #1061 from jamierumbelow/developPhil Sturgeon15-280/+291
2012-04-26PDO patch and run the testTaufan Aditya1-1/+1
2012-04-26A couple more documentation updatesJamie Rumbelow2-2/+2
2012-04-26Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into developJamie Rumbelow56-4755/+3669
2012-04-24Update system/database/drivers/sqlsrv/sqlsrv_driver.phpst21-1/+1
2012-04-21Use parameter 'get_as_float' of microtime()dixy1-4/+4
2012-04-15Added the ability to insert objects with insert_batch() in Active Reccord.Iban Eguia1-1/+2
2012-04-12Changed default CI_DB_result::_data_seek() return value to FALSE and removed ...Andrey Andreev13-83/+9
2012-04-10Add back an unused argument to _delete() due to CI_DB_driver being abstractAndrey Andreev1-1/+1
2012-04-10Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop-db-pos...Andrey Andreev2-2/+4
2012-04-09Merge upstream branchAndrey Andreev41-1678/+404
2012-04-09Add a parameter to SQLite3 and PDO _close() due to CI_DB_driver being abstractAndrey Andreev2-2/+4
2012-04-09Merge upstream branchAndrey Andreev41-1689/+403
2012-04-09DB Utility improvementsAndrey Andreev14-631/+101
2012-04-09Switched public driver methods in DB forge to protectedAndrey Andreev11-22/+22
2012-04-09Multiple DB Forge improvementsAndrey Andreev15-659/+108
2012-04-09Add back limit parameter to Interbase and PostgreSQL _delete() due to CI_DB_a...Andrey Andreev2-2/+4
2012-04-09Added a default _delete() method to CI_DB_active_recordAndrey Andreev11-251/+38
2012-04-09Fix AR delete() for MSSQL and SQLSRVAndrey Andreev2-16/+20
2012-04-09Fix AR delete() for OracleAndrey Andreev1-11/+6
2012-04-09Extend fix for #798 to work across all DB drivers instead of just mysqlAndrey Andreev6-51/+76
2012-04-06Some minor improvements to the PDO driverAndrey Andreev1-33/+26
2012-04-06Fix a CI_DB_pdo_driver::trans_commit() bugAndrey Andreev1-24/+5
2012-04-06Merge upstream branchAndrey Andreev38-1651/+2557
2012-04-06Update _delete() and _update() with removal of unsupported LIMIT and ORDER BYAndrey Andreev1-8/+4
2012-04-06Merge upstream branchAndrey Andreev25-1178/+223
2012-04-06Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_d...Andrey Andreev24-469/+70