| Commit message (Expand) | Author | Age | Files | Lines |
* | [ticket/11015] Remove old dbal classes | Igor Wiedler | 2012-11-12 | 1 | -19/+0 |
* | [ticket/11015] Add BC files for the drivers | Igor Wiedler | 2012-07-21 | 1 | -0/+19 |
* | [ticket/11015] Make DBAL classes autoloadable | Igor Wiedler | 2012-07-21 | 1 | -540/+0 |
* | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2012-05-09 | 1 | -43/+0 |
|\ |
|
| * | [ticket/10858] Move generic row seeking to DBAL | Patrick Webster | 2012-05-08 | 1 | -43/+0 |
* | | [ticket/9916] Updating header license and removing Version $Id$ | Unknown | 2011-12-31 | 1 | -2/+1 |
* | | [ticket/10146] Fix Firebird DECIMAL precision issue on develop. | Andreas Fischer | 2011-05-11 | 1 | -1/+2 |
* | | Merge branch 'develop-olympus' into develop | Oleg Pudeyev | 2011-03-10 | 1 | -3/+46 |
|\ \
| |/ |
|
| * | [ticket/10057] Fixes for a bunch of small problems. | Oleg Pudeyev | 2011-03-08 | 1 | -1/+1 |
| * | [ticket/10057] Handle the case of missing interbase extension better. | Oleg Pudeyev | 2011-03-07 | 1 | -1/+17 |
| * | [ticket/10057] Fixed wrong usage of sql_error again, in firebird. | Oleg Pudeyev | 2011-03-07 | 1 | -2/+5 |
| * | [ticket/10057] Skip ibase_service_attach if firebird connection failed. | Oleg Pudeyev | 2011-03-06 | 1 | -1/+3 |
| * | [ticket/10057] Check for interbase function existence. | Oleg Pudeyev | 2011-03-06 | 1 | -0/+8 |
| * | [ticket/10057] Split statements in firebird dbal for readability. | Oleg Pudeyev | 2011-03-06 | 1 | -2/+16 |
* | | [task/config-class] Implemented a config class to replace the global array. | Nils Adermann | 2011-01-10 | 1 | -0/+16 |
* | | [ticket/9556] Drop php closing tags, add trailing newline | Igor Wiedler | 2010-11-11 | 1 | -2/+0 |
|/ |
|
* | [ticket/9637] Do not cache SQL server version in all cases | Josh Woody | 2010-07-11 | 1 | -1/+10 |
* | Add sql_bit_or() dbal method. Add ability to enable quick reply in all forums... | Andreas Fischer | 2010-02-15 | 1 | -0/+5 |
* | Lifted minimum requirement for Firebird DBMS from 2.0+ to 2.1+. | Meik Sievertsen | 2009-08-13 | 1 | -2/+2 |
* | ok, i am very sorry, but this needs to be fixed. | Meik Sievertsen | 2009-08-12 | 1 | -0/+5 |
* | Remove NUL-Bytes directly in request_var() for strings and within the custom ... | Meik Sievertsen | 2008-10-02 | 1 | -1/+1 |
* | Ok, story real database server info, as well as caching it | Meik Sievertsen | 2008-09-04 | 1 | -5/+21 |
* | Refine fix for #31445 originally committed in r8758 | Chris Smith | 2008-09-02 | 1 | -1/+1 |
* | Correctly return results for nested cached queries (Bug #31445 - Patch by faw) | Chris Smith | 2008-08-14 | 1 | -1/+1 |
* | dumdidum... sorry. ;) | Meik Sievertsen | 2007-10-05 | 1 | -4/+4 |
* | #14207 | David M | 2007-08-24 | 1 | -2/+6 |
* | #14211 | David M | 2007-08-24 | 1 | -1/+1 |
* | #13033 | David M | 2007-07-05 | 1 | -4/+4 |
* | Firebird too | David M | 2007-06-24 | 1 | -1/+1 |
* | tweak the sql_like_expression feature a little bit to allow correct escaping | Meik Sievertsen | 2007-06-24 | 1 | -0/+9 |
* | - Oracle can't handle IN clauses with more than 1000 elements (Bug #12449) | David M | 2007-06-16 | 1 | -22/+31 |
* | correctly re-assign query result | Meik Sievertsen | 2007-06-12 | 1 | -1/+1 |
* | - fixed Oracle's large data handling | David M | 2007-04-11 | 1 | -1/+74 |
* | - Firebird supports the standard format for escaping stuff | David M | 2007-03-11 | 1 | -1/+1 |
* | - clean up mssql and mssql_odbc, mssql now uses a different method of dealing... | David M | 2007-02-19 | 1 | -5/+5 |
* | - fix some oddities (doubled spaces for example) | Meik Sievertsen | 2007-01-26 | 1 | -1/+1 |
* | ok, handled some bugs... the most important being validate_username (the vari... | Meik Sievertsen | 2007-01-17 | 1 | -11/+4 |
* | - installer now checks if the page size is correct for Firebird | David M | 2007-01-09 | 1 | -0/+15 |
* | - cleaned up firebirdsql | David M | 2006-11-10 | 1 | -1/+1 |
* | - store sql_layer directly within the layer itself | Meik Sievertsen | 2006-10-14 | 1 | -11/+2 |
* | - finally removed sql_numrows | Meik Sievertsen | 2006-10-04 | 1 | -68/+21 |
* | - query id can be zero [Bug #4584] | Nils Adermann | 2006-10-03 | 1 | -1/+1 |
* | - forgot to make the same change to the ODBC driver | David M | 2006-10-01 | 1 | -3/+16 |
* | made sql_rowseek consistent with the dbal methods as well as fixing sql_query... | Meik Sievertsen | 2006-09-23 | 1 | -1/+1 |
* | - no more encoding mixture, say hello to UTF-8 (I'll add a validation solutio... | Nils Adermann | 2006-09-17 | 1 | -1/+1 |
* | some updates. Also adjusted the utf tools and normalizer more to our coding g... | Meik Sievertsen | 2006-08-22 | 1 | -5/+5 |
* | ok, but this time... | Meik Sievertsen | 2006-08-02 | 1 | -4/+13 |
* | this change should let firebird work again correctly... or not. | Meik Sievertsen | 2006-08-02 | 1 | -8/+3 |
* | - acm_file uses an index pointer to the current row instead of shifting the r... | Nils Adermann | 2006-08-01 | 1 | -1/+40 |
* | - Some profile stuff :D | David M | 2006-07-15 | 1 | -1/+1 |