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

Invalid syntax for Oracle's sql_column_remove()

    XMLWordPrintable

Details

    Description

      The query used in db_tool's sql_column_remove() for Oracle is:

      ALTER TABLE $table DROP $column

      it should be:

      ALTER TABLE $table DROP COLUMN $column

      includes/db/db_tools.php, line 1791

      Attachments

        Activity

          People

            bantu Andreas Fischer [X] (Inactive)
            Noxwizard Patrick Webster
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: