aboutsummaryrefslogtreecommitdiffstats
path: root/includes/db/DatabaseMssql.php
Commit message (Expand)AuthorAgeFilesLines
* Move mssql class to /libsAaron Schulz2017-02-101-1384/+0
* Fixing grammar, capitalization and spelling in commentsZppix2017-01-191-6/+6
* Cleanup some incorrect return annotationsErik Bernhardson2016-12-121-1/+1
* Avoid use of DatabaseBase in /includesAaron Schulz2016-12-021-1/+1
* Update weblinks in comments from HTTP to HTTPSFomafix2016-11-071-1/+1
* Merge "Replace DatabaseBase:: with Database:: and update type hints"jenkins-bot2016-09-271-4/+4
|\
| * Replace DatabaseBase:: with Database:: and update type hintsAaron Schulz2016-09-271-4/+4
* | Remove a few unused variablesMax Semenik2016-09-261-1/+1
|/
* Database: Behave correctly when inserting booleansBrad Jorsch2016-09-211-2/+2
* Remove strictIPs(), cascadingDeletes(), and cleanupTriggers()Aaron Schulz2016-09-191-12/+0
* Merge "Avoid calling awful DatabaseBase::strictIPs() method"jenkins-bot2016-09-191-1/+1
|\
| * Avoid calling awful DatabaseBase::strictIPs() methodAaron Schulz2016-09-171-1/+1
* | Stub out DatabaseBase::getSearchEngine() as a dummy methodAaron Schulz2016-09-191-7/+0
|/
* Remove long-since unused cruft methods from DatabaseBaseAaron Schulz2016-09-181-8/+0
* Move all of the reasonable DatabaseBase methods to Database classAaron Schulz2016-09-171-1/+1
* Remove wfSetBit()/wfSetVar() calls in DatabaseBaseAaron Schulz2016-09-151-1/+1
* Merge "Avoid MWException and wf* log methods in DatabaseBase"jenkins-bot2016-09-151-3/+2
|\
| * Avoid MWException and wf* log methods in DatabaseBaseAaron Schulz2016-09-141-3/+2
* | Move various DB helper classes to /libs/rdbmsAaron Schulz2016-09-141-145/+0
|/
* Change DatabaseBase => IDatabase in /db where possibleAaron Schulz2016-09-141-3/+2
* Replace some MWExceptions with natives ones in /dbAaron Schulz2016-09-141-3/+3
* Merge "add IGNORE INDEX option to mysql database handler"jenkins-bot2016-09-121-1/+1
|\
| * add IGNORE INDEX option to mysql database handlerAriel T. Glenn2016-09-121-1/+1
* | Make insertSelect() do two separate queries in non-CLI modeAaron Schulz2016-08-311-2/+2
* | Clean up array() syntax in docs, part IIAmir Sarabadani2016-08-071-5/+5
|/
* Merge "Update Microsoft SQL Server schema"jenkins-bot2016-05-021-24/+64
|\
| * Update Microsoft SQL Server schemaRyan Schmidt2016-05-021-24/+64
* | Merge "Fix escaping for MSSQL LIKE queries."jenkins-bot2016-04-251-0/+29
|\ \ | |/ |/|
| * Fix escaping for MSSQL LIKE queries.U-REDMOND\emadelw2016-04-251-0/+29
* | Improve code suffering from PHP 5.3's lack of support for foo()[]Bartosz DziewoƄski2016-02-281-2/+1
* | Convert all array() syntax to []Kunal Mehta2016-02-171-33/+33
* | Start rename of DatabaseBase => DatabaseAaron Schulz2015-10-041-1/+1
* | Database: Remove resultObject() from the public interfaceKevin Israel2015-09-261-2/+2
* | Fix braces code styleVivek Ghaisas2015-06-171-1/+3
* | Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-111-2/+2
* | Merge "Always decode Blob objects from Database::addQuotes"jenkins-bot2015-02-251-1/+1
|\ \
| * | Always decode Blob objects from Database::addQuotesErik Bernhardson2015-02-021-1/+1
* | | Merge "DatabaseMssql: Don't duplicate body of makeList()"jenkins-bot2015-02-191-50/+13
|\ \ \
| * | | DatabaseMssql: Don't duplicate body of makeList()Kevin Israel2015-02-191-50/+13
| |/ /
* / / Database: Cast to int in estimateRowCount(), selectRowCount()Kevin Israel2015-02-061-1/+1
|/ /
* | Add lots of @throwsReedy2014-12-241-2/+9
* | Replace a few more logical operatorsKevin Israel2014-10-241-5/+1
* | Fixed spacingumherirrender2014-09-291-1/+1
|/
* Fix some issues with Microsoft SQL Server DriverU-REDMOND\emadelw2014-09-191-15/+13
* Add missing @param to function docsumherirrender2014-08-141-0/+4
* Cleanup some docs (includes/[a-d])umherirrender2014-07-241-3/+3
* Set the default database schema to "mediawiki" so as not to break the CLI ins...Skizzerz2014-07-091-1/+6
* Remove @private/@public/@void where visibility already setumherirrender2014-07-041-3/+0
* Fix some issues with Microsoft SQL Server supportSkizzerz2014-04-221-22/+43
* Fixed some @params documentation (includes/[db|installer])umherirrender2014-04-191-1/+1