Added missing GPLv2 headers in includes/db.
[lhc/web/wiklou.git] / includes / db / DatabaseOracle.php
2012-04-26 Alexandre EmsenhuberAdded missing GPLv2 headers in includes/db.
2012-02-28 Max SemenikFollow-up r112565: fix code duplication
2012-02-28 Chad Horohoe(bug 34762) Calling close() on a DatabaseBase object...
2012-02-25 Alexandre EmsenhuberPass __METHOD__ to DatabaseBase::begin(), DatabaseBase...
2012-02-09 Sam ReedMore return documentation
2012-02-02 Sam ReedStrict Standards: Declaration of DatabaseOracle::source...
2011-12-20 Jure Kajzer* removed manual cascading of recentchanges on page...
2011-12-02 Sam ReedReverting r103706
2011-11-19 Sam Reed* (bug 8859) Database::update should take array of...
2011-11-10 Sam ReedAdd $fname to tableExists
2011-11-10 Jure Kajzersome more oracle-phpunit-fu (should not affect non...
2011-11-10 Jure Kajzer* Added getInfinity to DatabaseOracle
2011-11-09 Jure Kajzer* phpunit fixes & optimizations for oracle backend
2011-09-06 Chad HorohoeFollowup r96369: update child classes and a few callers
2011-09-02 Jure Kajzer* resolved some issues with sequences and deleting...
2011-08-25 Sam ReedFix fail double pasting from r95497
2011-08-25 Sam ReedFollowup r95449, fix the code to do what it was actuall...
2011-08-24 Sam ReedAllow update to be passed an empty array for the WHERE...
2011-07-08 Jure Kajzer* DatabaseOracle.php binds variables, so using $val...
2011-06-23 Tim StarlingGeneral database-related code cleanup:
2011-06-20 Tim StarlingFollowup r90429:
2011-06-18 PlatonidesAll the databases but MySQL were overriding DatabaseBas...
2011-06-17 Sam ReedSwap else if for elseif
2011-06-09 Jure Kajzer* merge r89759 from REL1_17 into trunk
2011-06-07 Jure Kajzer* fixed table duplication for unit tests
2011-06-02 Jure Kajzer* fixed table duplication for phpunit testing
2011-06-01 Jure Kajzer* unified where clause parameter wrapping for delete...
2011-06-01 Jure Kajzer* updated listTables function to also take in account...
2011-06-01 Jure Kajzer* upgrade patches for oracle 1.17->1.19
2011-05-29 Sam ReedMore documentation in various files
2011-05-26 Sam ReedParam documentation updates/added
2011-05-04 Jure Kajzer* fixed tableName handling for internal purposes (bug...
2011-04-28 Jure Kajzer* close connection in class destructor (unlike MySql...
2011-04-23 Sam ReedTidy up some unused variables and such
2011-04-22 Jure Kajzer* begin, commit, rollback functions updated
2011-04-16 Sam ReedRemove some unused variables/globals
2011-04-15 Jure Kajzer* updated tableName function changed addIdentifierQuote...
2011-04-12 Platonides$wgDBprefix shall be converted to uppercase per r85786
2011-04-12 PlatonidesFollow up r85888: Add the parameter to DatabasePostgres...
2011-04-12 PlatonidesChange the duplicateTableStructure() to use the origina...
2011-04-12 PlatonidesAbstract tableName() by adding new function isQuotedIde...
2011-03-03 Chad Horohoerm unused member var
2011-03-01 Jure Kajzer* forgot about those ...
2011-03-01 Jure Kajzer* OracleInstaller now also supports installation with...
2011-02-18 Sam ReedMark a fixme comment in Oracle DB file for undefined...
2011-01-27 Tim Starling* Fixed Oracle new installer support, broken by r80957...
2011-01-25 Tim Starling* Fixed a bug causing the installer to ignore the ...
2011-01-24 Chad Horohoe* Cleanup massive duplication across Database construct...
2011-01-10 Jure Kajzer* fixed oracle code for updater (corrected not null...
2011-01-10 Jure Kajzer* fixed Oracle code for installer and phpunit tests
2011-01-07 Chad HorohoeRemove ancient and deprecated newFromParams() construct...
2011-01-06 Chad HorohoeFixes for r75545: don't use MEDIAWIKI_INSTALL in the...
2010-12-31 Roan KattouwRemove now-unused SQL timestamp conversion functions...
2010-12-30 Sam ReedFix private class member variable access
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:
next