Clean up $wgSQLiteDataDir handling and removed standalone sqlite class
authorAaron Schulz <aschulz@wikimedia.org>
Sat, 7 Mar 2015 12:31:08 +0000 (04:31 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 9 Mar 2015 18:35:24 +0000 (18:35 +0000)
commit46cf4f1e3010010e531340b99cbd59469529be0f
treee5ab39cad73fa2bb6c98d8f1d63faa3cf0c8e776
parent887fb377d9df8768d98ed4d7e215f9ce0e538499
Clean up $wgSQLiteDataDir handling and removed standalone sqlite class

* The data directory can now be set via the construction params
* A standalone factory method now replaces the subclass
* Also made mDatabaseFile protected

Change-Id: I1791fd4f630e5c121fa7f68f473411a7c12d0c97
autoload.php
includes/db/DatabaseSqlite.php
includes/installer/SqliteInstaller.php
maintenance/sqlite.inc
maintenance/sqlite.php
maintenance/update.php
tests/phpunit/includes/db/DatabaseSqliteTest.php