aboutsummaryrefslogtreecommitdiffstats
path: root/includes/db/Database.php
Commit message (Expand)AuthorAgeFilesLines
* [SiteStatsUpdate] Reduced contention by using a new lockIsFree() DB function.Aaron2012-05-101-0/+12
* (bug 36568) Fixed "Illegal string offset 'LIMIT'" warnings in updaterAlexandre Emsenhuber2012-05-071-0/+1
* Do not treat EXPLAIN as write queryumherirrender2012-05-051-1/+1
* Added missing GPLv2 headers in includes/db.Alexandre Emsenhuber2012-04-261-2/+18
* Bug 35162 - Change in Database api break extension MSSQLBackCompatSam Reed2012-03-211-3/+1
* Revert r107309, r113601, r113704, r113742, r113792, r113838, r113859, r113893...Roan Kattouw2012-03-211-1/+3
* Bug 35162 - Change in Database api break extension MSSQLBackCompatSam Reed2012-03-111-3/+1
* Handle PostgreSQL transaction errors and improve schema detectionMarcin Cieślak2012-03-091-1/+1
* DatabaseBase::selectRow() return a simple object, not a ResultWrapper instanceAlexandre Emsenhuber2012-03-031-1/+1
* [DatabaseBase] Made encodeExpiry() recognize 'infinity' and added a decodeExp...Aaron Schulz2012-03-031-6/+17
* Bug 34818 improves regex to capture DB error messageAntoine Musso2012-03-011-1/+1
* Follow-up r112565: fix code duplicationMax Semenik2012-02-281-3/+19
* Documentations!Sam Reed2012-02-141-0/+2
* More return documentationSam Reed2012-02-091-0/+1
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-12/+12
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-3/+3
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* Fix doxygen docs before REL1_19 branchingAntoine Musso2012-02-011-1/+1
* Pass some more __METHOD__ to DatabaseBase::begin() and DatabaseBase::commit()Alexandre Emsenhuber2012-01-181-2/+2
* Give sql.php eval.php type scrollbackSam Reed2012-01-121-6/+5
* Followup r108768, callign the right callback helps tooSam Reed2012-01-121-1/+1
* Add $inputCsllback to sourceStream(), to return full lines back to the callin...Sam Reed2012-01-121-3/+5
* Reverted r108743 per CR comment. This should at least be discussed first.Aaron Schulz2012-01-121-0/+2
* Kill "* @return void"Sam Reed2012-01-121-2/+0
* Revert r108603, which was itself a revert of r107376, r107994. Before conside...Max Semenik2012-01-111-24/+26
* Reverts MySQL stored procedure supportAntoine Musso2012-01-111-26/+24
* Couple of fname -> __method__Chad Horohoe2012-01-061-9/+7
* (bug 32787) Add DB name to debug output. Based on patch by SolitariusChad Horohoe2012-01-061-5/+3
* Followup r107932Sam Reed2012-01-051-1/+1
* follow up r107932 with w/s fixesMark A. Hershberger2012-01-041-3/+3
* Fix Bug 33384 - database drivers cannot be provided by extensionMark A. Hershberger2012-01-031-1/+3
* Added support for stored procedures/functions to MySQL:Max Semenik2011-12-271-24/+26
* add missing deprecation notices and added deprecation version to existing onesJeroen De Dauw2011-12-131-4/+5
* * (bug 32786) Fix backwards compatibility for extensions using 1.17's Databas...Brion Vibber2011-12-061-0/+13
* More documentation of parameters following up r104591Sam Reed2011-12-051-8/+8
* Adding new debugging toolbarJohn Du Hart2011-12-041-0/+4
* Reverting r103706Sam Reed2011-12-021-10/+6
* Moar documentationsSam Reed2011-11-291-2/+11
* Bit more documentationSam Reed2011-11-291-1/+16
* Added Database::getServerUptime() function to return seconds of uptimeAaron Schulz2011-11-241-0/+10
* Added wasLockTimeout() DB function. All our DBMS can implement this accept fo...Aaron Schulz2011-11-231-0/+10
* Reverted 'lockTimeout' option from r104069: table_lock_wait_timeout is GLOBAL...Aaron Schulz2011-11-231-1/+0
* Factored setTimeout() into setSessionOptions() and deprecated the former. In ...Aaron Schulz2011-11-231-5/+19
* * (bug 8859) Database::update should take array of tables tooSam Reed2011-11-191-6/+10
* Added rollback-related comment to nextSequenceValue()Aaron Schulz2011-11-131-0/+4
* Add $fname to tableExistsSam Reed2011-11-101-3/+4
* Allow raw conditions on insertSelect, given that array syntax isn't always ex...Platonides2011-11-071-1/+4
* arrray -> arraySam Reed2011-11-011-0/+2
* Hmph, yet another bug caused by not having @sinceNiklas Laxström2011-10-301-0/+1
* Add, update, tweak documentationSam Reed2011-10-261-2/+2