aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/tools/tools.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0Marc Alexander2019-10-061-81/+4
| | | | PHPBB3-16051
* 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
| | | | | | | | PHPBB3-16061
* | [ticket/15424] Multiple typo fixes in docs & commentsluzpaz2019-05-081-1/+1
|/ | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
* [ticket/15055] Properly support index length check on mssqlMarc Alexander2018-01-011-2/+13
| | | | PHPBB3-15055
* [ticket/15259] Fatal error on SQLite/Oracle database updatelavigor2017-07-011-22/+14
| | | | PHPBB3-15259
* [ticket/14992] Correctly remove table name and prefix from keysMarc Alexander2017-05-211-1/+13
| | | | PHPBB3-14992
* [ticket/14992] Check index name length in a more proper wayDavid Colón2017-03-011-10/+35
| | | | [ticket/14992] Add indexes to user_notifications table
* [ticket/14992] Add indexes to user_notifications tableDavid Colón2017-03-011-8/+6
| | | | | | | | | | | | [ticket/14992] Change how index length is checked [ticket/14992] Remove duplicates from user_notifications table [ticket/14992] Add unique index to user_notifications table [ticket/14992] Shorten unique index name [ticket/14992] Shorten another index for user notifications
* [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-113/+3
| | | | PHPBB3-14739
* Merge pull request #4121 from marc1706/ticket/11875Tristan Darricau2016-01-181-5/+10
|\ | | | | | | | | | | | | | | | | | | | | | | [ticket/11875] Use 4-byte integer instead of 3-byte integer for ID columns * marc1706/ticket/11875: [ticket/11875] Add back new line [ticket/11875] Change more columns to use UINT and add missings ones [ticket/11875] Add migration file [ticket/11875] Recreate schemas for install [ticket/11875] Create new map for UNSIGNED 4-byte integer [ticket/11875] Upgrade default data type from MEDIUMINT to INT
| * Merge pull request #2064 from hjpotter92/ticket/11875Marc Alexander2016-01-131-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | [ticket/11875] Set default data type from MEDIUMINT (3byte) to INT(10) (4byte) Conflicts: phpBB/includes/db/schema_data.php phpBB/install/schemas/mysql_40_schema.sql phpBB/install/schemas/mysql_41_schema.sql phpBB/install/schemas/oracle_schema.sql phpBB/install/schemas/postgres_schema.sql phpBB/phpbb/db/tools/tools.php
* | Merge branch '3.1.x'Marc Alexander2016-01-171-0/+5
|/
* [ticket/13454] Remove more unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | This should be the last part. Off to checking if the changes were correct. PHPBB3-13454
* [ticket/13725] Coding guidelines: static publicMatt Friedman2015-03-271-1/+1
| | | | PHPBB3-13725
* [ticket/10748] Split postgres DB tools into it's own classJoas Schilling2015-02-131-257/+0
| | | | PHPBB3-10748
* [ticket/10748] Overwrite the type map correctlyJoas Schilling2015-02-071-0/+1
| | | | PHPBB3-10748
* [ticket/10748] Split MS SQL from the db tools file into it's ownJoas Schilling2015-02-071-573/+63
| | | | PHPBB3-10748
* Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-231-1/+9
|
* Merge branch 'develop-ascraeus' into developJoas Schilling2014-12-271-1/+1
|
* [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-061-0/+2776
PHPBB3-13421