Fixed as per Tim's comments on r60665:
[lhc/web/wiklou.git] / includes / db / DatabaseOracle.php
2010-01-20 Jure KajzerFixed as per Tim's comments on r60665:
2010-01-17 Jure KajzerFixed error suppressing suggested in r58559 by Tim...
2010-01-11 Tim StarlingRemove code commented out by r58597
2010-01-10 Aryeh GregorUse string interpolation, not .
2010-01-08 Jure KajzerPrevented delete call in replace function if conditions...
2010-01-08 Tim StarlingFor r60757: implement Database::getType() explicitly...
2010-01-06 Sam ReedAttempt at normalistion of comparison styles - empty...
2010-01-06 Jure KajzerFixed variable name typo from r60665. (problems while...
2010-01-06 Jure KajzerFixed variable name typo from r60665.
2010-01-05 Jure Kajzerfixme for r58356
2009-12-11 Jack Phoenixmore coding style cleanup to DatabaseOracle.php
2009-12-11 Jure KajzerFixed missing table in ora/tables.sql. Replaced instant...
2009-12-10 Aryeh Gregorstylize.php on DatabaseOracle.php
2009-11-27 Jure KajzerFixed wrong field definition for filearchive. Fixed...
2009-11-17 Jure Kajzerreplaced charset definition to php var instead of force...
2009-11-09 Jure KajzerFixed parserTests to work with Oracle (added Anonymous...
2009-11-06 Jure KajzerStarted working on parserTests Oracle compatibility...
2009-11-05 Jure Kajzeradded encoding handlin on delete() and selectRow()...
2009-11-05 Jure Kajzerremoved x-codeBlob functions and modified blob handling...
2009-11-04 Jure KajzerFixed replace function behaviour when required ID not...
2009-11-04 Jure KajzerFixed some Oracle-specific installer and Strict Standar...
2009-11-03 Jure KajzerDatabaseOracle removed makeList overload and added...
2009-10-30 Jure Kajzeroverloaded makeList in DatabaseOracle to handle CLOBs...
2009-10-28 Jure Kajzer* Replaced LIMIT with limitResult call in rebuildrecent...
2009-10-28 Jure KajzerChanged sequence names to a standard <table>_<field...
2009-08-22 Alex ZMostly revert r53358 and r53365 per comments on code...
2009-07-29 Chad Horohoe* Move generic return true; various for lock functions...
2009-07-16 Alex ZFollowup to r53358 - Tweak the function name to be...
2009-07-16 Alex Z(bug 19590) Database error messages are no longer hardc...
2009-07-09 Aryeh GregorRemove redundant no-op implementations
2009-06-16 Aryeh GregorAbstract more methods in DatabaseBase
2009-06-16 Aryeh GregorMake some Database methods optional to override
2009-06-13 Jure Kajzertypos
2009-06-13 Jure KajzerAdded bitwise operations to DatabaseBase and overloaded...
2009-06-12 Aryeh GregorMake Database into abstract class DatabaseBase
2009-06-08 Jure KajzerWeb installation support for Oracle.
2009-06-05 Jure KajzerOracle database abstraction updated.
2009-05-27 Tim StarlingImplemented save/restore logic for sql_big_selects...
2008-11-29 Alexandre Emsenhuber* fixed Doxygen errors in Database.php, DatabasePostgre...
2008-08-18 Chad HorohoeRemove DB logic from SearchEngine. New method in Databa...
2008-07-09 Chad Horohoe(bug 14763) Strict standards issue in DatabasePostgres...
2008-07-02 Brion VibberRevert r36755 for the moment; various things use 'new...
2008-06-27 Chad HorohoeRefactoring (un)lock. All the subclasses are currently...
2008-06-27 Chad HorohoeAdd no-ops for the (un)lock functions.
2008-06-16 Tim Starling* Reorganised the includes directory, creating subdirec...