summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Remove temporary branch from build listTaufan Aditya1-2/+1
2012-04-06TypoTaufan Aditya1-1/+1
2012-04-06Remove batch test from sqliteTaufan Aditya1-7/+13
2012-04-06Update reference and do the testsTaufan Aditya1-1/+2
2012-04-06Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into db-testsTaufan Aditya25-512/+80
2012-04-06Check the insert resultTaufan Aditya1-0/+11
2012-04-06Renamed _escape_identifiers() to escape_identifiers() and moved it to CI_DB_d...Andrey Andreev25-470/+72
2012-04-06Fix PDO field and table escapingAndrey Andreev1-52/+18
2012-04-06Remove temporary branch from build listTaufan Aditya1-2/+1
2012-04-06Add truncateTaufan Aditya1-0/+4
2012-04-06Insert testTaufan Aditya2-5/+5
2012-04-06Remove temporary branch from build listTaufan Aditya1-2/+1
2012-04-06Include insert testTaufan Aditya2-1/+49
2012-04-05Merge remote-tracking branch 'upstream/develop' into db-testsTaufan Aditya14-100/+95
2012-04-05Rename to db, for more familiar naming conventionTaufan Aditya2-25/+21
2012-04-05Fixed MSSQL and SQLSrv truncate()Andrey Andreev3-0/+37
2012-04-05Added a default _truncate() method to CI_DB_active_recordAndrey Andreev13-120/+42
2012-04-05Add replace() support for SQLite/SQLite3Andrey Andreev3-8/+44
2012-04-05Merge remote-tracking branch 'upstream/develop' into db-testsTaufan Aditya10-311/+52
2012-04-05Replaced driver instances of _replace() with one in CI_DB_active_recordAndrey Andreev4-59/+25
2012-04-05Added a default _update() method to CI_DB_active_recordAndrey Andreev9-252/+27
2012-04-05Remove temporary branch from travis ymlTaufan Aditya1-2/+1
2012-04-05Min, Max, Avg and SumTaufan Aditya1-0/+60
2012-04-05Add select clause testTaufan Aditya3-19/+104
2012-04-05Test last upstream/developTaufan Aditya1-1/+2
2012-04-05Merge remote-tracking branch 'upstream/develop' into db-testsTaufan Aditya14-295/+36
2012-04-05Replaced driver instances of _insert() with one in CI_DB_active_recordAndrey Andreev13-207/+18
2012-04-05Added a default _insert_batch() method instead of requiring each driver to de...Andrey Andreev8-89/+19
2012-04-04Merge remote-tracking branch 'upstream/develop' into db-testsTaufan Aditya6-25/+280
2012-04-04Remove temporary lineTaufan Aditya1-2/+1
2012-04-04Fixed schemaTaufan Aditya1-1/+1
2012-04-04Resolve postgres issue on create tableTaufan Aditya1-3/+2
2012-04-04Fix postgre table datatypeTaufan Aditya1-3/+3
2012-04-04Use more user-friendly method for dummy create dataTaufan Aditya1-10/+3
2012-04-04Add dsn to pgsqlTaufan Aditya2-3/+3
2012-04-04Simple query builder testsTaufan Aditya3-0/+123
2012-04-04Adding schema and initial Query Builder code coverageTaufan Aditya6-6/+6
2012-04-04Merge pull request #1245 from timw4mail/patchPhil Sturgeon1-17/+19
2012-04-04Make database config easier to work withTimothy Warren1-17/+19
2012-04-04Add branch to travis listTaufan Aditya2-2/+3
2012-04-04Remove testing dbTaufan Aditya1-0/+0
2012-04-04Fix sqlite issue on PHP 5.4 both for native and PDO driverTaufan Aditya3-14/+19
2012-04-04DB Drivers testTaufan Aditya10-2/+158
2012-04-04Remove duplicate changelog entries introduced in pull #1225Andrey Andreev1-6/+1
2012-04-04Merge pull request #1225 from ApOgEE/user_guide_compile_fixPhil Sturgeon3-4/+9
2012-04-04Fixing doc link in changelogM. Fauzilkamil Zainuddin1-1/+6
2012-04-04Fixing user_guide compilation warningsM. Fauzilkamil Zainuddin2-3/+3
2012-04-04Set up PDO constant and configurationTaufan Aditya8-10/+105
2012-04-04Merge branch 'form-helper-tests' of https://github.com/tiyowan/CodeIgniter in...Phil Sturgeon1-0/+252
2012-04-04Merge pull request #1242 from tschechniker/patch-1Andrey Andreev2-4/+5