Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-950

Can't use key words as field or table name with quote(`)

    XMLWordPrintable

Details

    Description

      CREATE TABLE `database`
      (
      id int AUTO_INCREMENT PRIMARY KEY,
      sVal varchar(50),
      `datetime` datetime
      ) ENGINE=INNODB; – GOOD: key words with quote(`) can working in table or field name

      CREATE TABLE `table`
      (
      id int NOT NULL,
      sVal varchar(50),
      `datetime` datetime
      ) ENGINE=columnstore;-- BAD: key words with quote(`) Can't working in table or field name

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              gavin3180 Gavin Chen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.