Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-12873

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

    XMLWordPrintable

Details

    Description

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: