Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14739] Remove SQLite 2.8.x database driver | Jakub Senko | 2016-11-16 | 1 | -4/+0 |
| | | | | PHPBB3-14739 | ||||
* | [ticket/10809] Remove MSSQL support | Jakub Senko | 2016-08-02 | 1 | -1/+1 |
| | | | | PHPBB3-10809 | ||||
* | [ticket/12466] Move classes from acp_database.php to their own files | MateBartus | 2015-02-27 | 1 | -0/+79 |
* 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 |