Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14973] Add BC layer for \phpbb\db\tools | Tristan Darricau | 2017-01-08 | 1 | -0/+21 |
| | | | | PHPBB3-14973 | ||||
* | [ticket/13421] Move tools to subdirectory | Joas Schilling | 2014-12-06 | 1 | -2776/+0 |
| | | | | PHPBB3-13421 | ||||
* | [ticket/13421] Inherit docs | Joas Schilling | 2014-12-06 | 1 | -85/+34 |
| | | | | PHPBB3-13421 | ||||
* | [ticket/13421] Add an interface for \phpbb\db\tools | Joas Schilling | 2014-12-06 | 1 | -11/+11 |
| | | | | PHPBB3-13421 | ||||
* | [ticket/13268] Properly append ternary result in get_existing_indexes() | Patrick Webster | 2014-11-01 | 1 | -2/+2 |
| | | | | PHPBB3-13268 | ||||
* | [ticket/13117] Correctly define auto increment columns as "NOT NULL" on mysql | Joas Schilling | 2014-09-29 | 1 | -1/+1 |
| | | | | | | Unintended change from 95ab4b3e931521ce3c56068478311f0c04f713cc PHPBB3-13117 | ||||
* | [ticket/12710] Fix missing closing bracket | Joas Schilling | 2014-08-09 | 1 | -1/+1 |
| | | | | PHPBB3-12710 | ||||
* | [ticket/12710] Prefix column so it does not start with a number | Joas Schilling | 2014-08-09 | 1 | -1/+1 |
| | | | | PHPBB3-12710 | ||||
* | [ticket/12710] Pass the original column data to the create function | Joas Schilling | 2014-08-09 | 1 | -2/+3 |
| | | | | PHPBB3-12710 | ||||
* | [ticket/12710] Fix foreach generation | Joas Schilling | 2014-08-09 | 1 | -1/+1 |
| | | | | PHPBB3-12710 | ||||
* | [ticket/12710] Compare to uppercase version | Joas Schilling | 2014-08-09 | 1 | -1/+1 |
| | | | | PHPBB3-12710 | ||||
* | [ticket/12710] Do not try to match the uniqueness in the query | Joas Schilling | 2014-08-09 | 1 | -4/+6 |
| | | | | PHPBB3-12710 | ||||
* | [ticket/12710] Remove table_name from index_name before deleting and ↵ | Joas Schilling | 2014-08-09 | 1 | -3/+15 |
| | | | | | | recreating them PHPBB3-12710 | ||||
* | [ticket/12710] Can not use upper in oracles where claus | Joas Schilling | 2014-08-09 | 1 | -3/+3 |
| | | | | PHPBB3-12710 | ||||
* | [ticket/12710] Correctly select index name and compare to column name | Joas Schilling | 2014-08-09 | 1 | -2/+2 |
| | | | | PHPBB3-12710 | ||||
* | [ticket/12710] Fix problems with creating unique indexes on oracle | Joas Schilling | 2014-08-09 | 1 | -1/+1 |
| | | | | PHPBB3-12710 | ||||
* | [ticket/12710] Correctly fetch unique and normal indexes only in MSSQL | Joas Schilling | 2014-08-09 | 1 | -9/+6 |
| | | | | PHPBB3-12710 | ||||
* | [ticket/12710] Fix changing the column type on oracle | Joas Schilling | 2014-08-07 | 1 | -47/+129 |
| | | | | PHPBB3-12710 | ||||
* | [ticket/12710] Prepare get_existing_indexes() for other DBMS | Joas Schilling | 2014-08-07 | 1 | -73/+112 |
| | | | | PHPBB3-12710 | ||||
* | Merge pull request #2761 from Nicofuma/ticket/12873 | Joas Schilling | 2014-08-07 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | [ticket/12873] Test the correct identifier in \phpbb\db\tools * Nicofuma/ticket/12873: [ticket/12873] Add migration to rename the index [ticket/12873] Don not touch the existing migrations [ticket/12873] Test the good identifier in \phpbb\db\tools | ||||
| * | [ticket/12873] Test the good identifier in \phpbb\db\tools | Tristan Darricau | 2014-07-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | We need to rename the index key because with the default prefix (phpbb_) this key has a length of 31. And because we don't accept the keys longer than 30 characters we should ensure that by default no key is longer than 30 characters. PHPBB3-12873 | ||||
* | | Merge pull request #2651 from nickvergessen/ticket/12448 | Dhruv Goel | 2014-07-22 | 1 | -6/+31 |
|\ \ | |/ |/| | [ticket/12448] Allow null as default value for columns | ||||
| * | [ticket/12448] Fix null columns for MS SQL | Joas Schilling | 2014-06-25 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12448 | ||||
| * | [ticket/12448] Fix null columns for postgres | Joas Schilling | 2014-06-25 | 1 | -0/+6 |
| | | | | | | | | PHPBB3-12448 | ||||
| * | [ticket/12448] Allow null as default value for columns | Joas Schilling | 2014-06-25 | 1 | -6/+25 |
| | | | | | | | | PHPBB3-12448 | ||||
* | | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts | Tristan Darricau | 2014-06-26 | 1 | -4/+4 |
|/ | | | | PHPBB3-12446 | ||||
* | [ticket/12747] Drop support for Firebird | Joas Schilling | 2014-06-20 | 1 | -157/+1 |
| | | | | PHPBB3-12747 | ||||
* | [ticket/12643] Properly handle changing columns on tables with constraints | Patrick Webster | 2014-06-15 | 1 | -1/+12 |
| | | | | PHPBB3-12643 | ||||
* | [ticket/12643] Ensure that similarly named columns are not removed | BorisBerdichevski | 2014-06-15 | 1 | -1/+1 |
| | | | | PHPBB3-12643 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -5/+7 |
| | | | | PHPBB3-12594 | ||||
* | [feature/sqlite3] Remove unneeded ORDER BY type from sqlite_master queries | Joas Schilling | 2014-05-02 | 1 | -4/+2 |
| | | | | PHPBB3-9728 | ||||
* | [feature/sqlite3] Correctly recreate indexes when recreating a table | Joas Schilling | 2014-05-02 | 1 | -82/+135 |
| | | | | PHPBB3-9728 | ||||
* | [feature/sqlite3] Fix sql_index_drop() for sqlite3 | Joas Schilling | 2014-05-02 | 1 | -1/+1 |
| | | | | PHPBB3-9728 | ||||
* | [feature/sqlite3] Remove trailing comma from column list | Joas Schilling | 2014-05-02 | 1 | -1/+6 |
| | | | | PHPBB3-9728 | ||||
* | [feature/sqlite3] Add support for SQLite 3 | Patrick Webster | 2014-05-02 | 1 | -47/+99 |
| | | | | | | | Minimum version requirement is 3.6.15 as that's what ships with PHP 5.3.0 when support for SQLite 3 was added. PHPBB3-9728 | ||||
* | [ticket/12012] Move property to the top | Joas Schilling | 2014-04-24 | 1 | -2/+6 |
| | | | | PHPBB3-12012 | ||||
* | [ticket/12012] Move MS SQL server comparison into a method | Joas Schilling | 2014-04-24 | 1 | -18/+28 |
| | | | | PHPBB3-12012 | ||||
* | [ticket/12012] Remove duplicated code (only the $sql are different) | Joas Schilling | 2014-04-20 | 1 | -59/+42 |
| | | | | PHPBB3-12012 | ||||
* | [ticket/12012] Drop and recreate indexes when removing columns | Joas Schilling | 2014-04-17 | 1 | -2/+33 |
| | | | | PHPBB3-12012 | ||||
* | [ticket/12012] Return SQL statements for index drop/create | Joas Schilling | 2014-04-17 | 1 | -3/+17 |
| | | | | | | Otherwise we recreate the index before changing the column PHPBB3-12012 | ||||
* | [ticket/12012] Fix tools::mssql_get_existing_indexes() for SQL Server 2000 | Joas Schilling | 2014-04-17 | 1 | -14/+36 |
| | | | | PHPBB3-12012 | ||||
* | [ticket/12012] Drop and recreate indexes when changing a column on MSSQL | Joas Schilling | 2014-04-17 | 1 | -0/+111 |
| | | | | PHPBB3-12012 | ||||
* | [ticket/12012] Fix query layout | Joas Schilling | 2014-04-17 | 1 | -1/+2 |
| | | | | PHPBB3-12012 | ||||
* | [ticket/12012] Correctly drop default value constraints on MSSQL | Joas Schilling | 2014-04-17 | 1 | -85/+59 |
| | | | | | | | We need to drop the default constraints of a column, before being able to change their type or deleting them. PHPBB3-12012 | ||||
* | Merge branch 'develop-olympus' into develop-ascraeus | Andreas Fischer | 2014-04-15 | 1 | -2/+2 |
| | | | | | * develop-olympus: [ticket/12397] Fix sql_unique_index_exists doc block | ||||
* | [ticket/12282] Use interface for type hinting | Joas Schilling | 2014-04-01 | 1 | -2/+2 |
| | | | | PHPBB3-12282 | ||||
* | [ticket/12330] Fix create index in db tools on mssql | Oliver Schramm | 2014-03-30 | 1 | -2/+2 |
| | | | | PHPBB3-12330 | ||||
* | Merge branch 'develop-olympus' into develop-ascraeus | Joas Schilling | 2014-03-29 | 1 | -49/+97 |
| | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9725] Code sniffer fixes [ticket/9725] Do not use deprecated views to remove default constraints [ticket/9725] Move primary key creation to the correct location [ticket/9725] Remove trailing spaces from MSSQL schema [ticket/9725] Create MSSQL primary keys if none exist [ticket/9725] Remove explicit filegroup designations [ticket/9725] Fetch Azure db stats from proper table [ticket/9725] Add dummy indexes for Azure [ticket/9725] Create an Azure SQL compatible Schema Conflicts: phpBB/install/schemas/mssql_schema.sql | ||||
* | Merge branch 'develop-olympus' into develop | Nils Adermann | 2014-02-18 | 1 | -1/+1 |
| | | | | | * develop-olympus: [ticket/12210] dbtools::sql_create_table incorrectly throws error related to auto-increment length on non auto-increment fields | ||||
* | [ticket/11201] Move "get type" code into a new function | Joas Schilling | 2014-01-15 | 1 | -46/+60 |
| | | | | PHPBB3-11201 |