aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/tools/mssql.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10809] Remove MSSQL supportJakub Senko2016-08-021-1/+0
| | | | PHPBB3-10809
* 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 #2064 from hjpotter92/ticket/11875Marc Alexander2016-01-131-0/+2
| | | | | | | | | | | | [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
* [ticket/10748] Split postgres DB tools into it's own classJoas Schilling2015-02-131-20/+20
| | | | PHPBB3-10748
* [ticket/10748] Overwrite the type map correctlyJoas Schilling2015-02-071-1/+3
| | | | PHPBB3-10748
* [ticket/10748] Split MS SQL from the db tools file into it's ownJoas Schilling2015-02-071-0/+791
PHPBB3-10748