wiki.techinc.nl/includes/db
2011-01-20 01:20:27 +00:00
..
CloneDatabase.php I made MySQL work, and broke SQLite in the process. I fix SQLite, and made MySQL break. Fixing MySQL again, hoping that SQLite works too. :) 2010-12-31 21:01:17 +00:00
Database.php Partial revert of r79903, unstubbing needs localisation cache which might need database 2011-01-09 18:31:52 +00:00
DatabaseIbm_db2.php Rm unused assignment of $wgOut. $wgOut needs to be gone from Database code. 2011-01-20 01:20:27 +00:00
DatabaseMssql.php Remove ancient and deprecated newFromParams() constructor wrappers from various DatabaseBase implementations. Only callers are AskSql and WikiTrust. Both are calling the (very old) Database class anyway, so are obviously expecting a MySQL connection and can use the fallback (which yells wfDeprecated) in DatabaseBase 2011-01-07 20:25:52 +00:00
DatabaseMysql.php Remove now-unused SQL timestamp conversion functions added in r77231. They were made obsolete by the querypage-work2 branch merge in r78786 2010-12-31 16:29:44 +00:00
DatabaseOracle.php * fixed oracle code for updater (corrected not null BLOB field adding) 2011-01-10 20:11:43 +00:00
DatabasePostgres.php Remove ancient and deprecated newFromParams() constructor wrappers from various DatabaseBase implementations. Only callers are AskSql and WikiTrust. Both are calling the (very old) Database class anyway, so are obviously expecting a MySQL connection and can use the fallback (which yells wfDeprecated) in DatabaseBase 2011-01-07 20:25:52 +00:00
DatabaseSqlite.php No space after unary minus 2011-01-11 14:30:03 +00:00
LBFactory.php
LBFactory_Multi.php More unused variables 2010-11-30 18:44:50 +00:00
LoadBalancer.php Add DatabaseBase::classFromType() to reduce the 'Database' . $type duplication 2011-01-07 22:32:52 +00:00
LoadMonitor.php