Follow-up r84475 CR; and also documentation fixes; PhpStorm 2.1 is *even more* fussy...
[lhc/web/wiklou.git] / includes / db / DatabaseMssql.php
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-05-09 Chad HorohoeMore silly ternary true : false fixes
2011-04-12 PlatonidesFollow up r85888: Add the parameter to DatabasePostgres...
2011-04-12 PlatonidesAbstract tableName() by adding new function isQuotedIde...
2011-02-27 Sam ReedRemove unreachable return
2011-02-18 Sam ReedFixup assignment in loop
2011-02-18 Sam ReedFixup whitespace, brackets etc
2011-01-24 Chad Horohoe* Cleanup massive duplication across Database construct...
2011-01-07 Chad HorohoeRemove ancient and deprecated newFromParams() construct...
2011-01-05 Chad HorohoeFollowup r73348, r70608: move 'infinity' stuff to DB...
2010-12-31 Roan KattouwRemove now-unused SQL timestamp conversion functions...
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-11-30 Sam Reedqualify call to array_to_obj
2010-11-25 Sam ReedMore reversion of r77297, 1 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-24 Alexandre EmsenhuberMoved switches in Special:Unusedimages and Special...
2010-11-23 Antoine Mussodieout() now default to empty text. follow up r76165
2010-11-21 Max SemenikRefactoring of *Field classes:
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-11-05 Platonidesdieout() function already takes into account if a ...
2010-11-01 Sam Reedbug 25517 Assignment in conditions should be avoided...
2010-10-31 Sam ReedUpdate deprecated method calls
2010-10-24 Sam Reed(bug 24853) Kill failFunction - Fixed! :D
2010-10-24 Sam ReedStart of bug 24853, killing off 'functional' parts...
2010-10-14 Sam ReedBig attack on unused variables...
2010-10-13 Sam ReedAssignment in loop conditions suck
2010-10-10 PlatonidesFollow up r74135 removing the globals, too.
2010-10-02 Max SemenikFix botched up comments
2010-10-02 Alexandre Emsenhuberremoved some unused variables
2010-10-02 Alexandre EmsenhuberFix for r74134: copy-paste error
2010-10-02 Alexandre Emsenhuberremoved call to deprecated function dbsource() and...
2010-10-02 Alexandre Emsenhuber__FUNCTION__ -> __METHOD__
2010-09-05 Jack Phoenixtrim trailing spaces
2010-09-05 Aryeh GregorSuggest running update.php on database error
2010-08-25 Sam ReedChange usages of Database:: for function names in Datab...
2010-08-24 Sam ReedWhitespace, I hate you.
2010-08-24 Sam ReedRemove some unreachable code (usually returns after...
2010-08-22 Chad HorohoeMake getSoftwareLink() static so I can use it without...
2010-08-22 Alexandre EmsenhuberFixed some doxygen warnings
2010-08-21 PlatonidesTry to address some of the issues of r70608.
2010-08-19 Sam ReedRemove some more unused variables
2010-08-18 Sam ReedRevert r71250 r71251 r71252 r71253
2010-08-18 Sam ReedKill some crappy "failFunction" stuff, marked as old...
2010-08-13 Sam ReedRemove a few more unused variables
2010-08-12 PlatonidesAdded missing $ to variable.
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-08-07 Alexandre Emsenhuber* changed @addtogroup to @ingroup
2010-08-07 Max SemenikFollow-up r70608: you don't need to override this stuff...
2010-08-06 Ryan BiesDatabaseMssql class and related changes
2010-04-21 Chad HorohoeRemove current MSSQL implementation from trunk. See...
2010-03-06 Max SemenikFix r63320
2010-03-06 Max SemenikFixed a couple of E_DEPRECATED in DatabaseMssql
2010-01-08 Tim StarlingFor r60757: implement Database::getType() explicitly...
2009-12-14 Chad HorohoeFollowup r60051, with the rest of the callers and remov...
2009-12-14 Chad HorohoeUpdate callers from immediateCommit() to commit()....
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-10-21 Max Semenik(bug 20268) Fixed Database::estimateRowCount on SQLite...
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-12 Aryeh GregorMake Database into abstract class DatabaseBase
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-10-06 Tim Starling(bug 12586) Use wfHostname() everywhere, remove $wgunam...
2008-08-18 Chad HorohoeNo-ops for getSearchEngine().
2008-07-18 Chad HorohoeFound the errno for deadlocks on MsSQL, let's return...
2008-07-03 Alexandre Emsenhuberdeleted svn:executable property
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...