aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/extractor
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-103/+1
| | | | PHPBB3-16051
* [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
| | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-012-4/+4
| | | | PHPBB3-14972
* [ticket/15319] Add IF EXISTS to Postgres DROP SEQUENCE querySerge Skripchuk2017-08-131-1/+1
|
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-162-153/+0
| | | | PHPBB3-14739
* [ticket/10809] Remove MSSQL supportJakub Senko2016-08-022-111/+2
| | | | PHPBB3-10809
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+0
| | | | | | This is part 2 of the pr. PHPBB3-13454
* [ticket/13930] Add missing space to mssql_extractorMarc Alexander2015-06-081-1/+1
| | | | PHPBB3-13930
* Merge branch '3.1.x'Andreas Fischer2015-05-061-0/+1
| | | | | | | | * 3.1.x: [ticket/13819] Add missing sql_freeresult() to files in includes/ Conflicts: phpBB/includes/acp/acp_database.php
* [ticket/12466] Move classes from acp_database.php to their own filesMateBartus2015-02-2711-0/+2287
* Moving classes from acp_database.php to phpbb/db/extractor namespace, also into separate files * Adding DocBlocks and property visibility to classes * Removing globals from code * Passing former globals to base_extractor's constructor * Adding DB extractor as a service, also implementing the extractor interface as well as the extractor factory. PHPBB3-12466