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

dbtools::sql_create_table incorrectly throws error related to auto-increment length on non auto-increment fields

    XMLWordPrintable

Details

    Description

      if (isset($prepared_column['auto_increment']) && strlen($column_name) > 26)

      Should be:
      if (isset($prepared_column['auto_increment']) && $prepared_column['auto_increment'] && strlen($column_name) > 26)

      Attachments

        Activity

          People

            EXreaction EXreaction [X] (Inactive)
            EXreaction EXreaction [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: