aboutsummaryrefslogtreecommitdiffstats
path: root/includes/DatabaseFunctions.php
Commit message (Expand)AuthorAgeFilesLines
* Ditched DatabaseFunctions.php. All extensions using it are old and incompatib...Max Semenik2010-03-041-412/+0
* Mass convert NULL -> null. Left strings and comments alone, obviously.Chad Horohoe2009-12-111-1/+1
* Lots of doc updates. Documented where I knew what it did. Added @see paramete...Chad Horohoe2008-09-201-8/+18
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+2
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-1/+0
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* The war on redundant ampersand usage!Nick Jenkins2007-01-221-26/+26
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-1/+0
* Code housekeeping stuff (and barring any stuff-ups on my behalf, there should...Nick Jenkins2006-11-231-1/+0
* * Introduced StringUtils.php, populated it with some generic string functions...Tim Starling2006-11-211-12/+2
* Removed most exit() calls from the MediaWiki core, by replacing them with eit...Tim Starling2006-06-071-1/+1
* Switching from phpdoc to doxygen (use less than 32MB of memory).Antoine Musso2006-04-191-9/+52
* merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test...River Tarnell2005-08-021-43/+43
* * (bug 2885) Fix fatal errors and notices in PHP 5.1.0beta3Brion Vibber2005-07-221-1/+2
* Implemented query group feature, needed for slow queries esp. in 1.4. Hopeful...Tim Starling2005-04-231-2/+2
* wfSetBufferResults no longer referenced, kill.Domas Mituzas2005-02-101-18/+0
* Removed CVS keywords from files, to make merging between branchesEvan Prodromou2004-11-291-1/+0
* Correcting bugs due to double-prefixing table names. Removing obsolete Databa...Tim Starling2004-10-241-3/+3
* Split files and classes in different packages for phpdocumentor. I probably c...Antoine Musso2004-09-031-2/+3
* comments and comments placeholdersAntoine Musso2004-09-031-55/+139
* Changing comments layout preparing for generated documentation with Phpdocume...Antoine Musso2004-09-021-5/+9
* massive double to single quotes conversion. I have not noticed any bug after ...Antoine Musso2004-08-221-7/+7
* Database::setIgnoreErrors() doesn't seem to exist anymore. Switched toBrion Vibber2004-08-051-1/+1
* * Support for table name prefixes throughout the code. No support yet for con...Tim Starling2004-07-181-14/+10
* OOP calling convention for database functions. DBMS abstraction implemented b...Tim Starling2004-07-101-13/+37
* This commit implements Josh Cogliati's "info" feature (e.g.Arne Heizmann2004-07-081-0/+9
* Load balancer bug fixesTim Starling2004-06-221-0/+1
* Allow use of DatabaseFunctions even when errors are ignoredTim Starling2004-06-191-27/+114
* Bringing the load balancer to the main branch. Still doesn't do much. I neede...Tim Starling2004-06-151-66/+54
* allow empty condition for wfGetSQL()Domas Mituzas2004-06-111-1/+1
* added wfFetchRow() besides wfFetchObject. Used by objectcache codeDomas Mituzas2004-06-101-0/+6
* * include required Database object (according to database type)Domas Mituzas2004-06-091-1/+11
* include_once -> require_onceTim Starling2004-05-071-1/+1
* new function wfUpdateArray()Tim Starling2004-03-231-0/+6
* Fix for compatibility with short_open_tag = OffBrion Vibber2004-02-181-1/+1
* * Recent Changes improvements: object oriented back end, move page annotation...Tim Starling2004-01-171-25/+42
* object-oriented database connectionsTim Starling2004-01-101-226/+94
* Fallback to google search box when database is offlineTim Starling2003-12-261-1/+5
* Removed use of PHP persistent connections. Se URL below for details.Mr. E232003-12-131-11/+3
* Removed unused function wfUnbufferedQuery().Mr. E232003-12-131-10/+30
* Replaced calls to exit() with wfAbruptExit().Mr. E232003-12-101-3/+2
* Workaround to avoid regexp segfault in wfGeneralizeSQL()Mr. E232003-12-011-5/+16
* Added wfUnbufferedQuery()Mr. E232003-11-241-3/+19
* Removed dodgy regexTim Starling2003-11-221-1/+1
* Fixing broken regex in wfGeneralizeSQLTim Starling2003-11-211-6/+12
* Fixed another bug in wfGeneralizeSQL(). This time it's perfect.Mr. E232003-11-191-6/+6
* Fixed another bug in wfGeneralizeSQL()Mr. E232003-11-191-1/+1
* Fixed bug in wfGeneralizeSQL() that caused strings in some queries to remainMr. E232003-11-191-2/+2
* Changed the way SQL queries are logged by profilingMr. E232003-11-181-1/+17
* Security fix: include pathBrion Vibber2003-11-171-3/+2