| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2012-12-08 | 1 | -8/+37 |
|\ |
|
| * | [ticket/10205] Reduce nesting in mysql drivers. | Oleg Pudeyev | 2012-12-04 | 1 | -14/+11 |
| * | [ticket/10205] Rewrite _sql_error implementations to have a single return. | Oleg Pudeyev | 2012-12-04 | 1 | -7/+11 |
| * | [ticket/10205] Cosmetic changes. | Oleg Pudeyev | 2012-12-04 | 1 | -2/+2 |
| * | [ticket/10205] Fix remaining db drivers. | Oleg Pudeyev | 2012-12-04 | 1 | -4/+14 |
| * | [ticket/10205] Account for potentially missing extensions in dbal. | Oleg Pudeyev | 2012-12-04 | 1 | -1/+19 |
* | | [ticket/11189] Replace DEBUG_EXTRA with DEBUG | Nathaniel Guse | 2012-11-10 | 1 | -3/+3 |
* | | [ticket/10875] Return $query_id from sql_save | Nathan Guse | 2012-08-06 | 1 | -1/+1 |
* | | [ticket/10875] Fix SQL Caching | Nathan Guse | 2012-07-30 | 1 | -3/+3 |
* | | [ticket/10875] method_exists check is not required, interface declares them | Nathan Guse | 2012-07-30 | 1 | -2/+2 |
* | | [ticket/10875] Changes to Cache Driver caused method_exists checks to fail | Nathan Guse | 2012-07-30 | 1 | -2/+2 |
* | | [ticket/10942] Add access modifiers | Joas Schilling | 2012-07-04 | 1 | -1/+1 |
* | | [ticket/10942] Use ANSI SQL standard || in dbal.php | Joas Schilling | 2012-07-02 | 1 | -0/+8 |
* | | Merge branch 'develop-olympus' into develop | Oleg Pudeyev | 2012-03-08 | 1 | -0/+70 |
|\ \
| |/ |
|
| * | [ticket/10653] Call get_row_count of base class in mysql get_estimated_row_count | Andreas Fischer | 2012-03-08 | 1 | -1/+1 |
| * | [ticket/10653] Add ability to count table rows to database abstraction layer. | Andreas Fischer | 2012-03-03 | 1 | -0/+70 |
* | | [ticket/9916] Updating header license and removing Version $Id$ | Unknown | 2011-12-31 | 1 | -2/+1 |
* | | [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 | -3/+4 |
* | Fix Bug #55785 - Correct call to mysql_pconnect(). | Andreas Fischer | 2009-12-23 | 1 | -1/+1 |
* | Set connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some ... | Meik Sievertsen | 2009-03-16 | 1 | -2/+2 |
* | direct calls | Meik Sievertsen | 2008-09-04 | 1 | -5/+3 |
* | Ok, story real database server info, as well as caching it | Meik Sievertsen | 2008-09-04 | 1 | -13/+27 |
* | 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 |
* | turn on strict mode for databases that support it | David M | 2007-08-14 | 1 | -0/+25 |
* | tweak the sql_like_expression feature a little bit to allow correct escaping | Meik Sievertsen | 2007-06-24 | 1 | -0/+9 |
* | correctly re-assign query result | Meik Sievertsen | 2007-06-12 | 1 | -1/+1 |
* | - changed the way we do forum accounting in phpBB, far less intensive and muc... | David M | 2007-05-05 | 1 | -0/+1 |
* | - (x)HTML bug | David M | 2007-04-08 | 1 | -0/+59 |
* | - clean up mssql and mssql_odbc, mssql now uses a different method of dealing... | David M | 2007-02-19 | 1 | -3/+3 |
* | ok, handled some bugs... the most important being validate_username (the vari... | Meik Sievertsen | 2007-01-17 | 1 | -17/+10 |
* | - make sure the sql layer for mysql always states mysql4 and get to mysql if ... | Meik Sievertsen | 2006-11-03 | 1 | -0/+2 |
* | - store sql_layer directly within the layer itself | Meik Sievertsen | 2006-10-14 | 1 | -16/+4 |
* | - finally removed sql_numrows | Meik Sievertsen | 2006-10-04 | 1 | -66/+5 |
* | - query id can be zero [Bug #4584] | Nils Adermann | 2006-10-03 | 1 | -1/+1 |
* | - extend config checking to include check for writeable path | Meik Sievertsen | 2006-10-03 | 1 | -4/+6 |
* | - Goodbye MySQL4, hello unified MySQL driver. MySQL 3.23 to MySQL 5.0 are now... | David M | 2006-10-01 | 1 | -7/+27 |
* | made sql_rowseek consistent with the dbal methods as well as fixing sql_query... | Meik Sievertsen | 2006-09-23 | 1 | -2/+2 |
* | removed debug_extra notice | Meik Sievertsen | 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 | -6/+6 |
* | so.... what does this thing do? | David M | 2006-08-11 | 1 | -10/+0 |
* | This is kinda nice.. Before MySQL 5.0.3, traling spaces were removed when val... | David M | 2006-08-07 | 1 | -0/+10 |
* | - acm_file uses an index pointer to the current row instead of shifting the r... | Nils Adermann | 2006-08-01 | 1 | -1/+41 |
* | - tackle some usability issues | Meik Sievertsen | 2006-07-09 | 1 | -0/+8 |
* | make sure custom profile fields are created correctly on registration (#2225) | Meik Sievertsen | 2006-06-13 | 1 | -7/+7 |
* | ok, this one is rather large... the most important change: | Meik Sievertsen | 2006-06-06 | 1 | -17/+7 |
* | some adjustments | Meik Sievertsen | 2006-06-02 | 1 | -14/+15 |
* | - seperate queries and cached queries | Meik Sievertsen | 2006-05-20 | 1 | -2/+1 |