aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/helper/database.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15563] Check if database file is writable only if existsRubén Calvo2018-02-171-1/+1
| | | | PHPBB3-15563
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
| | | | PHPBB3-14972
* [ticket/15243] Check permissions before installing with SQLiteRubén Calvo2017-06-151-0/+9
| | | | PHPBB3-15243
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-17/+0
| | | | PHPBB3-14739
* [ticket/10809] Remove MSSQL supportJakub Senko2016-08-021-9/+0
| | | | PHPBB3-10809
* [ticket/14591] Use the correct delimiter for MSSQLDavid Colón2016-05-181-3/+3
| | | PHPBB3-14591
* [ticket/14039] Revamp updaterMate Bartus2015-10-171-1/+1
| | | | PHPBB3-14039
* [ticket/13740] Move default data settings out of constructorsMate Bartus2015-07-251-88/+85
| | | | PHPBB3-13740
* [ticket/13740] Fix database version comparisonMate Bartus2015-07-091-3/+3
| | | | PHPBB3-13740
* [ticket/13740] Fixes and Tests for database helperMate Bartus2015-07-081-1/+2
| | | | PHPBB3-13740
* [ticket/13740] Use DBAL for retrieving DB versionCHItA2015-07-081-4/+3
| | | | PHPBB3-13740
* [ticket/13740] Move installer files to phpbb/install directoryCHItA2015-07-081-0/+459
PHPBB3-13740