wiki.techinc.nl/includes/db
2011-01-05 13:43:13 +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 Followup r73348, r70608: move 'infinity' stuff to DB classes 2011-01-05 13:43:13 +00:00
DatabaseIbm_db2.php MySQL is the only database which quotes identifiers primarily using backticks. Move the backtick based addIdentifierQuotes implementation from the generic into DatabaseMysql and take the duplicated implementation used by oracle, sqlite, ibm_db2, postgresql, and mssql and remove it from all of them migrating it to the generic Database class as the default. 2010-12-04 15:35:36 +00:00
DatabaseMssql.php Followup r73348, r70608: move 'infinity' stuff to DB classes 2011-01-05 13:43:13 +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 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
DatabasePostgres.php Move setup_plpgsql() to PostgresInstaller and make it use status objects for when the rest of this is moved over too 2010-12-27 15:41:11 +00:00
DatabaseSqlite.php More work on getting SQLite to work with unit tests. DB Prefix changing is now static to allow for external classes to change it. 2010-12-31 20:42:39 +00:00
LBFactory.php Fix for r70684: correct description 2010-08-08 12:09:18 +00:00
LBFactory_Multi.php More unused variables 2010-11-30 18:44:50 +00:00
LoadBalancer.php Fix for r79231: $dbname was missing 2010-12-30 07:24:41 +00:00
LoadMonitor.php * standardised file headers 2010-08-08 11:55:47 +00:00