aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/tools
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-81/+4
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-06-171-1/+1
|\
| * [ticket/16061] Migrator to drop unique indexes when neededrxu2019-05-181-1/+1
* | [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-083-3/+3
|/
* Merge pull request #4680 from marc1706/ticket/15055Derky2018-01-052-20/+79
|\
| * [ticket/15055] Properly support index length check on mssqlMarc Alexander2018-01-012-6/+29
| * [ticket/15055] Only drop dependent PK indexes and fix more tests for mssqlMarc Alexander2018-01-011-1/+2
| * [ticket/15055] Drop primary keys when necessary and fix test comparisonsMarc Alexander2018-01-011-0/+35
| * [ticket/15055] Use unicode column types where necessaryMarc Alexander2018-01-011-14/+14
* | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
|/
* [ticket/15368] Correct function reference in MSSQL db toolsDavid Colón2017-09-171-2/+2
* [ticket/15319] Add IF EXISTS to Postgres DROP SEQUENCE querySerge Skripchuk2017-08-131-1/+1
* [ticket/15259] Fatal error on SQLite/Oracle database updatelavigor2017-07-011-22/+14
* [ticket/14992] Correctly remove table name and prefix from keysMarc Alexander2017-05-211-1/+13
* [ticket/14992] Check index name length in a more proper wayDavid Colón2017-03-011-10/+35
* [ticket/14992] Add indexes to user_notifications tableDavid Colón2017-03-011-8/+6
* [ticket/15047] Reinstate length check for MSSQL 2000David Colón2017-01-261-1/+11
* [ticket/15047] Do not set default for identity colsDavid Colón2017-01-261-1/+32
* [ticket/15047] Use brackets due to keyword usageDavid Colón2017-01-261-1/+1
* [ticket/15047] Don't attempt to drop primary keysDavid Colón2017-01-261-0/+1
* [ticket/15047] No index name length check for mssqlDavid Colón2017-01-261-4/+0
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-113/+3
* [ticket/10809] Remove MSSQL supportJakub Senko2016-08-022-2/+1
* Merge branch '3.1.x' into 3.2.xTristan Darricau2016-04-031-1/+1
* Merge pull request #4121 from marc1706/ticket/11875Tristan Darricau2016-01-183-5/+13
|\
| * Merge pull request #2064 from hjpotter92/ticket/11875Marc Alexander2016-01-133-5/+13
* | Merge branch '3.1.x'Marc Alexander2016-01-171-0/+5
|/
* [ticket/13454] Remove more unused variablesMarc Alexander2016-01-061-1/+1
* [ticket/13725] Coding guidelines: static publicMatt Friedman2015-03-271-1/+1
* [ticket/10748] Split postgres DB tools into it's own classJoas Schilling2015-02-134-277/+637
* [ticket/10748] Overwrite the type map correctlyJoas Schilling2015-02-072-1/+4
* [ticket/10748] Split MS SQL from the db tools file into it's ownJoas Schilling2015-02-073-574/+859
* Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-231-1/+9
* [ticket/13487] Add factory for db tool classJoas Schilling2015-01-101-0/+35
* Merge branch 'develop-ascraeus' into developJoas Schilling2014-12-271-1/+1
* [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-062-0/+2978