Sqlite used the base implementation of trying a SELECT 1 query and seeing if it failed. Instead, make it use the sqlite_master table. Also remove the base version of that method since it would always cause this problem and all subclasses have proper implementations. Make LoadBalancerTest::assertWriteAllowed() more explicit and add more assertions there. Change-Id: I6c7b0bea8894c45dfe8931748d6687f0e5d1e101 |
||
|---|---|---|
| .. | ||
| DatabaseDomainTest.php | ||
| DatabaseMssqlTest.php | ||
| DatabaseMysqlBaseTest.php | ||
| DatabaseSqliteRdbmsTest.php | ||
| DatabaseSQLTest.php | ||
| DatabaseTest.php | ||
| DBConnRefTest.php | ||