wiki.techinc.nl/includes/db
Jure Kajzer 95f953b5c3 Preparations for Oracle database abstraction update. Take II.
Replaced hardcoded LIMIT clauses with database function (except in maintenance).
Created unionQueries in Database and overloaded it in DatabaseOracle (not commited yet).
Replaced all UNION clauses with function calls (except in maintenance).
2009-05-19 16:58:56 +00:00
..
Database.php Preparations for Oracle database abstraction update. Take II. 2009-05-19 16:58:56 +00:00
DatabaseIbm_db2.php
DatabaseMssql.php
DatabaseOracle.php
DatabasePostgres.php Proposed fix for bug 16937: pg_version() missing server version due to PHP bug. 2009-05-11 11:35:52 +00:00
DatabaseSqlite.php Remove some unused $wgOut's. 2009-04-07 15:56:26 +00:00
LBFactory.php * Skip COMMIT query when no write queries have been done. 2009-02-17 14:06:42 +00:00
LBFactory_Multi.php
LoadBalancer.php * Skip COMMIT query when no write queries have been done. 2009-02-17 14:06:42 +00:00
LoadMonitor.php