| Commit message (Expand) | Author | Age | Files | Lines |
* | [SiteStatsUpdate] Reduced contention by using a new lockIsFree() DB function. | Aaron | 2012-05-10 | 1 | -0/+12 |
* | (bug 36568) Fixed "Illegal string offset 'LIMIT'" warnings in updater | Alexandre Emsenhuber | 2012-05-07 | 1 | -0/+1 |
* | Do not treat EXPLAIN as write query | umherirrender | 2012-05-05 | 1 | -1/+1 |
* | Added missing GPLv2 headers in includes/db. | Alexandre Emsenhuber | 2012-04-26 | 1 | -2/+18 |
* | Bug 35162 - Change in Database api break extension MSSQLBackCompat | Sam Reed | 2012-03-21 | 1 | -3/+1 |
* | Revert r107309, r113601, r113704, r113742, r113792, r113838, r113859, r113893... | Roan Kattouw | 2012-03-21 | 1 | -1/+3 |
* | Bug 35162 - Change in Database api break extension MSSQLBackCompat | Sam Reed | 2012-03-11 | 1 | -3/+1 |
* | Handle PostgreSQL transaction errors and improve schema detection | Marcin Cieślak | 2012-03-09 | 1 | -1/+1 |
* | DatabaseBase::selectRow() return a simple object, not a ResultWrapper instance | Alexandre Emsenhuber | 2012-03-03 | 1 | -1/+1 |
* | [DatabaseBase] Made encodeExpiry() recognize 'infinity' and added a decodeExp... | Aaron Schulz | 2012-03-03 | 1 | -6/+17 |
* | Bug 34818 improves regex to capture DB error message | Antoine Musso | 2012-03-01 | 1 | -1/+1 |
* | Follow-up r112565: fix code duplication | Max Semenik | 2012-02-28 | 1 | -3/+19 |
* | Documentations! | Sam Reed | 2012-02-14 | 1 | -0/+2 |
* | More return documentation | Sam Reed | 2012-02-09 | 1 | -0/+1 |
* | Fixing some of the "@return true" or "@return false", need to be "@return boo... | Sam Reed | 2012-02-09 | 1 | -12/+12 |
* | Fixing some of the "@return true" or "@return false", need to be "@return boo... | Sam Reed | 2012-02-09 | 1 | -3/+3 |
* | Fixing some of the "@return true" or "@return false", need to be "@return boo... | Sam Reed | 2012-02-09 | 1 | -1/+1 |
* | Fix doxygen docs before REL1_19 branching | Antoine Musso | 2012-02-01 | 1 | -1/+1 |
* | Pass some more __METHOD__ to DatabaseBase::begin() and DatabaseBase::commit() | Alexandre Emsenhuber | 2012-01-18 | 1 | -2/+2 |
* | Give sql.php eval.php type scrollback | Sam Reed | 2012-01-12 | 1 | -6/+5 |
* | Followup r108768, callign the right callback helps too | Sam Reed | 2012-01-12 | 1 | -1/+1 |
* | Add $inputCsllback to sourceStream(), to return full lines back to the callin... | Sam Reed | 2012-01-12 | 1 | -3/+5 |
* | Reverted r108743 per CR comment. This should at least be discussed first. | Aaron Schulz | 2012-01-12 | 1 | -0/+2 |
* | Kill "* @return void" | Sam Reed | 2012-01-12 | 1 | -2/+0 |
* | Revert r108603, which was itself a revert of r107376, r107994. Before conside... | Max Semenik | 2012-01-11 | 1 | -24/+26 |
* | Reverts MySQL stored procedure support | Antoine Musso | 2012-01-11 | 1 | -26/+24 |
* | Couple of fname -> __method__ | Chad Horohoe | 2012-01-06 | 1 | -9/+7 |
* | (bug 32787) Add DB name to debug output. Based on patch by Solitarius | Chad Horohoe | 2012-01-06 | 1 | -5/+3 |
* | Followup r107932 | Sam Reed | 2012-01-05 | 1 | -1/+1 |
* | follow up r107932 with w/s fixes | Mark A. Hershberger | 2012-01-04 | 1 | -3/+3 |
* | Fix Bug 33384 - database drivers cannot be provided by extension | Mark A. Hershberger | 2012-01-03 | 1 | -1/+3 |
* | Added support for stored procedures/functions to MySQL: | Max Semenik | 2011-12-27 | 1 | -24/+26 |
* | add missing deprecation notices and added deprecation version to existing ones | Jeroen De Dauw | 2011-12-13 | 1 | -4/+5 |
* | * (bug 32786) Fix backwards compatibility for extensions using 1.17's Databas... | Brion Vibber | 2011-12-06 | 1 | -0/+13 |
* | More documentation of parameters following up r104591 | Sam Reed | 2011-12-05 | 1 | -8/+8 |
* | Adding new debugging toolbar | John Du Hart | 2011-12-04 | 1 | -0/+4 |
* | Reverting r103706 | Sam Reed | 2011-12-02 | 1 | -10/+6 |
* | Moar documentations | Sam Reed | 2011-11-29 | 1 | -2/+11 |
* | Bit more documentation | Sam Reed | 2011-11-29 | 1 | -1/+16 |
* | Added Database::getServerUptime() function to return seconds of uptime | Aaron Schulz | 2011-11-24 | 1 | -0/+10 |
* | Added wasLockTimeout() DB function. All our DBMS can implement this accept fo... | Aaron Schulz | 2011-11-23 | 1 | -0/+10 |
* | Reverted 'lockTimeout' option from r104069: table_lock_wait_timeout is GLOBAL... | Aaron Schulz | 2011-11-23 | 1 | -1/+0 |
* | Factored setTimeout() into setSessionOptions() and deprecated the former. In ... | Aaron Schulz | 2011-11-23 | 1 | -5/+19 |
* | * (bug 8859) Database::update should take array of tables too | Sam Reed | 2011-11-19 | 1 | -6/+10 |
* | Added rollback-related comment to nextSequenceValue() | Aaron Schulz | 2011-11-13 | 1 | -0/+4 |
* | Add $fname to tableExists | Sam Reed | 2011-11-10 | 1 | -3/+4 |
* | Allow raw conditions on insertSelect, given that array syntax isn't always ex... | Platonides | 2011-11-07 | 1 | -1/+4 |
* | arrray -> array | Sam Reed | 2011-11-01 | 1 | -0/+2 |
* | Hmph, yet another bug caused by not having @since | Niklas Laxström | 2011-10-30 | 1 | -0/+1 |
* | Add, update, tweak documentation | Sam Reed | 2011-10-26 | 1 | -2/+2 |