aboutsummaryrefslogtreecommitdiffstats
path: root/includes/db
Commit message (Expand)AuthorAgeFilesLines
* 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
* * phpunit fixes & optimizations for oracle backendJure Kajzer2011-11-091-4/+4
* fix bug #29102: Upgrade fails "Unknown character set: 'mysql4'"Mark A. Hershberger2011-11-091-0/+1
* Allow raw conditions on insertSelect, given that array syntax isn't always ex...Platonides2011-11-071-1/+4
* * Let HTMLFileCache constructor take in a Title *or* a the prefixed dbkey its...Aaron Schulz2011-11-021-4/+11
* arrray -> arraySam Reed2011-11-011-0/+2
* Bug 30120 - Interwiki links error after upgradeSam Reed2011-11-011-1/+4
* Hmph, yet another bug caused by not having @sinceNiklas Laxström2011-10-301-0/+1
* Kill various unused variablesSam Reed2011-10-291-1/+1
* Add, update, tweak documentationSam Reed2011-10-262-14/+14
* Basic support for Postgres phpunit testing, currently throws 5 errors, 1 inc,...OverlordQ2011-10-241-0/+18
* revert r99562 and set standard_conforming_strings “on” by defaultMark A. Hershberger2011-10-181-5/+2
* (bug 31361) broken messages on Special:GlobalBlock.Happy-melon2011-10-151-1/+1
* follow-up to r98020. Throw MWException on attempt to serialize database.Markus Glaser2011-10-151-8/+6
* Update some deprecated codeSam Reed2011-10-141-0/+3
* Avoid warnings from PG about improper escaping.Mark A. Hershberger2011-10-111-3/+7
* Followup r96930: also remove the documentation that describes the reverted be...Roan Kattouw2011-10-021-3/+0
* Back out r95396 and friendsSam Reed2011-09-291-33/+0
* HTMLFileCache refactoring:Aaron Schulz2011-09-291-3/+3
* Fix whitespaceSam Reed2011-09-281-1/+1
* Fix character accessSam Reed2011-09-271-3/+3
* * restore DB connection after unserialization. This is needed in all DB varia...Markus Glaser2011-09-241-0/+11
* Revert r97257Sam Reed2011-09-171-7/+0
* Moar documentationsSam Reed2011-09-167-19/+176
* * (bug 30927) Omission of MySQLField::maxLengthSam Reed2011-09-161-0/+4
* Fix revert artefact of r96930Sam Reed2011-09-131-5/+2
* Revert r87992 and followups r87998, r89028 (Support abstraction for 'NOT IN' ...Chad Horohoe2011-09-131-21/+2
* Merge r90266 to trunkSam Reed2011-09-071-9/+17
* Followup r96369: update child classes and a few callersChad Horohoe2011-09-065-12/+12
* Fixme on r85888: boolean params are evil, use a nice simple string instead :)Chad Horohoe2011-09-061-5/+7
* Generic class cannot really wrap around mysql method..Niklas Laxström2011-09-061-0/+1
* rv r89483 per CRMax Semenik2011-09-031-5/+0
* * resolved some issues with sequences and deleting of rows on referenced tablesJure Kajzer2011-09-021-3/+21
* Further updates for r90643/r95647 in core and extensions. Fixed all callers o...Tim Starling2011-08-292-2/+25
* * Fix for r90643: in the case where there is only one server, implying no rep...Tim Starling2011-08-293-21/+36