summaryrefslogtreecommitdiffstats
path: root/tests/mocks/database/schema
AgeCommit message (Collapse)AuthorFilesLines
2015-08-03[ci skip] Normalize tabs/spacesAndrey Andreev1-1/+1
Partial changes from PR #4016
2015-01-20Ignore mysql_*connect() E_DEPRECATED errors in testsAndrey Andreev1-0/+7
2015-01-12Added support for running unit tests on PHP 5.2Dan Bernardic1-17/+17
Signed-off-by: Dan Bernardic <dan.bernardic@gmail.com>
2012-11-05Refactored DB ForgeAndrey Andreev1-3/+3
- PDO subdrivers are isolated from each other now. - Added compatibility for pretty much all of the features, for every DB platform. - Unified the way that stuff works in general. - Fixes issue #1005.
2012-10-23Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into ↵dchill421-1/+2
load_config_units
2012-10-23Fix a mock db entryAndrey Andreev1-1/+1
2012-10-23Add a test for issue #273Andrey Andreev1-1/+2
2012-10-22Raised CI_Loader test coverage to 93%dchill421-1/+1
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-06-09Cleanup/optimize tests/mocks/Andrey Andreev1-24/+24
2012-05-24Escape like tests, #136 verificationTaufan Aditya1-0/+21
2012-05-04HAVING clause API code-coverageTaufan Aditya1-4/+8
2012-05-04JOIN clause API code-coverageTaufan Aditya1-1/+1
2012-05-03Add user entity into schema skeletonTaufan Aditya1-0/+24
2012-04-05Add select clause testTaufan Aditya1-7/+48
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-04Simple query builder testsTaufan Aditya1-0/+65
2012-04-04Adding schema and initial Query Builder code coverageTaufan Aditya1-0/+0
2012-03-28Add schema folderTaufan Aditya1-0/+0