Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
akrambek opened this issue Jan 23, 2025 · 0 comments
Open

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

akrambek opened this issue Jan 23, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@akrambek
Copy link
Contributor

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));
@akrambek akrambek added the bug Something isn't working label Jan 23, 2025
@akrambek akrambek self-assigned this Jan 23, 2025
@akrambek akrambek changed the title Handle double quote when defining the table name in risingwave. Handle double quote when defining the table name in risingwave Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant