wiki.techinc.nl/includes/db
2010-09-02 21:54:53 +00:00
..
Database.php Move createTables() up a level, this code was practically identical 2010-09-01 19:03:56 +00:00
DatabaseIbm_db2.php trim trailing whitespace 2010-09-02 21:43:04 +00:00
DatabaseMssql.php Change usages of Database:: for function names in DatabaseMssql to DatabaseMssql:: 2010-08-25 15:58:58 +00:00
DatabaseMysql.php Revert insertOrUpdate work 2010-08-27 17:35:07 +00:00
DatabaseOracle.php Make getSoftwareLink() static so I can use it without instantiating (and opening) a bunch of databases I probably can't support. Can't have an abstract parent now, so throw an exception for anyone who writes a child class without bothering to implement it. All of this to add some helpful text links in an infobox in the installer :) 2010-08-22 20:55:07 +00:00
DatabasePostgres.php Fixup some method calls with missing parameters 2010-09-02 21:54:53 +00:00
DatabaseSqlite.php Temporary plug for bug 24939 (interwiki creation during installation fails on SQLite), before we switch to new-installer. 2010-08-26 15:47:18 +00:00
DatabaseType.php Move all abstract stuff that DatabaseBase children must implement to new interface DatabaseType. Puts all of the 'must implement' things in one place. Also lets me use abstract statics, as a workaround for r71441 2010-08-26 23:10:11 +00:00
LBFactory.php Fix for r70684: correct description 2010-08-08 12:09:18 +00:00
LBFactory_Multi.php Fix for r70684: correct description 2010-08-08 12:09:18 +00:00
LoadBalancer.php Revert r71250 r71251 r71252 r71253 2010-08-18 14:15:32 +00:00
LoadMonitor.php * standardised file headers 2010-08-08 11:55:47 +00:00