aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/driver
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12721] Add Squiz.Arrays.ArrayBracketSpacing in the legacy rulesetTristan Darricau2014-06-161-3/+3
| | | | PHPBB3-12721
* Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594Yuriy Rusko2014-05-272-2/+22
|\ | | | | | | | | Conflicts: phpBB/docs/hook_system.html
| * [ticket/12570] Keep MySQLi proceduralJoas Schilling2014-05-261-2/+2
| | | | | | | | PHPBB3-12570
| * [ticket/12570] Fix MySQL affectedrowsJoas Schilling2014-05-261-1/+20
| | | | | | | | | | | | | | | | We always want the number of matched rows instead of changed rows, when running an update. So when mysql_info() returns the number of matched rows we return that one instead of mysql_affected_rows() PHPBB3-12570
| * [ticket/12570] Fix MySQLi affectedrows by specifying MYSQLI_CLIENT_FOUND_ROWSJoas Schilling2014-05-261-1/+2
| | | | | | | | PHPBB3-12570
* | [ticket/12594] Update footer credit linesYuriy Rusko2014-05-271-1/+1
| | | | | | | | PHPBB3-12594
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-2714-58/+101
|/ | | | PHPBB3-12594
* [feature/sqlite3] Update docblocks and function visibilityPatrick Webster2014-05-021-23/+48
| | | | | | Added missing docblock annotations and added visibility identifiers. PHPBB3-9728
* [feature/sqlite3] Add support for SQLite 3Patrick Webster2014-05-021-0/+350
| | | | | | | Minimum version requirement is 3.6.15 as that's what ships with PHP 5.3.0 when support for SQLite 3 was added. PHPBB3-9728
* [ticket/12282] Add new line at EOF of the interfaceJoas Schilling2014-04-011-1/+1
| | | | PHPBB3-12282
* [ticket/12282] Use {@inheritDoc} for inherited methodsJoas Schilling2014-04-0112-288/+115
| | | | PHPBB3-12282
* [ticket/12282] Add Interface for DBAL driversJoas Schilling2014-04-012-2/+357
| | | | PHPBB3-12282
* [ticket/11693] Change sql_build_array to support DELETEOliver Schramm2014-03-021-2/+2
| | | | PHPBB3-11693
* [ticket/12018] Use path_helper for admin style CSS in sql reportMarc Alexander2013-11-141-2/+2
| | | | | | | | The path to the admin style CSS is currently created with $phpbb_admin_path. We should however use the path_helper to correctly link to this file in order to have a correct link on pages like extensions PHPBB3-12018
* [task/code-sniffer] Remove class result_mssqlnative.Andreas Fischer2013-10-311-169/+0
| | | | PHPBB3-11980
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-3012-96/+0
| | | | PHPBB3-11980
* [task/code-sniffer] Fix argument list spacing.Andreas Fischer2013-10-291-1/+1
| | | | PHPBB3-11980
* [ticket/11981] Fix code sniffer complaintsMarc Alexander2013-10-284-9/+9
| | | | PHPBB3-11981
* [ticket/11918] Make sql_freeresult() consistent across all DB driversPatrick Webster2013-10-148-10/+11
| | | | PHPBB3-11918
* [ticket/11866] Update some occurances of phpbb_db_ to new NamespaceJoas Schilling2013-09-261-1/+1
| | | | PHPBB3-11866
* [ticket/11700] Fix a few more commentsNils Adermann2013-09-161-2/+2
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-1612-17/+41
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-1412-0/+5854
PHPBB3-11698