Skip to content

Quoting columns in primary key clause of CREATE TABLE statement does not work #491

@olavloite

Description

@olavloite

A ParseException is thrown when quoting the columns in the primary key clause of a CREATE TABLE statement. The following statement is parsed perfectly:
CREATE TABLE `FOO` (`ID` INT64, `NAME` STRING(100)) PRIMARY KEY (ID)

While this statement throws a ParseException:
CREATE TABLE `FOO` (`ID` INT64, `NAME` STRING(100)) PRIMARY KEY (`ID`)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions