Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-12873

Wrong identifier tested in \db\tools\sql_create_(unique_)index()

XMLWordPrintable

      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

            nicofuma nicofuma
            nicofuma nicofuma
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: