phpbb/phpBB/config
Tristan Darricau b8d555f56a [ticket/16741] Specific DBs fixes
MSSQL:
- Fix bool type
- Fix comparator
- Drop Default constraint before deleting column
- Rename Default constraint to use phpBB's names
- Re-create the indices when changing the type of one column
- Uses varchar instead of varbinary

PostgreSQL:
- Creates auto increment sequences by hand instead of using serial
  in order to use phpBB's names
- Drop constraint on unique / primary indices

Oracle:
- Rename indices to use phpBB's names
- Fix string not null behaviour
- Fix broken regex in Oracle driver
- Handle to long indices on Oracle
- Rename auto_increment trigger and sequence
- Automatically lowercase keys in assoc results

PHPBB3-16741
2021-11-11 04:55:28 +01:00
..
default [ticket/16741] Specific DBs fixes 2021-11-11 04:55:28 +01:00
development Merge branch 'ticket/16898' into ticket/16898-master 2021-10-26 20:24:35 +02:00
installer [ticket/12631] Remove invalid parameter for create_schema_file task 2021-10-10 11:52:16 +02:00
production [ticket/14247] Use quotes around @ and % strings in YAML 2015-12-07 13:11:22 -08:00
test [ticket/16207] Add session.force_sid parameter to allow fixing settings 2021-07-17 22:32:03 +02:00
.htaccess [ticket/16556] Remove purposeless <Files "*"> from .htaccess 2020-09-01 18:19:13 +02:00