aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/driver
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.1.x'Andreas Fischer2015-02-171-2/+1
|\
| * [ticket/13570] Remove unnecessary ternary condition from mysqli driverJakub Senko2015-02-161-2/+1
* | [feature/patchwork-utf8] Remove utf8_str_replaceNicolas Grekas2014-11-081-4/+4
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-1010-3/+111
|\ \ | |/
| * [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-092-7/+7
| * [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-092-4/+4
| * [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-082-1/+18
| * [ticket/12671] Possibility to use NOT LIKE expressionGeolim42014-08-089-0/+91
* | Merge pull request #2637 from Nicofuma/ticket/12387Joas Schilling2014-08-0710-138/+247
|\ \ | |/ |/|
| * [ticket/12387] Fix \phpbb\db\driver\mysqli::sql_freeresultTristan Darricau2014-06-221-1/+6
| * [ticket/12387] Remove unnecessary checksTristan Darricau2014-06-225-5/+5
| * [ticket/12387] mssql_query return true if a select query returns 0 rowTristan Darricau2014-06-221-2/+12
| * [ticket/12387] Cleanup *_free_result call and remove @ on that callTristan Darricau2014-06-2210-133/+227
* | Merge pull request #2711 from n-aleha/ticket/12829Andreas Fischer2014-07-111-6/+2
|\ \
| * | [ticket/12829] Remove check for pgsql 8.3/8.2n-aleha2014-07-071-6/+2
* | | Merge pull request #2690 from Noxwizard/ticket/12802Tristan Darricau2014-07-071-3/+4
|\ \ \ | |/ / |/| |
| * | [ticket/12802] Properly handle connection failures in SQLite3Patrick Webster2014-07-031-3/+4
* | | Merge remote-tracking branch 'github-nicofuma/ticket/12446' into develop-ascr...Nils Adermann2014-07-043-0/+615
|\ \ \
| * | | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-263-0/+615
* | | | [ticket/12764] Properly handle errors upon connecting to MySQLi databaseMarc Alexander2014-06-261-1/+5
|/ / /
* | | Merge pull request #2629 from nickvergessen/ticket/12747Andreas Fischer2014-06-221-534/+0
|\ \ \
| * | | [ticket/12747] Drop support for FirebirdJoas Schilling2014-06-201-526/+0
* | | | Merge pull request #2591 from rxu/ticket/12704Joas Schilling2014-06-2210-0/+80
|\ \ \ \ | |_|_|/ |/| | |
| * | | [ticket/12704] Improve the load time information in the footer when enabledrxu2014-06-2010-0/+80
| | |/ | |/|
* | | [ticket/12756] Fix mysqli_fetch_assoc on hhvmTristan Darricau2014-06-211-12/+25
| |/ |/|
* | [ticket/12721] Add Squiz.Arrays.ArrayBracketSpacing in the legacy rulesetTristan Darricau2014-06-161-3/+3
|/
* Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-272-2/+22
|\
| * [ticket/12570] Keep MySQLi proceduralJoas Schilling2014-05-261-2/+2
| * [ticket/12570] Fix MySQL affectedrowsJoas Schilling2014-05-261-1/+20
| * [ticket/12570] Fix MySQLi affectedrows by specifying MYSQLI_CLIENT_FOUND_ROWSJoas Schilling2014-05-261-1/+2
* | [ticket/12594] Update footer credit linesYuriy Rusko2014-05-271-1/+1
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-2714-58/+101
|/
* [feature/sqlite3] Update docblocks and function visibilityPatrick Webster2014-05-021-23/+48
* [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-0/+350
* [ticket/12282] Add new line at EOF of the interfaceJoas Schilling2014-04-011-1/+1
* [ticket/12282] Use {@inheritDoc} for inherited methodsJoas Schilling2014-04-0112-288/+115
* [ticket/12282] Add Interface for DBAL driversJoas Schilling2014-04-012-2/+357
* [ticket/11693] Change sql_build_array to support DELETEOliver Schramm2014-03-021-2/+2
* [ticket/12018] Use path_helper for admin style CSS in sql reportMarc Alexander2013-11-141-2/+2
* [task/code-sniffer] Remove class result_mssqlnative.Andreas Fischer2013-10-311-169/+0
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-3012-96/+0
* [task/code-sniffer] Fix argument list spacing.Andreas Fischer2013-10-291-1/+1
* [ticket/11981] Fix code sniffer complaintsMarc Alexander2013-10-284-9/+9
* [ticket/11918] Make sql_freeresult() consistent across all DB driversPatrick Webster2013-10-148-10/+11
* [ticket/11866] Update some occurances of phpbb_db_ to new NamespaceJoas Schilling2013-09-261-1/+1
* [ticket/11700] Fix a few more commentsNils Adermann2013-09-161-2/+2
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-1612-17/+41
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-1412-0/+5854