-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-RC2
-
Fix Version/s: 3.1.0-RC3
-
Component/s: Database Abstraction Layer (DBAL)
-
Labels:None
-
GitHub Pull Request URL:
Oracle does not support identifiers with more than 30 characters, to avoid any problem with that the length of the identifiers is checked. But in sql_create_unique_index and sql_create_index we check the wrong identifier: $table_name . $index_name instead of $table_name . '_' . $index_name
- caused
-
PHPBB3-13257 unq_mtch index on wordmatch table not dropped as expected
-
- Open
-