* DatabaseOracle.php binds variables, so using $val = 'NULL' breaks certain maint...
[lhc/web/wiklou.git] / includes / db / DatabaseOracle.php
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:
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()...
next