Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2013-07-15 | Fix Travis tests | Andrey Andreev | 1 | -0/+2 | |
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-23 | Rename pdodriver property to subdriver and make it available to all drivers | Andrey Andreev | 1 | -4/+4 | |
2012-06-09 | Cleanup/optimize tests/mocks/ | Andrey Andreev | 1 | -9/+9 | |
2012-04-04 | Fix sqlite issue on PHP 5.4 both for native and PDO driver | Taufan Aditya | 1 | -10/+3 | |
2012-04-04 | DB Drivers test | Taufan Aditya | 1 | -0/+6 | |
2012-03-30 | Multi database setup | Taufan Aditya | 1 | -3/+32 | |
2012-03-28 | Travis setup and minor cleanup | Taufan Aditya | 1 | -8/+37 | |
2012-03-28 | Preliminary Database Test | Taufan Aditya | 1 | -0/+43 | |