Preparations for Oracle database abstraction update. Take II.
authorJure Kajzer <freakolowsky@users.mediawiki.org>
Tue, 19 May 2009 16:58:56 +0000 (16:58 +0000)
committerJure Kajzer <freakolowsky@users.mediawiki.org>
Tue, 19 May 2009 16:58:56 +0000 (16:58 +0000)
commit95f953b5c30b28f5d0d30950700da70d805155c9
treed47b79f9f42fd3775fbc373bd86a3777667326dc
parent2f2bdad9127abc2b2cc09aecdc5f37e06793e561
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).
includes/db/Database.php
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialRecentchangeslinked.php