1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 12:30:42 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
rxu
40cd938e51 [ticket/17528] Review code fix
PHPBB-17528
2025-07-13 14:58:59 +07:00
rxu
69a4990b2b [ticket/17507] Fix PostgreSQL errors
PHPBB-17507
2025-07-09 11:46:31 +07:00
rxu
83f1ed8de4 [ticket/17528] Fix PostgreSQL platform issues
PHPBB-17528
2025-07-07 23:17:58 +07:00
rxu
98c6a88438 [ticket/17528] Fix MySQL platform
PHPBB-17528
2025-07-07 23:17:58 +07:00
rxu
9cccf26311 [ticket/17528] Fix phpBB PostgreSQL platform [ci skip]
PHPBB-17528
2025-07-07 23:17:57 +07:00
rxu
38fe1a4479 [ticket/16964] Fix doctrine error in installer
Currently AbstractPostgreSQLDriver requires Postgres platform to be an instance
of PostgreSQL94Platform. When this will be changed in Doctrine,
this fix can be reverted.

PHPBB3-16964
2022-02-09 00:18:54 +07:00
Marc Alexander
81cddb2bc6 [ticket/16741] Clean up functions, add missing docblocks and return type hints
PHPBB3-16741
2022-01-17 17:09:38 +01:00
Marc Alexander
5e6065ff9e [ticket/16741] Replace deprecated functions
PHPBB3-16741
2022-01-17 17:08:42 +01:00
Máté Bartus
a0584b8677 [ticket/16741] Code review fixes
PHPBB3-16741
2021-12-05 11:19:05 +01:00
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