Skip to content

Handle double quote when defining the table name in risingwave #1379

@akrambek

Description

@akrambek

Executing the following will fail.

CREATE ZTABLE "sample_table" (id INTEGER,
  name VARCHAR,
  PRIMARY KEY (id));

And this works

CREATE ZTABLE sample_table (id INTEGER,
  name VARCHAR,
  PRIMARY KEY (id));

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions