wiki.techinc.nl/tests/phpunit/includes/libs/rdbms/database
Aaron Schulz d16bfb0a30 rdbms: fix Sqlite::tableExists() method to avoid STATUS_TRX_ERROR
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
2018-06-22 22:33:45 +00:00
..
DatabaseDomainTest.php tests: Enable PHPUnit 4/6 compat layer in some tests that need it 2018-04-07 19:31:24 -07:00
DatabaseMssqlTest.php tests: Enable PHPUnit 4/6 compat layer in some tests that need it 2018-04-07 19:31:24 -07:00
DatabaseMysqlBaseTest.php Use PHP 7 "\u{NNNN}" Unicode codepoint escapes in string literals (part 2) 2018-06-04 16:40:48 +00:00
DatabaseSqliteRdbmsTest.php tests: Enable PHPUnit 4/6 compat layer in some tests that need it 2018-04-07 19:31:24 -07:00
DatabaseSQLTest.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
DatabaseTest.php rdbms: fix Sqlite::tableExists() method to avoid STATUS_TRX_ERROR 2018-06-22 22:33:45 +00:00
DBConnRefTest.php Merge "rdbms: rename CONN_TRX_AUTO constant to CONN_TRX_AUTOCOMMIT" 2018-04-12 20:38:58 +00:00