Fix total breakage of SQLite web upgrade
authorTim Starling <tstarling@wikimedia.org>
Wed, 1 Aug 2018 00:18:08 +0000 (10:18 +1000)
committerTim Starling <tstarling@wikimedia.org>
Wed, 1 Aug 2018 00:21:25 +0000 (10:21 +1000)
commit7584bf22fb2bda3c66ecf50c1edaad904ee1a649
tree85201daf2703ba12fc13ac9b5083ef4133a652c4
parent3c4f47cd8cc63dbc0ac31984108874deb2e6f078
Fix total breakage of SQLite web upgrade

Partial revert of 8d61cf2793abd2, since LBFactoryTest.php passes without
overriding selectDB() in the current master. It's unclear why it was necessary.

Bug: T200861
Change-Id: I7c0560d7890616899297f81a227db98996d5cb7f
includes/libs/rdbms/database/DatabaseSqlite.php