wiki.techinc.nl/includes/db
2008-08-10 16:19:09 +00:00
..
Database.php Don't die horribly from sql.php when making INSERT/DELETE/UPDATE/CREATE TABLE/etc calls that return 'true' instead of a result object. 2008-08-01 21:00:24 +00:00
DatabaseMssql.php Found the errno for deadlocks on MsSQL, let's return a proper bool instead of no-op. 2008-07-18 12:54:12 +00:00
DatabaseOracle.php (bug 14763) Strict standards issue in DatabasePostgres (also happened with DatabaseOracle, no one reported it though). 2008-07-09 18:14:01 +00:00
DatabasePostgres.php bug 14907 - DatabasePostgres::fieldType() wasn't defined, fatal errors abound. 2008-07-24 12:37:07 +00:00
DatabaseSqlite.php Use wfMkdirParents() because it's cooler (and mkdir() would've failed on parent directory creation without the 'recursive' flag). Also removed an icky hardcoded directory mode. Sadly, this does not fix bug 15108 :p 2008-08-10 16:19:09 +00:00
LBFactory.php * LBFactory is not really much of a factory if it doesn't have new*() functions, is it? Introduced them, for use in parserTests.inc. 2008-07-08 10:41:08 +00:00
LBFactory_Multi.php * LBFactory is not really much of a factory if it doesn't have new*() functions, is it? Introduced them, for use in parserTests.inc. 2008-07-08 10:41:08 +00:00
LoadBalancer.php * Split off DB load monitoring logic into a LoadMonitor class hierarchy, to allow for plugins in this area. 2008-07-07 03:31:00 +00:00
LoadMonitor.php * Split off DB load monitoring logic into a LoadMonitor class hierarchy, to allow for plugins in this area. 2008-07-07 03:31:00 +00:00