summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/database
AgeCommit message (Expand)AuthorFilesLines
2021-05-31other test fixesGeorge Petculescu1-1/+1
2018-04-14fix: change to the old array() notationytetsuro1-6/+6
2018-04-03feat: add test codeytetsuro1-0/+23
2017-12-20Refactoring testsGabriel Caruso12-45/+45
2017-06-15Getting right num of rows with LIMIT usage.tianhe19861-1/+1
2017-06-15Adding unit test.tianhe19861-0/+10
2017-02-21[ci skip] Reduce excessive indentation in QB group_by(), having() testsAndrey Andreev1-33/+32
2017-02-21Use less indentation.tianhe19861-22/+22
2017-02-13Add unit test.tianhe19861-0/+70
2016-03-11Merge branch '3.0-stable' into developAndrey Andreev1-2/+25
2016-02-11Fix #4449Andrey Andreev1-2/+25
2016-02-09Merge branch '3.0-stable' into developAndrey Andreev1-0/+20
2016-02-05Fix another regression caused by 805eddaefd9503b5dbbd924bd6da66e29c4768f3Andrey Andreev1-0/+20
2015-12-14Adjust test case for changes from 85bc9fc53e4c3e46b2f4e1b1eac7e2828d4869e6Andrey Andreev1-2/+0
2015-09-01Fix #4093Andrey Andreev1-0/+8
2015-02-26Fix .travis.yml for PHP7 and try to fix a DB testAndrey Andreev1-1/+1
2015-02-19Revert last commit & just ignore E_DEPRECATEDAndrey Andreev1-0/+8
2015-02-19OK, finally 'fix' this testAndrey Andreev1-13/+10
2015-02-19test_db_invalid fails tooAndrey Andreev1-6/+12
2015-02-19test_db_failover is failing after 'autoinit' removal ...Andrey Andreev1-0/+3
2012-11-25MySQLi testsAndrey Andreev1-0/+5
2012-11-02Some micro-optimizationsAndrey Andreev1-1/+1
2012-10-24Fix insert_batch() test caseAndrey Andreev1-1/+1
2012-10-23Fix a mock db entryAndrey Andreev1-2/+2
2012-10-23Add a test for issue #273Andrey Andreev1-0/+16
2012-10-04Fix escape_like_str() testsAndrey Andreev1-2/+2
2012-07-06Fix a join() test ... dohAndrey Andreev1-1/+1
2012-07-06Fix a few join() bugsAndrey Andreev1-0/+20
2012-06-26Fix get_where() testAndrey Andreev1-1/+1
2012-06-09Cleanup/optimize tests/codeigniter/Andrey Andreev15-119/+63
2012-06-04Fix an SQLite3 pconnect() bug + other minor changesAndrey Andreev1-4/+4
2012-05-26Remove ternaryTaufan Aditya1-6/+18
2012-05-25Clean upTaufan Aditya1-2/+2
2012-05-25Explicitely testing escape_like_str APITaufan Aditya3-8/+5
2012-05-25Explicitely testing escape_like_str APITaufan Aditya1-4/+8
2012-05-25Again ... escape_like_str() testsAndrey Andreev1-3/+4
2012-05-25Alter LIKE escaping tests againAndrey Andreev1-1/+8
2012-05-25Alter LIKE escaping tests againAndrey Andreev3-16/+8
2012-05-25Alter the escape like test, since it use raw SQL via query(), the sql stateme...Taufan Aditya1-2/+5
2012-05-24replace space with tabTaufan Aditya1-4/+4
2012-05-24Escape like tests, #136 verificationTaufan Aditya1-0/+47
2012-05-04TRUNCATE code-coverageTaufan Aditya1-0/+61
2012-05-04empty table API code-coverageTaufan Aditya1-0/+39
2012-05-04DELETE code-coverageTaufan Aditya1-0/+72
2012-05-04UPDATE and SET clause code-coverageTaufan Aditya1-0/+71
2012-05-04count code-coverageTaufan Aditya1-0/+44
2012-05-04LIMIT clause API code-coverageTaufan Aditya1-0/+49
2012-05-04ORDER BY clause API code-coverageTaufan Aditya1-0/+55
2012-05-04DISTINCT clause API code-coverageTaufan Aditya1-0/+34
2012-05-04HAVING clause API code-coverageTaufan Aditya1-4/+20