summaryrefslogtreecommitdiffstats
path: root/tests/mocks/database/db.php
AgeCommit message (Collapse)AuthorFilesLines
2015-02-19test_db_failover is failing after 'autoinit' removal ...Andrey Andreev1-1/+1
2015-02-19Remove 'autoinit' DB settingAndrey Andreev1-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-15Fix Travis testsAndrey Andreev1-0/+2
2012-10-14Adapted DB for VFS changes and fixed Common case in Bootstrap.phpdchill421-2/+43
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-06-23Rename pdodriver property to subdriver and make it available to all driversAndrey Andreev1-4/+4
2012-06-09Cleanup/optimize tests/mocks/Andrey Andreev1-9/+9
2012-04-04Fix sqlite issue on PHP 5.4 both for native and PDO driverTaufan Aditya1-10/+3
2012-04-04DB Drivers testTaufan Aditya1-0/+6
2012-03-30Multi database setupTaufan Aditya1-3/+32
2012-03-28Travis setup and minor cleanupTaufan Aditya1-8/+37
2012-03-28Preliminary Database TestTaufan Aditya1-0/+43