Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-03 | [ci skip] Normalize tabs/spaces | Andrey Andreev | 1 | -1/+1 | |
Partial changes from PR #4016 | |||||
2015-01-20 | Ignore mysql_*connect() E_DEPRECATED errors in tests | Andrey Andreev | 1 | -0/+7 | |
2015-01-12 | Added support for running unit tests on PHP 5.2 | Dan Bernardic | 1 | -17/+17 | |
Signed-off-by: Dan Bernardic <dan.bernardic@gmail.com> | |||||
2012-11-05 | Refactored DB Forge | Andrey Andreev | 1 | -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-23 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into ↵ | dchill42 | 1 | -1/+2 | |
load_config_units | |||||
2012-10-23 | Fix a mock db entry | Andrey Andreev | 1 | -1/+1 | |
2012-10-23 | Add a test for issue #273 | Andrey Andreev | 1 | -1/+2 | |
2012-10-22 | Raised CI_Loader test coverage to 93% | dchill42 | 1 | -1/+1 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-06-09 | Cleanup/optimize tests/mocks/ | Andrey Andreev | 1 | -24/+24 | |
2012-05-24 | Escape like tests, #136 verification | Taufan Aditya | 1 | -0/+21 | |
2012-05-04 | HAVING clause API code-coverage | Taufan Aditya | 1 | -4/+8 | |
2012-05-04 | JOIN clause API code-coverage | Taufan Aditya | 1 | -1/+1 | |
2012-05-03 | Add user entity into schema skeleton | Taufan Aditya | 1 | -0/+24 | |
2012-04-05 | Add select clause test | Taufan Aditya | 1 | -7/+48 | |
2012-04-04 | Resolve postgres issue on create table | Taufan Aditya | 1 | -3/+2 | |
2012-04-04 | Fix postgre table datatype | Taufan Aditya | 1 | -3/+3 | |
2012-04-04 | Use more user-friendly method for dummy create data | Taufan Aditya | 1 | -10/+3 | |
2012-04-04 | Simple query builder tests | Taufan Aditya | 1 | -0/+65 | |
2012-04-04 | Adding schema and initial Query Builder code coverage | Taufan Aditya | 1 | -0/+0 | |
2012-03-28 | Add schema folder | Taufan Aditya | 1 | -0/+0 | |