aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/mysql4.php
Commit message (Expand)AuthorAgeFilesLines
* - Goodbye MySQL4, hello unified MySQL driver. MySQL 3.23 to MySQL 5.0 are now...David M2006-10-011-443/+0
* oopsDavid M2006-09-231-1/+1
* made sql_rowseek consistent with the dbal methods as well as fixing sql_query...Meik Sievertsen2006-09-231-2/+2
* SET NAMES on the MySQL 4.1.2+ DBsDavid M2006-09-231-0/+1
* bug fixesDavid M2006-09-161-1/+0
* some updates. Also adjusted the utf tools and normalizer more to our coding g...Meik Sievertsen2006-08-221-5/+5
* so.... what does this thing do?David M2006-08-111-10/+0
* This is kinda nice.. Before MySQL 5.0.3, traling spaces were removed when val...David M2006-08-071-0/+10
* - acm_file uses an index pointer to the current row instead of shifting the r...Nils Adermann2006-08-011-1/+41
* - tackle some usability issuesMeik Sievertsen2006-07-091-0/+8
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-6/+6
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-17/+7
* some adjustmentsMeik Sievertsen2006-06-021-15/+16
* - seperate queries and cached queriesMeik Sievertsen2006-05-201-2/+1
* I hope nothing broke!David M2006-05-051-0/+15
* - add our beloved in_phpbb checkMeik Sievertsen2006-03-191-0/+7
* - fix some bugs...Meik Sievertsen2006-03-171-1/+1
* - only minor adjustements (we are now able to use other functions due to the ...Meik Sievertsen2006-02-161-1/+6
* - moved add_log out of functions_admin (this file should only be included in ...Meik Sievertsen2006-01-251-0/+8
* - size select fixMeik Sievertsen2006-01-221-2/+2
* - 18446744073709551615 becomes a float. This causes MySQL to read it as 1. Ha...David M2006-01-011-1/+1
* - some SQL:2003 changes (basicly joins, mysql5 is sql:2003 compliant in stric...Meik Sievertsen2005-11-281-1/+4
* change total from -1 to max valueMeik Sievertsen2005-11-211-1/+2
* - another try to break things. :)Meik Sievertsen2005-10-071-121/+72
* - add building multi insert to dbalMeik Sievertsen2005-10-021-21/+21
* - changed dbal class layoutMeik Sievertsen2005-08-171-155/+11
* - updated oracle schema/db filesMeik Sievertsen2005-05-051-0/+2
* - dbal changesMeik Sievertsen2005-04-221-71/+55
* tiny fixesMeik Sievertsen2005-04-201-1/+9
* - Documentation related changesMeik Sievertsen2005-04-091-12/+19
* - and my second attemptMeik Sievertsen2005-03-211-2/+1
* - fix bugs in mysql4 layerMeik Sievertsen2005-01-161-18/+41
* - mssql related changesMeik Sievertsen2005-01-041-4/+11
* - mysql 4.1.x support (mysqli extension)Meik Sievertsen2005-01-021-52/+48
* show correct SQL error message if failed during a transaction...Meik Sievertsen2004-02-031-5/+6
* Put mysql4.php in line with mysql.phpLudovic Arnaud2003-11-271-118/+212
* various fixes and alterationsPaul S. Owen2003-06-121-5/+6
* Store only SELECT queries to be flushed laterLudovic Arnaud2003-04-241-1/+4
* Trying to look busyLudovic Arnaud2003-04-171-1/+1
* Remove superfluous query count increment in sql_query_limitPaul S. Owen2003-04-171-5/+3
* Keeping mysql4.php current makes some sense indeedLudovic Arnaud2003-04-161-1/+1
* Trying somethingPaul S. Owen2003-03-171-13/+4
* Moved to includes ... since they are included too .. trying to "clean up" str...Paul S. Owen2003-03-171-0/+445