| Commit message (Expand) | Author | Age | Files | Lines |
* | Moar documentations | Sam Reed | 2011-11-29 | 8 | -5/+180 |
* | Bit more documentation | Sam Reed | 2011-11-29 | 1 | -1/+16 |
* | Improve comment from r104047 | Sam Reed | 2011-11-25 | 1 | -1/+1 |
* | Added Database::getServerUptime() function to return seconds of uptime | Aaron Schulz | 2011-11-24 | 2 | -0/+20 |
* | Added wasLockTimeout() DB function. All our DBMS can implement this accept fo... | Aaron Schulz | 2011-11-23 | 2 | -0/+19 |
* | Reverted 'lockTimeout' option from r104069: table_lock_wait_timeout is GLOBAL... | Aaron Schulz | 2011-11-23 | 2 | -6/+0 |
* | Factored setTimeout() into setSessionOptions() and deprecated the former. In ... | Aaron Schulz | 2011-11-23 | 2 | -8/+30 |
* | Kill mysql4 specific code from DatabaseMysql | Sam Reed | 2011-11-23 | 1 | -47/+20 |
* | * (bug 8859) Database::update should take array of tables too | Sam Reed | 2011-11-19 | 3 | -8/+20 |
* | Followup r102910 | Sam Reed | 2011-11-14 | 1 | -1/+1 |
* | Bug 32379 - DatabaseError.php is hardcoding http | Sam Reed | 2011-11-13 | 1 | -4/+4 |
* | Added rollback-related comment to nextSequenceValue() | Aaron Schulz | 2011-11-13 | 1 | -0/+4 |
* | Fix syntax error I introduced from r102683 | Sam Reed | 2011-11-10 | 1 | -1/+1 |
* | Add $fname to tableExists | Sam Reed | 2011-11-10 | 6 | -10/+11 |
* | some more oracle-phpunit-fu (should not affect non-oracle) | Jure Kajzer | 2011-11-10 | 2 | -2/+2 |
* | * Added getInfinity to DatabaseOracle | Jure Kajzer | 2011-11-10 | 1 | -1/+7 |
* | * phpunit fixes & optimizations for oracle backend | Jure Kajzer | 2011-11-09 | 1 | -4/+4 |
* | fix bug #29102: Upgrade fails "Unknown character set: 'mysql4'" | Mark A. Hershberger | 2011-11-09 | 1 | -0/+1 |
* | Allow raw conditions on insertSelect, given that array syntax isn't always ex... | Platonides | 2011-11-07 | 1 | -1/+4 |
* | * Let HTMLFileCache constructor take in a Title *or* a the prefixed dbkey its... | Aaron Schulz | 2011-11-02 | 1 | -4/+11 |
* | arrray -> array | Sam Reed | 2011-11-01 | 1 | -0/+2 |
* | Bug 30120 - Interwiki links error after upgrade | Sam Reed | 2011-11-01 | 1 | -1/+4 |
* | Hmph, yet another bug caused by not having @since | Niklas Laxström | 2011-10-30 | 1 | -0/+1 |
* | Kill various unused variables | Sam Reed | 2011-10-29 | 1 | -1/+1 |
* | Add, update, tweak documentation | Sam Reed | 2011-10-26 | 2 | -14/+14 |
* | Basic support for Postgres phpunit testing, currently throws 5 errors, 1 inc,... | OverlordQ | 2011-10-24 | 1 | -0/+18 |
* | revert r99562 and set standard_conforming_strings “on” by default | Mark A. Hershberger | 2011-10-18 | 1 | -5/+2 |
* | (bug 31361) broken messages on Special:GlobalBlock. | Happy-melon | 2011-10-15 | 1 | -1/+1 |
* | follow-up to r98020. Throw MWException on attempt to serialize database. | Markus Glaser | 2011-10-15 | 1 | -8/+6 |
* | Update some deprecated code | Sam Reed | 2011-10-14 | 1 | -0/+3 |
* | Avoid warnings from PG about improper escaping. | Mark A. Hershberger | 2011-10-11 | 1 | -3/+7 |
* | Followup r96930: also remove the documentation that describes the reverted be... | Roan Kattouw | 2011-10-02 | 1 | -3/+0 |
* | Back out r95396 and friends | Sam Reed | 2011-09-29 | 1 | -33/+0 |
* | HTMLFileCache refactoring: | Aaron Schulz | 2011-09-29 | 1 | -3/+3 |
* | Fix whitespace | Sam Reed | 2011-09-28 | 1 | -1/+1 |
* | Fix character access | Sam Reed | 2011-09-27 | 1 | -3/+3 |
* | * restore DB connection after unserialization. This is needed in all DB varia... | Markus Glaser | 2011-09-24 | 1 | -0/+11 |
* | Revert r97257 | Sam Reed | 2011-09-17 | 1 | -7/+0 |
* | Moar documentations | Sam Reed | 2011-09-16 | 7 | -19/+176 |
* | * (bug 30927) Omission of MySQLField::maxLength | Sam Reed | 2011-09-16 | 1 | -0/+4 |
* | Fix revert artefact of r96930 | Sam Reed | 2011-09-13 | 1 | -5/+2 |
* | Revert r87992 and followups r87998, r89028 (Support abstraction for 'NOT IN' ... | Chad Horohoe | 2011-09-13 | 1 | -21/+2 |
* | Merge r90266 to trunk | Sam Reed | 2011-09-07 | 1 | -9/+17 |
* | Followup r96369: update child classes and a few callers | Chad Horohoe | 2011-09-06 | 5 | -12/+12 |
* | Fixme on r85888: boolean params are evil, use a nice simple string instead :) | Chad Horohoe | 2011-09-06 | 1 | -5/+7 |
* | Generic class cannot really wrap around mysql method.. | Niklas Laxström | 2011-09-06 | 1 | -0/+1 |
* | rv r89483 per CR | Max Semenik | 2011-09-03 | 1 | -5/+0 |
* | * resolved some issues with sequences and deleting of rows on referenced tables | Jure Kajzer | 2011-09-02 | 1 | -3/+21 |
* | Further updates for r90643/r95647 in core and extensions. Fixed all callers o... | Tim Starling | 2011-08-29 | 2 | -2/+25 |
* | * Fix for r90643: in the case where there is only one server, implying no rep... | Tim Starling | 2011-08-29 | 3 | -21/+36 |