wiki.techinc.nl/tests/phpunit/includes/libs/rdbms/database
Aaron Schulz b992b3aea5 rdbms: make select() warn when FOR UPDATE is used with aggregation
Using FOR UPDATE or LOCK IN SHARE MODE with aggregation leads to
query errors with PostgreSQL.

Bug: T160910
Change-Id: Iaed964e7e59468365cbc62cb4bfd3ad44b898452
2018-04-20 03:42:26 +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 Merge "rdbms: ignore inactive mysql GTIDs in replication position methods" 2018-04-12 01:03:15 +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 rdbms: make select() warn when FOR UPDATE is used with aggregation 2018-04-20 03:42:26 +00:00
DatabaseTest.php rdbms: clean up DBO_TRX behavior for onTransaction* callbacks 2018-04-03 23:16:45 -07:00
DBConnRefTest.php Merge "rdbms: rename CONN_TRX_AUTO constant to CONN_TRX_AUTOCOMMIT" 2018-04-12 20:38:58 +00:00