wiki.techinc.nl/tests/phpunit/includes/libs/rdbms/database
Aaron Schulz 27cf5ace45 rdbms: add IDatabase::QUERY_* flags to obviate isWriteQuery()
This reduces regex overhead and reliance on brittle assumptions.
This will also be useful for complex write queries involving WITH.
Some RDBMS types allow writes with in the WITH aliases themselves,
in addition to the main query itself. Checking raw SQL strings for
such things would get fairly complex.

Change-Id: I8ac4bc4d671abf02f97e82c5daf7b21271b85e5e
2020-04-28 00:49:11 +00:00
..
DatabaseDomainTest.php phpcs: Enable MediaWiki.Commenting.PhpunitAnnotations.ForbiddenExpectedException* and make pass 2019-10-14 12:48:48 -07:00
DatabaseMysqlBaseTest.php rdbms: Fix DatabaseMysqlBase::streamStatementEnd() possibly failing 2019-11-08 17:25:08 +01:00
DatabaseSqliteRdbmsTest.php rdbms: make Database::build(Greatest|Least) support expressions 2020-02-15 21:56:57 +00:00
DatabaseSQLTest.php rbms: optimize and rename truncateTable() to truncate() 2020-04-21 01:26:18 -07:00
DatabaseTest.php rdbms: add IDatabase::QUERY_* flags to obviate isWriteQuery() 2020-04-28 00:49:11 +00:00
DBConnRefTest.php Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse 2020-01-10 09:32:25 -08:00
DoctrineSchemaBuilderTest.php Improve tests in DoctrineSchemaBuilder 2019-11-22 19:53:10 +01:00