aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/tools
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x' into 3.2.xTristan Darricau2016-04-031-1/+1
| | | | | * 3.1.x: [ticket/14532] Do not escape column default in mssql
* Merge pull request #4121 from marc1706/ticket/11875Tristan Darricau2016-01-183-5/+13
|\ | | | | | | | | | | | | | | | | | | | | | | [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-133-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | [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-134-277/+637
| | | | PHPBB3-10748
* [ticket/10748] Overwrite the type map correctlyJoas Schilling2015-02-072-1/+4
| | | | PHPBB3-10748
* [ticket/10748] Split MS SQL from the db tools file into it's ownJoas Schilling2015-02-073-574/+859
| | | | PHPBB3-10748
* Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-231-1/+9
|
* [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
* Merge branch 'develop-ascraeus' into developJoas Schilling2014-12-271-1/+1
|
* [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-062-0/+2978
PHPBB3-13421