aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/firebird.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11015] Remove old dbal classesIgor Wiedler2012-11-121-19/+0
* [ticket/11015] Add BC files for the driversIgor Wiedler2012-07-211-0/+19
* [ticket/11015] Make DBAL classes autoloadableIgor Wiedler2012-07-211-540/+0
* Merge branch 'develop-olympus' into developAndreas Fischer2012-05-091-43/+0
|\
| * [ticket/10858] Move generic row seeking to DBALPatrick Webster2012-05-081-43/+0
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | [ticket/10146] Fix Firebird DECIMAL precision issue on develop.Andreas Fischer2011-05-111-1/+2
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-03-101-3/+46
|\ \ | |/
| * [ticket/10057] Fixes for a bunch of small problems.Oleg Pudeyev2011-03-081-1/+1
| * [ticket/10057] Handle the case of missing interbase extension better.Oleg Pudeyev2011-03-071-1/+17
| * [ticket/10057] Fixed wrong usage of sql_error again, in firebird.Oleg Pudeyev2011-03-071-2/+5
| * [ticket/10057] Skip ibase_service_attach if firebird connection failed.Oleg Pudeyev2011-03-061-1/+3
| * [ticket/10057] Check for interbase function existence.Oleg Pudeyev2011-03-061-0/+8
| * [ticket/10057] Split statements in firebird dbal for readability.Oleg Pudeyev2011-03-061-2/+16
* | [task/config-class] Implemented a config class to replace the global array.Nils Adermann2011-01-101-0/+16
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/
* [ticket/9637] Do not cache SQL server version in all casesJosh Woody2010-07-111-1/+10
* Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums...Andreas Fischer2010-02-151-0/+5
* Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+.Meik Sievertsen2009-08-131-2/+2
* ok, i am very sorry, but this needs to be fixed.Meik Sievertsen2009-08-121-0/+5
* 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