Handle multiple warnings correctly in ApiBase::setWarning(). Calling this function...
[lhc/web/wiklou.git] / includes / Database.php
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-19 Aaron Schulz$join_conds
2008-05-13 Aaron SchulzSplit of query from query text generation. This makes...
2008-05-10 Victor Vasiliev* Fix image redirect caching so it doesn't break image...
2008-05-10 Aaron SchulzJust use @ here too
2008-05-10 Roan KattouwAllow an array as ON clause. There are quite a few...
2008-05-10 Roan KattouwE_NOTICE: $options['USE_INDEX'] might not be set
2008-05-10 Aaron SchulzAdd a way to do different JOINs with $tables
2008-05-08 Roan Kattouw(bug 14042) Calling Database::limitResult() misplaced...
2008-05-08 Daniel FriesenSMW also sends horrid statements containing DISTINCT...
2008-05-08 Daniel FriesenAhh great. I mixed up my definition of preg_match's...
2008-05-08 Daniel FriesenMake tableName test for words like JOIN or ON which...
2008-05-07 Aran DunkleyAdd SQLite database class
2008-05-07 Daniel FriesenNew config variables. $wgSharedPrefix and $wgSharedTables.
2008-05-05 Brion VibberRevert r34199, r34205 for now.
2008-05-04 Daniel FriesenNew variable $wgSharedDBtables. This allows altering...
2008-05-03 Victor Vasiliev* (bug 709) Cannot rename/move images and other media...
2008-04-15 Aryeh GregorIt would have been fun if this went live. :D
2008-04-15 Aryeh GregorAdd RELEASE-NOTES for 33269, fix another one.
2008-04-06 Alexandre EmsenhuberRemoved usage of deprecated settings
2008-04-05 Tim Starling* Generalised FileRepoStatus, providing a very similar...
2008-03-30 Tim Starlingmmm...
2008-03-30 Tim Starling* Introduced LBFactory -- an abstract class for configu...
2008-03-25 Brion Vibber* Don't die when single-element arrays are passed to...
2008-03-19 Tim StarlingFixed no-op update query in common code path
2008-03-10 Tim StarlingFixed Database::ping() for MySQL client 5.0.13+.
2008-02-27 Tim StarlingBug 11980: don't complain on rollback of non-transactio...
2008-02-04 Greg Sabino MullaneWhen putting usernames in SQL comments, truncate using...
2008-01-13 Domas Mituzasdon't open transactions for SHOW and SET statements...
2007-11-15 Brion VibberSpecial-case empty arrays and single-element arrays...
2007-09-28 Nick JenkinsTweak variable name
2007-09-27 Greg Sabino MullaneUse "private", thanks Nick.
2007-09-23 Greg Sabino MullaneMake CONCAT calls database portable, change IF() to...
2007-09-23 Greg Sabino MullaneFix bug 11292, unserialize errors with Postgres, by...
2007-09-02 Greg Sabino MullaneAdd implicitOrderby() to make sure that SpecialAllpages...
2007-08-27 Brion Vibber* (bug 11082) Fix check for fully-specced table names...
2007-08-21 Nick JenkinsStatic code analysis housekeeping time... things that...
2007-08-01 Rob Church(bug 10769) Database::update() should return boolean...
2007-07-30 Greg Sabino MullaneAdd function to check if function-based indexes are...
2007-07-11 Aaron Schulz*Still use = for LIST_SET so as not no kill non-where...
2007-07-11 Aaron Schulz*Make null values of arrays use NULL(for lists) or...
2007-07-11 Nick JenkinsA few comment tag tweaks.
2007-07-09 Tim StarlingAdded iterator interface to ResultWrapper. No support...
2007-07-07 Yuri Astrakhanbug 10496 DISTINCT option logic incorrect in Database...
2007-07-05 Tim StarlingReturn a ResultWrapper from Database::query() and query...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-08 Nick JenkinsRemoving or commenting out unused variables or globals...
2007-05-04 Aaron Schulz*Support for HAVING clause
2007-05-04 Brion VibberAvoid cyclic stub problems when authorization hooks...
2007-04-25 Tim Starlingusername in SQL comments
2007-04-22 Tim Starling* Removed mysql5 SQL files, obviously we're collectivel...
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-19 Aryeh GregorDocumentation, mark public functions public, comment...
2007-04-07 Domas Mituzas- add simple row estimation mechanism, allows preparing...
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-03-21 Greg Sabino MullaneRemove variables when we can simply override accessors...
2007-03-19 River Tarnell- strict warning fixes in databasepostgres
2007-03-11 River TarnelllimitResult() changes need fiddling to put options...
2007-03-11 River Tarnellrevive experimental Oracle support
2007-03-09 Brion Vibberprettify:
2007-03-09 River TarnelldumpBackup should instantiate correct database class...
2007-02-22 Tim Starlingdebugging lost connections
2007-02-15 Domas MituzasAdd ResultSet::rewind()
2007-02-11 Domas MituzasIf 'tables' is a string that starts with a space, treat...
2007-01-23 Greg Sabino MullaneAdd searchableIPs differentiator
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-12 Nick JenkinsFor the "includes/" directory:
2007-01-02 Greg Sabino MullaneAdd implicitGroupby function to account for different...
2006-12-29 Aryeh GregorDocument Database::select()
2006-12-14 Brion VibberGoing ahead and adding this field while other DB update...
2006-12-01 Greg Sabino MullaneChange realTimestamp to a function only, per Tim's...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-11-29 Nick JenkinsPrevent the following strict-standards warnings - i...
2006-11-28 Greg Sabino MullaneFix broken contribution listings with postgres by addin...
2006-11-27 Nick JenkinsChanging lines like this: "extract( $dbw->tableNames...
2006-11-21 Tim Starling* Introduced StringUtils.php, populated it with some...
2006-11-18 Brion Vibber* (bug 7970) Use current connection explicitly on Datab...
2006-11-11 Yuri Astrakhanforgot for prev checkin re bug 6440. Database should...
2006-10-31 Yuri AstrakhanDatabase: added STRAIGHT_JOIN option for mysql
2006-10-11 Tim StarlingRenamed CacheManager to HTMLFileCache, to avoid confusi...
2006-10-10 Brion Vibberfix typo in debug line
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-10-02 Brion VibberInclude retry number on connect loop errors
2006-10-02 Brion Vibberwhitespace
2006-10-02 Brion VibberCommitted a bunch of live hacks from Wikimedia servers
2006-09-14 Brion Vibber* (bug 7324) Fix error message for failure of Database...
2006-09-13 Brion Vibber* (bug 7312) Don't emit SET NAMES utf8 if connection...
2006-08-16 Greg Sabino MullaneAdd concept of "strict IPs" so we don't attempt to...
2006-08-02 Tim StarlingLog exceptions
2006-07-21 Tim StarlingProfiling
2006-07-17 Greg Sabino MullaneAdd mCascadingDeletes and mCleanupTriggers properties...
2006-07-15 Domas Mituzasuse object error retrieval functions, that work properl...
2006-07-05 Greg Sabino MullaneAdd decodeBlob() function to complement encodeBlob()
2006-07-02 Tim StarlingVarious performance and initialisation issues:
2006-06-30 Brion Vibberdidn't get around to this before since it was PHP 4...
2006-06-27 Brion VibberRemove useless reference markers which aren't used...
2006-06-27 Brion VibberRevert to r15092; massive breakage, unable to connect...
2006-06-27 Greg Sabino MullaneAdd concept of a distinct port separate from a server.
next