aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/tools/factory.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10809] Remove MSSQL supportJakub Senko2016-08-021-1/+1
| | | | PHPBB3-10809
* [ticket/10748] Split postgres DB tools into it's own classJoas Schilling2015-02-131-0/+4
| | | | PHPBB3-10748
* [ticket/10748] Split MS SQL from the db tools file into it's ownJoas Schilling2015-02-071-1/+5
| | | | PHPBB3-10748
* [ticket/13487] Add factory for db tool classJoas Schilling2015-01-101-0/+35
This allows us to split up the large file one by one easily. PHPBB3-13487