phpbb/phpBB/install
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
..
convert [ticket/16741] Specific DBs fixes 2021-11-11 04:55:28 +01:00
convertors [ticket/16741] General fixes 2021-11-09 02:48:34 +01:00
data [ticket/13454] Remove unused variables 2016-01-06 13:52:11 +01:00
schemas Merge pull request #6280 from 3D-I/ticket/16863 2021-10-09 22:11:31 +02:00
app.php [ticket/16719] Fix PHP notice/warning on update 2021-04-02 10:01:08 +02:00
index.html [ticket/14348] Add install/index.html 2015-12-08 16:22:03 +01:00
phpbbcli.php [prep-release-3.3.4] Update version numbers to 3.3.4 2021-04-27 21:19:36 +02:00
phpinfo.php [ticket/15035] Add phpinfo.php to 3.2.x install directory 2017-01-20 22:09:42 +01:00
startup.php [ticket/16292] Check that the installer container is available 2021-05-03 17:29:52 -05:00