wiki.techinc.nl/tests/phpunit/includes/db
Brad Jorsch 31cb62dd2d DB: Add join conditions to selectField, selectFieldValues, and insertSelect
selectField() and selectFieldValues() are trivial, they just need to
pass it through to select(). In fact, selectFieldValues() was already
doing it, just no one ever updated IDatabase.

insertSelect() is a little more work. nativeInsertSelect() was
originally written as largely a copy-paste of select() and has since
gotten well out of sync. Now that we have selectSQLText(), we should be
able to just use that. DatabasePostgres's implementation can wrap the
parent implementation instead of being another copy-paste, but
DatabaseOracle seems to still need to be special.

Change-Id: I0e6a9e6daa510639d3212641606047a5db96c500
2017-06-14 05:07:42 +00:00
..
DatabaseMysqlBaseTest.php Fix php code style 2017-05-05 12:03:54 +00:00
DatabaseSqliteTest.php Revert, Follow-up: -1 recent contributors 2017-04-27 01:51:21 +00:00
DatabaseSQLTest.php DB: Add join conditions to selectField, selectFieldValues, and insertSelect 2017-06-14 05:07:42 +00:00
DatabaseTest.php Move IDatabase/IMaintainableDatabase to Rdbms namespace 2017-03-28 15:32:38 -07:00
DatabaseTestHelper.php Move DatabaseDomain to Rdbms namespace 2017-02-07 13:21:40 -08:00
LBFactoryTest.php Fix some postgres test failures 2017-05-10 01:59:47 +00:00