It's here! It's finally here! The skies are falling, pigs have sprouted wings, and...
[lhc/web/wiklou.git] / includes / db / DatabaseOracle.php
2010-12-17 Chad HorohoeMore old installer cruft
2010-12-04 Daniel FriesenMySQL is the only database which quotes identifiers...
2010-12-04 Daniel FriesenFollowup to r77713, rename quote_ident to addIdentifier...
2010-12-04 Daniel FriesenFix a bug in the installer caused by r77487 creating...
2010-11-30 PlatonidesReplace addslashes with Database::addQuotes()
2010-11-24 Alexandre EmsenhuberMoved switches in Special:Unusedimages and Special...
2010-11-23 Max SemenikFixed $fname in some places
2010-11-21 Max SemenikRefactoring of *Field classes:
2010-11-18 Jure Kajzer* Oracle: prefetching column names in ORAResult so...
2010-11-09 Jure Kajzer* BLOB temporary handling
2010-10-30 Chad HorohoeOracle maintainer should enable E_STRICT ;-)
2010-10-30 Chad HorohoeE_STRICT: Function signature should match parent. This...
2010-10-27 Jure Kajzer* installers skips recreation of existing user
2010-10-25 Jure Kajzer* DatabaseOracle - throw connection exception instead...
2010-10-25 Jure Kajzer* fixed accidental revert of r75343
2010-10-25 Jure Kajzer* null value => default value handling
2010-10-24 Sam Reed(bug 24853) Kill failFunction - Fixed! :D
2010-10-19 Jure Kajzer* fixed r74949 remarks
2010-10-18 Jure Kajzer* Installer: works (beta). More testing tomorow.
2010-10-14 Sam ReedBig attack on unused variables...
2010-10-02 Alexandre Emsenhuber__FUNCTION__ -> __METHOD__
2010-09-07 Chad HorohoeFollowup r72535, I suppose I shouldn't break the old...
2010-09-05 Jack Phoenixcoding style tweaks
2010-09-05 Jack Phoenixtrim trailing spaces
2010-08-22 Chad HorohoeMake getSoftwareLink() static so I can use it without...
2010-08-18 Sam ReedRevert r71250 r71251 r71252 r71253
2010-08-18 Sam ReedKill some crappy "failFunction" stuff, marked as old...
2010-08-18 Sam ReedFollowup r71241
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-08-01 Alexandre EmsenhuberStandardisation of file headers
2010-07-25 Sam ReedMore unused globals
2010-07-24 Sam ReedRemoval of unused globals
2010-07-22 Tim StarlingUse $wgContLang not $wgLang for checkTitleEncoding...
2010-07-05 Max SemenikGot rid of remaining usages of immediateBegin()/immedia...
2010-07-04 Alexandre EmsenhuberFixed some doxygen warnings
2010-07-02 Max SemenikRefactored Database*::getLag(): moved the default imple...
2010-07-02 Max Semenik* Replaced the mess of every database class implementin...
2010-06-09 Chad HorohoeFixed a bunch of silly instances of [^!=]==\s*(true...
2010-06-08 Jure Kajzer* Fixed parserTests compatibility for Oracle
2010-05-03 Jure Kajzer* reportQueryError must break execution on parse and...
2010-04-29 PlatonidesActually check sourceFile for failure, showing the...
2010-03-02 Jure Kajzeroracle: missing table prefix
2010-02-23 Jure KajzertableName calls moved inside fieldInfoMulti and removed...
2010-02-20 Alexandre EmsenhuberFix for r62744: use tabs for indentation, not spaces
2010-02-20 Jure KajzertableName has to be encoded before field type checking
2010-01-28 Jure KajzerFixed as per Tim's comments on r61179:
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...