aboutsummaryrefslogtreecommitdiffstats
path: root/includes/db/DatabaseMssql.php
Commit message (Expand)AuthorAgeFilesLines
* Fix syntax error I introduced from r102683Sam Reed2011-11-101-1/+1
* Add $fname to tableExistsSam Reed2011-11-101-1/+1
* General database-related code cleanup:Tim Starling2011-06-231-101/+0
* Followup r90429:Tim Starling2011-06-201-1/+1
* All the databases but MySQL were overriding DatabaseBase::deleteJoin() with t...Platonides2011-06-181-17/+0
* Swap else if for elseifSam Reed2011-06-171-3/+3
* More silly ternary true : false fixesChad Horohoe2011-05-091-1/+1
* Follow up r85888: Add the parameter to DatabasePostgres.php and DatabaseOracl...Platonides2011-04-121-29/+0
* Abstract tableName() by adding new function isQuotedIdentifier() to databases.Platonides2011-04-121-3/+12
* Remove unreachable returnSam Reed2011-02-271-3/+3
* Fixup assignment in loopSam Reed2011-02-181-2/+5
* Fixup whitespace, brackets etcSam Reed2011-02-181-140/+155
* * Cleanup massive duplication across Database constructors. Default implement...Chad Horohoe2011-01-241-7/+0
* Remove ancient and deprecated newFromParams() constructor wrappers from vario...Chad Horohoe2011-01-071-4/+0
* Followup r73348, r70608: move 'infinity' stuff to DB classesChad Horohoe2011-01-051-0/+8
* Remove now-unused SQL timestamp conversion functions added in r77231. They we...Roan Kattouw2010-12-311-4/+0
* MySQL is the only database which quotes identifiers primarily using backticks...Daniel Friesen2010-12-041-4/+0
* Followup to r77713, rename quote_ident to addIdentifierQuotes to follow namin...Daniel Friesen2010-12-041-4/+4
* qualify call to array_to_objSam Reed2010-11-301-1/+1
* More reversion of r77297, 1 of 2 commits to keep it readable in CR (hopefully)Sam Reed2010-11-251-2/+2
* revert r76464Antoine Musso2010-11-251-2/+2
* Moved switches in Special:Unusedimages and Special:Ancientpages to extract a ...Alexandre Emsenhuber2010-11-241-0/+4
* dieout() now default to empty text. follow up r76165Antoine Musso2010-11-231-1/+1
* Refactoring of *Field classes:Max Semenik2010-11-211-2/+2
* Various unused variables, add some bracesSam Reed2010-11-101-2/+2
* dieout() function already takes into account if a </ul> is needed.Platonides2010-11-051-1/+1
* bug 25517 Assignment in conditions should be avoided/ http://www.mediawiki.or...Sam Reed2010-11-011-1/+2
* Update deprecated method callsSam Reed2010-10-311-1/+0
* (bug 24853) Kill failFunction - Fixed! :DSam Reed2010-10-241-5/+3
* Start of bug 24853, killing off 'functional' parts of failfunction code. Seem...Sam Reed2010-10-241-2/+0
* Big attack on unused variables...Sam Reed2010-10-141-5/+6
* Assignment in loop conditions suckSam Reed2010-10-131-2/+3
* Follow up r74135 removing the globals, too.Platonides2010-10-101-2/+2
* Fix botched up commentsMax Semenik2010-10-021-4/+4
* removed some unused variablesAlexandre Emsenhuber2010-10-021-7/+0
* Fix for r74134: copy-paste errorAlexandre Emsenhuber2010-10-021-2/+2
* removed call to deprecated function dbsource() and a comment that mentioned itAlexandre Emsenhuber2010-10-021-1/+5
* __FUNCTION__ -> __METHOD__Alexandre Emsenhuber2010-10-021-1/+1
* trim trailing spacesJack Phoenix2010-09-051-86/+86
* Suggest running update.php on database errorAryeh Gregor2010-09-051-1/+1
* Change usages of Database:: for function names in DatabaseMssql to DatabaseMs...Sam Reed2010-08-251-13/+13
* Whitespace, I hate you.Sam Reed2010-08-241-1/+1
* Remove some unreachable code (usually returns after throwing exceptions)Sam Reed2010-08-241-1/+2
* Make getSoftwareLink() static so I can use it without instantiating (and open...Chad Horohoe2010-08-221-1/+1
* Fixed some doxygen warningsAlexandre Emsenhuber2010-08-221-14/+14
* Try to address some of the issues of r70608.Platonides2010-08-211-18/+42
* Remove some more unused variablesSam Reed2010-08-191-1/+1
* Revert r71250 r71251 r71252 r71253Sam Reed2010-08-181-3/+7
* Kill some crappy "failFunction" stuff, marked as old in r14625Sam Reed2010-08-181-7/+3
* Remove a few more unused variablesSam Reed2010-08-131-1/+1