aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/extractor/mssql_extractor.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-2/+2
| | | | PHPBB3-14972
* [ticket/10809] Remove MSSQL supportJakub Senko2016-08-021-110/+1
| | | | PHPBB3-10809
* [ticket/13930] Add missing space to mssql_extractorMarc Alexander2015-06-081-1/+1
| | | | PHPBB3-13930
* [ticket/12466] Move classes from acp_database.php to their own filesMateBartus2015-02-271-0/+524
* 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