aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/mysql.php
Commit message (Expand)AuthorAgeFilesLines
* - clean up mssql and mssql_odbc, mssql now uses a different method of dealing...David M2007-02-191-3/+3
* ok, handled some bugs... the most important being validate_username (the vari...Meik Sievertsen2007-01-171-17/+10
* - make sure the sql layer for mysql always states mysql4 and get to mysql if ...Meik Sievertsen2006-11-031-0/+2
* - store sql_layer directly within the layer itselfMeik Sievertsen2006-10-141-16/+4
* - finally removed sql_numrowsMeik Sievertsen2006-10-041-66/+5
* - query id can be zero [Bug #4584]Nils Adermann2006-10-031-1/+1
* - extend config checking to include check for writeable pathMeik Sievertsen2006-10-031-4/+6
* - Goodbye MySQL4, hello unified MySQL driver. MySQL 3.23 to MySQL 5.0 are now...David M2006-10-011-7/+27
* made sql_rowseek consistent with the dbal methods as well as fixing sql_query...Meik Sievertsen2006-09-231-2/+2
* removed debug_extra noticeMeik Sievertsen2006-09-171-1/+1
* some updates. Also adjusted the utf tools and normalizer more to our coding g...Meik Sievertsen2006-08-221-6/+6
* 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-7/+7
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-17/+7
* some adjustmentsMeik Sievertsen2006-06-021-14/+15
* - 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
* - another try to break things. :)Meik Sievertsen2005-10-071-125/+78
* - changed dbal class layoutMeik Sievertsen2005-08-171-155/+11
* - updated oracle schema/db filesMeik Sievertsen2005-05-051-0/+2
* tiny fixesMeik Sievertsen2005-04-201-4/+14
* - added updated coding guidelinesMeik Sievertsen2005-04-101-1/+1
* - Documentation related changesMeik Sievertsen2005-04-091-12/+17
* - and my second attemptMeik Sievertsen2005-03-211-2/+1
* - bugfixesMeik Sievertsen2005-01-201-2/+0
* - mssql related changesMeik Sievertsen2005-01-041-4/+4
* - fixed [code=php]Meik Sievertsen2004-12-311-23/+25
* - forum rules + link to forum rulesMeik Sievertsen2004-05-301-1/+1
* language additionsMeik Sievertsen2004-05-261-0/+10
* fix some issues with oop, fixing small bugs and prepare the next steps...Meik Sievertsen2004-05-021-2/+2
* show correct SQL error message if failed during a transaction...Meik Sievertsen2004-02-031-5/+6
* ACM-related changes. Tried to make debug timings a little more accurate, Note...Ludovic Arnaud2003-11-271-26/+35
* new permissions, merged attachment tables (the intended purpose of two tables...Meik Sievertsen2003-11-041-1/+1
* Some html layout cleanupsPaul S. Owen2003-08-291-46/+33
* Taken explain code out of sql_query. New improved layout.Ludovic Arnaud2003-08-281-55/+155
* bah, group handling needs some further discussion ... I'm done with it for M-2Paul S. Owen2003-08-271-1/+1
* query_id return changed back ... I think somethins is afoot with my local rep...Paul S. Owen2003-08-121-6/+1
* Setting returned query_id to correct valuePaul S. Owen2003-08-121-7/+8
* Renamed $expire_time to $max_age.Ludovic Arnaud2003-08-101-13/+12
* Stripslashing escaped string twice ... should only be stipped when necessary ...Paul S. Owen2003-07-221-1/+1
* various fixes and alterationsPaul S. Owen2003-06-121-10/+6
* Store only SELECT queries to be flushed laterLudovic Arnaud2003-04-241-1/+4