aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db/mysqli.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developAndreas Fischer2012-12-081-7/+25
|\
| * [ticket/10205] Reduce nesting in mysql drivers.Oleg Pudeyev2012-12-041-14/+11
| * [ticket/10205] Rewrite _sql_error implementations to have a single return.Oleg Pudeyev2012-12-041-7/+11
| * [ticket/10205] Avoid calling mysqli functions when mysqli is missing.Oleg Pudeyev2012-12-041-4/+14
| * [ticket/10205] Account for potentially missing extensions in dbal.Oleg Pudeyev2012-12-041-0/+7
* | [ticket/11189] Replace DEBUG_EXTRA with DEBUGNathaniel Guse2012-11-101-3/+3
* | [ticket/10875] Return $query_id from sql_saveNathan Guse2012-08-061-1/+1
* | [ticket/10875] Fix SQL CachingNathan Guse2012-07-301-3/+3
* | [ticket/10875] method_exists check is not required, interface declares themNathan Guse2012-07-301-2/+2
* | [ticket/10875] Changes to Cache Driver caused method_exists checks to failNathan Guse2012-07-301-2/+2
* | [ticket/10942] Add access modifiersJoas Schilling2012-07-041-1/+1
* | [ticket/10942] Use ANSI SQL standard || in dbal.phpJoas Schilling2012-07-021-0/+8
* | Merge branch 'develop-olympus' into developOleg Pudeyev2012-03-081-0/+70
|\ \ | |/
| * [ticket/10653] Call get_row_count of base class in mysql get_estimated_row_countAndreas Fischer2012-03-081-1/+1
| * [ticket/10653] Add ability to count table rows to database abstraction layer.Andreas Fischer2012-03-031-0/+70
* | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-10-131-1/+7
|\ \ | |/
| * [ticket/10307] Return false in mysqli sql_fetchrow on empty resultIgor Wiedler2011-10-131-1/+7
* | Merge branch 'develop-olympus' into developNils Adermann2011-07-161-1/+17
|\ \ | |/
| * [ticket/10226] Use is_numeric() instead of preg_replace()rxu2011-06-211-1/+1
| * [ticket/10226] Allow mysqli connections via local sockets/pipesrxu2011-06-211-1/+17
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-191-3/+6
|\ \ | |/
| * [ticket/10227] Allow persistent connections for mysqli with PHP 5.3.0+rxu2011-06-191-3/+6
* | [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-4/+4
* Ok, story real database server info, as well as caching itMeik Sievertsen2008-09-041-3/+23
* 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
* turn on strict mode for databases that support itDavid M2007-08-141-1/+26
* tweak the sql_like_expression feature a little bit to allow correct escapingMeik Sievertsen2007-06-241-0/+9
* - tiny changesDavid M2007-06-181-1/+0
* correctly re-assign query resultMeik Sievertsen2007-06-121-1/+1
* - changed the way we do forum accounting in phpBB, far less intensive and muc...David M2007-05-051-0/+2
* - (x)HTML bugDavid M2007-04-081-0/+60
* - 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-17/+10
* - store sql_layer directly within the layer itselfMeik Sievertsen2006-10-141-10/+2
* #4616David M2006-10-051-5/+2
* - finally removed sql_numrowsMeik Sievertsen2006-10-041-58/+5
* - query id can be zero [Bug #4584]Nils Adermann2006-10-031-1/+1
* oopsDavid M2006-09-231-1/+1
* made sql_rowseek consistent with the dbal methods as well as fixing sql_query...Meik Sievertsen2006-09-231-1/+1
* SET NAMES on the MySQL 4.1.2+ DBsDavid M2006-09-231-0/+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-10/+0
* This is kinda nice.. Before MySQL 5.0.3, traling spaces were removed when val...David M2006-08-071-0/+10
* mysqli results are objects, not resourcesNils Adermann2006-08-021-4/+4
* - acm_file uses an index pointer to the current row instead of shifting the r...Nils Adermann2006-08-011-5/+33
* - tackle some usability issuesMeik Sievertsen2006-07-091-0/+8