Style fixes for r71609 and follow-ups
[lhc/web/wiklou.git] / includes / db / Database.php
2010-08-27 Aryeh GregorStyle fixes for r71609 and follow-ups
2010-08-26 Chad HorohoeMove all abstract stuff that DatabaseBase children...
2010-08-26 Sam ReedDrop $options from insertOrUpdate - r71662
2010-08-26 Sam ReedFollowup r71662
2010-08-26 Sam ReedFollowup r71662, remove debug code
2010-08-25 Sam ReedFill out insertOrUpdate in DatabaseBase, rather than...
2010-08-25 Sam ReedImprove comment for $uniqueIndexes r71644
2010-08-25 Sam ReedReplace todo with documentation with partial
2010-08-25 Sam ReedMove insertOnDupeUpdate (and rename to insertOrUpdate...
2010-08-25 Sam ReedFollowup r71609 add missing $
2010-08-25 Sam ReedUpdate documentation - Database:: to DatabaseBase:...
2010-08-25 Sam ReedCreate insertOnDupeUpdate, called by insert
2010-08-25 Sam ReedParam and return documentation for insert
2010-08-22 Chad HorohoeBe consistent with all the child classes
2010-08-22 Chad HorohoeMake getSoftwareLink() static so I can use it without...
2010-08-18 Sam ReedRevert r71250 r71251 r71252 r71253
2010-08-18 Sam ReedMinor followup to r71250
2010-08-18 Sam ReedKill some crappy "failFunction" stuff, marked as old...
2010-08-18 Sam Reed$bitField to $field
2010-08-16 Aryeh GregorAdd query count to $wgDebugDumpSql output
2010-08-14 Jeroen De DauwMake NATURAL JOINs possible
2010-08-08 Chad HorohoeBig commit: kill almost every freeResult() call as...
2010-08-06 Ryan BiesDatabaseMssql class and related changes
2010-08-06 Chad HorohoeRemove dupe implementations of begin/commit from Postgr...
2010-07-30 Niklas LaxströmAdd @since for buildLike
2010-07-29 Niklas LaxströmMark escapeLike deprecated, since it is broken
2010-07-24 Sam ReedRemoval of unused globals
2010-07-22 Chad HorohoeFix r69229. This should not be abstract, return dummy...
2010-07-15 X!Move FakeResultWrapper to Database.php, allowing more...
2010-07-10 Max SemenikFixed mysqlisms in Database.php comments, abstracted...
2010-07-09 Chad HorohoeKill deprecated function. Marked as such for ~30k revs...
2010-07-05 Max SemenikGot rid of remaining usages of immediateBegin()/immedia...
2010-07-04 Alexandre EmsenhuberFixed some doxygen warnings
2010-07-02 Max SemenikRefactored Database*::getLag(): moved the default imple...
2010-07-02 Max Semenik* Replaced the mess of every database class implementin...
2010-04-29 PlatonidesActually check sourceFile for failure, showing the...
2010-04-28 Max SemenikMarked Database::newFromParams() as deprecated, cleaned...
2010-04-16 Brion Vibber* (bug 14473) Add iwlinks table to track inline interwi...
2010-03-14 Alexandre EmsenhuberFixed some errors while running patchSql.php:
2010-03-06 Mark A. Hershbergerwhitespace.
2010-01-22 Max SemenikFixed r61214: moved MySQL munging to SearchEngine,...
2010-01-20 Platonides(bug 21870) Remove Google logo loaded from it servers...
2010-01-18 Max SemenikFactored MySQL-specific munging out of Language::stripF...
2010-01-08 Tim StarlingFor r60757: implement Database::getType() explicitly...
2010-01-07 Tim StarlingAdd a Database::getType() function so that we can get...
2010-01-06 Sam ReedAttempt at normalistion of comparison styles - empty...
2010-01-06 Tim StarlingDon't count unions of bracketed selects as being write...
2009-12-14 Chad HorohoeUpdate callers from immediateCommit() to commit()....
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-12-11 Max SemenikPer CR for r58631, moved default duplicateTableStructur...
2009-11-06 Max SemenikAbstracted some parts of database interaction for parse...
2009-10-21 Max Semenik(bug 20275) Fixed LIKE queries on SQLite backend
2009-10-21 Max Semenik(bug 20268) Fixed Database::estimateRowCount on SQLite...
2009-10-17 Max Semenik(bug 20256) Fixed SQL errors on Special:Recentchanges...
2009-09-04 Tim StarlingAdded $wgShowDBErrorBacktrace, to allow users to easily...
2009-08-25 Aryeh GregorWhitespace
2009-08-24 Alexandre Emsenhuber* (bug 15475) DatabaseBase::setFlag(), DatabaseBase...
2009-08-22 Alex ZMostly revert r53358 and r53365 per comments on code...
2009-08-19 Brion Vibberfix up doc comment on Database::buildConcat()
2009-08-15 Chad HorohoeSpacing and declare public.
2009-08-15 Tim Starling* Converted BagOStuff.php from the style of memcached...
2009-08-12 Tim StarlingIn Database::getLag(): Add some more I/O thread states.
2009-08-09 Chad HorohoepatchPath not patchPatch
2009-08-09 Chad Horohoe* Use DB_ADMIN for fixSlaveDesync, rebuildtextindex...
2009-07-29 Chad Horohoe* Move generic return true; various for lock functions...
2009-07-20 Greg Sabino MullaneAdd standardSelectDistinct() function to help fork...
2009-07-16 Alex ZFollowup to r53358 - Tweak the function name to be...
2009-07-16 Alex Z(bug 19590) Database error messages are no longer hardc...
2009-07-09 Chad Horohoe(bug 19591) Move setBigSelects() to DatabaseMysql
2009-06-25 Chad Horohoe* Move lock()/unlock() to DatabaseMysql, declare abstract
2009-06-16 Aryeh GregorAbstract more methods in DatabaseBase
2009-06-16 Aryeh GregorMake some Database methods optional to override
2009-06-15 Aryeh GregorMove some stuff from DatabaseBase to DatabaseMysql
2009-06-15 Alex Zfix typo in comment
2009-06-14 Aryeh GregorUse parentheses for bit* to be on the safe side
2009-06-13 Niklas LaxströmFollow-up to r?????:
2009-06-13 Jure KajzerAdded bitwise operations to DatabaseBase and overloaded...
2009-06-12 Chad HorohoeExpect DatabaseBase, not Database.
2009-06-12 Aryeh GregorMake Database into abstract class DatabaseBase
2009-05-27 Tim StarlingImplemented save/restore logic for sql_big_selects...
2009-05-19 Jure KajzerPreparations for Oracle database abstraction update...
2009-05-15 Tim StarlingFix breakage of SQLite ResultWrapper due to r45769...
2009-04-30 Tim StarlingLog function name for SHOW PROCESSLIST query in getLag().
2009-04-02 Alexandre EmsenhuberCatch exceptions, since this part is likely to throw...
2009-03-14 Aaron SchulzMore visual and xhtml fixes for file cache failback
2009-03-13 Aaron Schulz* Avoid double output on filecache failover
2009-02-17 Tim Starling* Skip COMMIT query when no write queries have been...
2009-02-04 Tim StarlingAdded basic support for Wietse Venema's taint feature...
2009-01-31 Niklas Laxström* Cleanup database error message code
2009-01-26 Niklas Laxström* Escape backslashes before normal escaping, to not...
2009-01-25 Niklas Laxström* (bug 17150) escapeLike now escapes literal \ properly
2009-01-19 Roan KattouwPartial redo of r45819:
2009-01-19 Roan KattouwRevert r45821, r45830, r45831 and r45835 all in order...
2009-01-17 Roan KattouwFix up r45819 per CR comments: removing calls to remove...
2009-01-16 Roan KattouwAttempt at cleaning up r45764, r45769 (renamed indices...
2009-01-15 Tim Starling* Preserve usertext_timestamp index name for MySQL...
2009-01-15 Tim StarlingFor backport to 1.14.
2009-01-09 Tim Starling* In selectField(), use reset($row) instead of $row...
2008-12-09 Andrew GarrettDB layer compatibility with MySQL 5+ - allow both ...
2008-11-29 Alexandre Emsenhuber* fixed Doxygen errors in Database.php, DatabasePostgre...
next