aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/sqlite.php
Commit message (Expand)AuthorAgeFilesLines
* Ok, story real database server info, as well as caching itMeik Sievertsen2008-09-041-3/+16
* Refine fix for #31445 originally committed in r8758Chris Smith2008-09-021-1/+1
* Correctly return results for nested cached queries (Bug #31445 - Patch by faw)Chris Smith2008-08-141-1/+1
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-6/+6
* tweak the sql_like_expression feature a little bit to allow correct escapingMeik Sievertsen2007-06-241-5/+7
* new wrapper for LIKE expressions to streamline the fixes. We actually need to...Meik Sievertsen2007-06-231-0/+14
* correctly re-assign query resultMeik Sievertsen2007-06-121-1/+1
* - clean up mssql and mssql_odbc, mssql now uses a different method of dealing...David M2007-02-191-1/+1
* ok, handled some bugs... the most important being validate_username (the vari...Meik Sievertsen2007-01-171-16/+9
* - store sql_layer directly within the layer itselfMeik Sievertsen2006-10-141-11/+2
* - finally removed sql_numrowsMeik Sievertsen2006-10-041-59/+5
* - query id can be zero [Bug #4584]Nils Adermann2006-10-031-1/+1
* made sql_rowseek consistent with the dbal methods as well as fixing sql_query...Meik Sievertsen2006-09-231-1/+1
* 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-41/+0
* This should end some issues we have been having regarding the proper binary e...David M2006-08-061-1/+18
* - fixed some bugsMeik Sievertsen2006-08-051-0/+1
* - acm_file uses an index pointer to the current row instead of shifting the r...Nils Adermann2006-08-011-6/+42
* OK...David M2006-07-241-0/+27
* - tackle some usability issuesMeik Sievertsen2006-07-091-0/+8
* - SQLite handling in custom profilesDavid M2006-06-171-1/+1
* 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-12/+11
* - seperate queries and cached queriesMeik Sievertsen2006-05-201-2/+1
* I hope nothing broke!David M2006-05-051-1/+9
* - Bug 1183David M2006-03-221-2/+1
* - add our beloved in_phpbb checkMeik Sievertsen2006-03-191-0/+7
* - fix some bugs...Meik Sievertsen2006-03-171-1/+1
* - SQLite is now usable; we died on certain queries as well as a schema issue ...David M2006-03-161-2/+3
* - another try to break things. :)Meik Sievertsen2005-10-071-73/+72
* - changed dbal class layoutMeik Sievertsen2005-08-171-152/+9
* - updated oracle schema/db filesMeik Sievertsen2005-05-051-101/+182
* tiny fixesMeik Sievertsen2005-04-201-2/+2
* - added updated coding guidelinesMeik Sievertsen2005-04-101-1/+1
* - Documentation related changesMeik Sievertsen2005-04-091-20/+16
* - and my second attemptMeik Sievertsen2005-03-211-6/+6
* show correct SQL error message if failed during a transaction...Meik Sievertsen2004-02-031-5/+6
* Insert @ supressionPaul S. Owen2003-07-041-19/+19
* Note that there are still some queries in CVS which cause SQLite to have a mi...Paul S. Owen2003-07-011-1/+1
* SQLite supportPaul S. Owen2003-06-301-0/+390