Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/16061] Migrator to drop unique indexes when needed | rxu | 2019-05-18 | 1 | -1/+1 |
| | | | | PHPBB3-16061 | ||||
* | Merge pull request #4680 from marc1706/ticket/15055 | Derky | 2018-01-05 | 2 | -20/+79 |
|\ | | | | | | | [ticket/15055] Add appveyor file to allow running tests on appveyor as well | ||||
| * | [ticket/15055] Properly support index length check on mssql | Marc Alexander | 2018-01-01 | 2 | -6/+29 |
| | | | | | | | | PHPBB3-15055 | ||||
| * | [ticket/15055] Only drop dependent PK indexes and fix more tests for mssql | Marc Alexander | 2018-01-01 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-15055 | ||||
| * | [ticket/15055] Drop primary keys when necessary and fix test comparisons | Marc Alexander | 2018-01-01 | 1 | -0/+35 |
| | | | | | | | | PHPBB3-15055 | ||||
| * | [ticket/15055] Use unicode column types where necessary | Marc Alexander | 2018-01-01 | 1 | -14/+14 |
| | | | | | | | | PHPBB3-15055 | ||||
* | | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 1 | -1/+1 |
|/ | | | | PHPBB3-14972 | ||||
* | [ticket/15368] Correct function reference in MSSQL db tools | David Colón | 2017-09-17 | 1 | -2/+2 |
| | |||||
* | [ticket/15319] Add IF EXISTS to Postgres DROP SEQUENCE query | Serge Skripchuk | 2017-08-13 | 1 | -1/+1 |
| | |||||
* | [ticket/15259] Fatal error on SQLite/Oracle database update | lavigor | 2017-07-01 | 1 | -22/+14 |
| | | | | PHPBB3-15259 | ||||
* | [ticket/14992] Correctly remove table name and prefix from keys | Marc Alexander | 2017-05-21 | 1 | -1/+13 |
| | | | | PHPBB3-14992 | ||||
* | [ticket/14992] Check index name length in a more proper way | David Colón | 2017-03-01 | 1 | -10/+35 |
| | | | | [ticket/14992] Add indexes to user_notifications table | ||||
* | [ticket/14992] Add indexes to user_notifications table | David Colón | 2017-03-01 | 1 | -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/15047] Reinstate length check for MSSQL 2000 | David Colón | 2017-01-26 | 1 | -1/+11 |
| | |||||
* | [ticket/15047] Do not set default for identity cols | David Colón | 2017-01-26 | 1 | -1/+32 |
| | |||||
* | [ticket/15047] Use brackets due to keyword usage | David Colón | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | [ticket/15047] Don't attempt to drop primary keys | David Colón | 2017-01-26 | 1 | -0/+1 |
| | |||||
* | [ticket/15047] No index name length check for mssql | David Colón | 2017-01-26 | 1 | -4/+0 |
| | |||||
* | [ticket/14739] Remove SQLite 2.8.x database driver | Jakub Senko | 2016-11-16 | 1 | -113/+3 |
| | | | | PHPBB3-14739 | ||||
* | [ticket/10809] Remove MSSQL support | Jakub Senko | 2016-08-02 | 2 | -2/+1 |
| | | | | PHPBB3-10809 | ||||
* | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2016-04-03 | 1 | -1/+1 |
| | | | | | * 3.1.x: [ticket/14532] Do not escape column default in mssql | ||||
* | Merge pull request #4121 from marc1706/ticket/11875 | Tristan Darricau | 2016-01-18 | 3 | -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/11875 | Marc Alexander | 2016-01-13 | 3 | -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 Alexander | 2016-01-17 | 1 | -0/+5 |
|/ | |||||
* | [ticket/13454] Remove more unused variables | Marc Alexander | 2016-01-06 | 1 | -1/+1 |
| | | | | | | This should be the last part. Off to checking if the changes were correct. PHPBB3-13454 | ||||
* | [ticket/13725] Coding guidelines: static public | Matt Friedman | 2015-03-27 | 1 | -1/+1 |
| | | | | PHPBB3-13725 | ||||
* | [ticket/10748] Split postgres DB tools into it's own class | Joas Schilling | 2015-02-13 | 4 | -277/+637 |
| | | | | PHPBB3-10748 | ||||
* | [ticket/10748] Overwrite the type map correctly | Joas Schilling | 2015-02-07 | 2 | -1/+4 |
| | | | | PHPBB3-10748 | ||||
* | [ticket/10748] Split MS SQL from the db tools file into it's own | Joas Schilling | 2015-02-07 | 3 | -574/+859 |
| | | | | PHPBB3-10748 | ||||
* | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2015-01-23 | 1 | -1/+9 |
| | |||||
* | [ticket/13487] Add factory for db tool class | Joas Schilling | 2015-01-10 | 1 | -0/+35 |
| | | | | | | This allows us to split up the large file one by one easily. PHPBB3-13487 | ||||
* | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2014-12-27 | 1 | -1/+1 |
| | |||||
* | [ticket/13421] Move tools to subdirectory | Joas Schilling | 2014-12-06 | 2 | -0/+2978 |
PHPBB3-13421 |