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

Table names with escaped double quotes are rejected #3572

Closed
monetdb-team opened this issue Nov 30, 2020 · 0 comments
Closed

Table names with escaped double quotes are rejected #3572

monetdb-team opened this issue Nov 30, 2020 · 0 comments
Labels
bug Something isn't working normal SQL

Comments

@monetdb-team
Copy link

Date: 2014-09-16 15:27:49 +0200
From: @hannesmuehleisen
To: SQL devs <>
Version: 11.17.13 (Jan2014-SP1)
CC: @njnes

Last updated: 2014-10-31 14:13:51 +0100

Comment 20161

Date: 2014-09-16 15:27:49 +0200
From: @hannesmuehleisen

User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2150.5 Safari/537.36
Build Identifier:

SQL99 allows double quotes in SQL identifiers, encoded as "". for example, the identifier a"b would be escaped as "a""b". However, MonetDB does not support this.

Reproducible: Always

Steps to Reproduce:

  1. CREATE TABLE "a""b";

Actual Results:

Invalid identifier 'a"b'

Expected Results:

Table being created.

Comment 20183

Date: 2014-09-21 18:02:08 +0200
From: @njnes

properly check for " in valid_ident ("" conversion is already done in the step before)

Comment 20341

Date: 2014-10-31 14:13:51 +0100
From: @sjoerdmullender

Oct2014 has been released.

@monetdb-team monetdb-team added bug Something isn't working normal SQL labels Nov 30, 2020
@sjoerdmullender sjoerdmullender added this to the Ancient Release milestone Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working normal SQL
Projects
None yet
Development

No branches or pull requests

2 participants