aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/firebird.php
Commit message (Expand)AuthorAgeFilesLines
* Remove NUL-Bytes directly in request_var() for strings and within the custom ...Meik Sievertsen2008-10-021-1/+1
* Ok, story real database server info, as well as caching itMeik Sievertsen2008-09-041-5/+21
* 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-4/+4
* #14207David M2007-08-241-2/+6
* #14211David M2007-08-241-1/+1
* #13033David M2007-07-051-4/+4
* Firebird tooDavid M2007-06-241-1/+1
* tweak the sql_like_expression feature a little bit to allow correct escapingMeik Sievertsen2007-06-241-0/+9
* - Oracle can't handle IN clauses with more than 1000 elements (Bug #12449)David M2007-06-161-22/+31
* correctly re-assign query resultMeik Sievertsen2007-06-121-1/+1
* - fixed Oracle's large data handlingDavid M2007-04-111-1/+74
* - Firebird supports the standard format for escaping stuffDavid M2007-03-111-1/+1
* - clean up mssql and mssql_odbc, mssql now uses a different method of dealing...David M2007-02-191-5/+5
* - fix some oddities (doubled spaces for example)Meik Sievertsen2007-01-261-1/+1
* ok, handled some bugs... the most important being validate_username (the vari...Meik Sievertsen2007-01-171-11/+4
* - installer now checks if the page size is correct for FirebirdDavid M2007-01-091-0/+15
* - cleaned up firebirdsqlDavid M2006-11-101-1/+1
* - store sql_layer directly within the layer itselfMeik Sievertsen2006-10-141-11/+2
* - finally removed sql_numrowsMeik Sievertsen2006-10-041-68/+21
* - query id can be zero [Bug #4584]Nils Adermann2006-10-031-1/+1
* - forgot to make the same change to the ODBC driverDavid M2006-10-011-3/+16
* made sql_rowseek consistent with the dbal methods as well as fixing sql_query...Meik Sievertsen2006-09-231-1/+1
* - no more encoding mixture, say hello to UTF-8 (I'll add a validation solutio...Nils Adermann2006-09-171-1/+1
* some updates. Also adjusted the utf tools and normalizer more to our coding g...Meik Sievertsen2006-08-221-5/+5
* ok, but this time...Meik Sievertsen2006-08-021-4/+13
* this change should let firebird work again correctly... or not.Meik Sievertsen2006-08-021-8/+3
* - acm_file uses an index pointer to the current row instead of shifting the r...Nils Adermann2006-08-011-1/+40
* - Some profile stuff :DDavid M2006-07-151-1/+1
* - tackle some usability issuesMeik Sievertsen2006-07-091-0/+24
* 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-28/+16
* - seperate queries and cached queriesMeik Sievertsen2006-05-201-2/+1
* I hope nothing broke!David M2006-05-051-2/+11
* Firebird changesDavid M2006-04-191-4/+4
* - make freeresult work as it shouldDavid M2006-04-181-5/+0
* - Forgot to remove a lang stringDavid M2006-04-181-0/+2
* - firebird returns an error code (if you are on php 5)David M2006-04-181-1/+1
* - add our beloved in_phpbb checkMeik Sievertsen2006-03-191-0/+7
* - fix some bugs...Meik Sievertsen2006-03-171-1/+1
* - updated topic tracking codeMeik Sievertsen2005-10-191-1/+1
* - another try to break things. :)Meik Sievertsen2005-10-071-129/+118
* - changed dbal class layoutMeik Sievertsen2005-08-171-157/+14
* - updated oracle schema/db filesMeik Sievertsen2005-05-051-1/+2
* - dbal changesMeik Sievertsen2005-04-221-1/+102
* tiny fixesMeik Sievertsen2005-04-201-1/+7
* - Documentation related changesMeik Sievertsen2005-04-091-12/+17
* - and my second attemptMeik Sievertsen2005-03-211-2/+1