aboutsummaryrefslogtreecommitdiffstats
path: root/includes/db
Commit message (Expand)AuthorAgeFilesLines
* Bug 35162 - Change in Database api break extension MSSQLBackCompatSam Reed2012-03-221-3/+1
* Reverted r106025 and friends (r106370, r106373, r108060, r108337, r106419). T...Aaron Schulz2012-02-031-49/+5
* Strict Standards: Declaration of DatabaseOracle::sourceStream() should be com...Sam Reed2012-02-021-1/+5
* Fix doxygen docs before REL1_19 branchingAntoine Musso2012-02-012-2/+2
* rv r87948 "fix backtrace on SQL error"Antoine Musso2012-01-301-4/+0
* Pass some more __METHOD__ to DatabaseBase::begin() and DatabaseBase::commit()Alexandre Emsenhuber2012-01-182-3/+3
* Followup to r108744OverlordQ2012-01-121-1/+1
* Give sql.php eval.php type scrollbackSam Reed2012-01-122-7/+6
* 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-122-11/+16
* Kill "* @return void"Sam Reed2012-01-122-16/+11
* Revert r108603, which was itself a revert of r107376, r107994. Before conside...Max Semenik2012-01-113-24/+48
* Reverts MySQL stored procedure supportAntoine Musso2012-01-113-48/+24
* No need of $wgDBmwschema after r108060Platonides2012-01-071-2/+2
* 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
* re r106025 — apply follow up from Luca FulchirMark A. Hershberger2012-01-041-6/+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-273-24/+48
* * removed manual cascading of recentchanges on page deleteJure Kajzer2011-12-201-3/+1
* Fixes to DB2 support:Leons Petrazickis2011-12-161-16/+179
* Foooollowup r106373 - update commentNiklas Laxström2011-12-161-3/+1
* Simplify a bit the code of r106025Platonides2011-12-151-9/+6
* Use the canonical name of the settingPlatonides2011-12-151-4/+4
* Bug 16794 - $wgSharedDB PostgreSQL supportMark A. Hershberger2011-12-131-5/+59
* add missing deprecation notices and added deprecation version to existing onesJeroen De Dauw2011-12-133-4/+7
* * (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-056-56/+55
* Adding new debugging toolbarJohn Du Hart2011-12-041-0/+4
* Per Timo, the second line would wipe out the firstSam Reed2011-12-021-1/+1
* Reverting r103706Sam Reed2011-12-023-20/+8
* Moar documentationsSam Reed2011-11-298-5/+180
* Bit more documentationSam Reed2011-11-291-1/+16
* Improve comment from r104047Sam Reed2011-11-251-1/+1
* Added Database::getServerUptime() function to return seconds of uptimeAaron Schulz2011-11-242-0/+20
* Added wasLockTimeout() DB function. All our DBMS can implement this accept fo...Aaron Schulz2011-11-232-0/+19
* Reverted 'lockTimeout' option from r104069: table_lock_wait_timeout is GLOBAL...Aaron Schulz2011-11-232-6/+0
* Factored setTimeout() into setSessionOptions() and deprecated the former. In ...Aaron Schulz2011-11-232-8/+30
* Kill mysql4 specific code from DatabaseMysqlSam Reed2011-11-231-47/+20
* * (bug 8859) Database::update should take array of tables tooSam Reed2011-11-193-8/+20
* Followup r102910Sam Reed2011-11-141-1/+1
* Bug 32379 - DatabaseError.php is hardcoding httpSam Reed2011-11-131-4/+4
* Added rollback-related comment to nextSequenceValue()Aaron Schulz2011-11-131-0/+4
* Fix syntax error I introduced from r102683Sam Reed2011-11-101-1/+1
* Add $fname to tableExistsSam Reed2011-11-106-10/+11
* some more oracle-phpunit-fu (should not affect non-oracle)Jure Kajzer2011-11-102-2/+2
* * Added getInfinity to DatabaseOracleJure Kajzer2011-11-101-1/+7