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-02-19 | test_db_failover is failing after 'autoinit' removal ... | Andrey Andreev | 1 | -1/+1 | |
2015-02-19 | Remove 'autoinit' DB setting | Andrey Andreev | 1 | -2/+1 | |
It doesn't make sense to do a load->database() call but not connect to the database. IIRC there was more stuff in CI_DB_driver::initialize() at some point, so that was probably the reason why the setting existed in the first place. However, now it only results in users making invalid bug reports because they don't understand the feature ... Examples during just the past 2 weeks: #3571 #3601 #3607 | |||||
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> | |||||
2014-02-20 | Remove a few empty 'mock' classes | Andrey Andreev | 2 | -4/+1 | |
2013-07-15 | Fix Travis tests | Andrey Andreev | 1 | -0/+2 | |
2013-02-21 | DB_result tests seem to also depend on autoloading via the class_exists() ↵ | Andrey Andreev | 1 | -0/+0 | |
checks ... | |||||
2012-11-25 | MySQLi tests | Andrey Andreev | 2 | -0/+51 | |
2012-11-05 | Refactored DB Forge | Andrey Andreev | 2 | -3/+4 | |
- 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-10-14 | Adapted DB for VFS changes and fixed Common case in Bootstrap.php | dchill42 | 1 | -2/+43 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-06-26 | Alter test pdo/mysql config | Andrey Andreev | 1 | -1/+1 | |
2012-06-25 | Work-around for a failover test (currently DSNs are only built on class ↵ | Andrey Andreev | 1 | -1/+1 | |
initialization) | |||||
2012-06-23 | Rename pdodriver property to subdriver and make it available to all drivers | Andrey Andreev | 4 | -13/+13 | |
2012-06-09 | Cleanup/optimize tests/mocks/ | Andrey Andreev | 14 | -91/+90 | |
2012-06-04 | Fix an SQLite3 pconnect() bug + other minor changes | Andrey Andreev | 1 | -1/+1 | |
2012-05-25 | Alter the escape like test, since it use raw SQL via query(), the sql ↵ | Taufan Aditya | 1 | -0/+0 | |
statement would need to add ESCAPE clause for database(s) other than mysql | |||||
2012-05-24 | Escape like tests, #136 verification | Taufan Aditya | 1 | -0/+21 | |
2012-05-04 | PDO SQLite bug fixed, for result_object | Taufan Aditya | 1 | -0/+0 | |
2012-05-04 | HAVING clause API code-coverage | Taufan Aditya | 2 | -4/+8 | |
2012-05-04 | Trace error | Taufan Aditya | 1 | -0/+0 | |
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 | Add dsn to pgsql | Taufan Aditya | 2 | -3/+3 | |
2012-04-04 | Simple query builder tests | Taufan Aditya | 2 | -0/+75 | |
2012-04-04 | Adding schema and initial Query Builder code coverage | Taufan Aditya | 4 | -4/+4 | |
2012-04-04 | Add branch to travis list | Taufan Aditya | 1 | -1/+1 | |
2012-04-04 | Fix sqlite issue on PHP 5.4 both for native and PDO driver | Taufan Aditya | 3 | -14/+19 | |
2012-04-04 | DB Drivers test | Taufan Aditya | 8 | -0/+109 | |
2012-04-04 | Set up PDO constant and configuration | Taufan Aditya | 4 | -4/+99 | |
2012-04-03 | Alter SQLite tests config to use the sqlite3 driver under PHP 5.4+ | Andrey Andreev | 1 | -4/+5 | |
2012-03-30 | Multi database setup | Taufan Aditya | 5 | -3/+134 | |
2012-03-28 | Add schema folder | Taufan Aditya | 1 | -0/+0 | |
2012-03-28 | Travis setup and minor cleanup | Taufan Aditya | 2 | -8/+37 | |
2012-03-28 | Preliminary Database Test | Taufan Aditya | 2 | -0/+43 | |
2012-03-28 | Adding core and libraries mock classes | Taufan Aditya | 1 | -0/+0 | |