aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/tools/mssql.php
Commit message (Collapse)AuthorAgeFilesLines
* [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
* Merge pull request #4680 from marc1706/ticket/15055Derky2018-01-051-18/+66
|\ | | | | | | [ticket/15055] Add appveyor file to allow running tests on appveyor as well
| * [ticket/15055] Properly support index length check on mssqlMarc Alexander2018-01-011-4/+16
| | | | | | | | PHPBB3-15055
| * [ticket/15055] Only drop dependent PK indexes and fix more tests for mssqlMarc Alexander2018-01-011-1/+2
| | | | | | | | PHPBB3-15055
| * [ticket/15055] Drop primary keys when necessary and fix test comparisonsMarc Alexander2018-01-011-0/+35
| | | | | | | | PHPBB3-15055
| * [ticket/15055] Use unicode column types where necessaryMarc Alexander2018-01-011-14/+14
| | | | | | | | PHPBB3-15055
* | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
|/ | | | PHPBB3-14972
* [ticket/15368] Correct function reference in MSSQL db toolsDavid Colón2017-09-171-2/+2
|
* [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/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