Revert r36755 for the moment; various things use 'new Database'
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 2 Jul 2008 18:22:38 +0000 (18:22 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 2 Jul 2008 18:22:38 +0000 (18:22 +0000)
commit7b78f7b7aaab4dd49491fed03715590e3b809375
treefef29f3d84b9e1695f6d2ce6954b99a02a4c9174
parenta929cd13557575680623eda0d74ebdf049055355
Revert r36755 for the moment; various things use 'new Database'
or Database::newFromParams() explicitly at the moment. While that's already bad (breaking PG support etc), I'd rather see those get fixed before we go introducing differences between Database and DatabaseMySql.
includes/db/Database.php
includes/db/DatabaseMssql.php
includes/db/DatabaseOracle.php
includes/db/DatabasePostgres.php
includes/db/DatabaseSqlite.php