Changed sequence names to a standard <table>_<field>_seq form.
[lhc/web/wiklou.git] / includes / db / DatabaseOracle.php
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...