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

Inconsistent quote "as-is" handling #526

Closed
seancorfield opened this issue Mar 22, 2024 · 0 comments
Closed

Inconsistent quote "as-is" handling #526

seancorfield opened this issue Mar 22, 2024 · 0 comments
Assignees
Labels
bug It's broken, I'll fix it!

Comments

@seancorfield
Copy link
Owner

From Slack:

user=> (->
{:create-table-as [(keyword "'`a-b.b-c.c-d`")]
 :select          [:*]
 :from            [(keyword "'`a-b.b-c.c-d`")]}
(sql/format))
["CREATE TABLE \"'`a_b\".b_c.\"c_d`\" AS SELECT * FROM `a-b.b-c.c-d`"]
@seancorfield seancorfield self-assigned this Mar 22, 2024
@seancorfield seancorfield added bug It's broken, I'll fix it! needs analysis I need to think about this! labels Mar 22, 2024
@seancorfield seancorfield removed the needs analysis I need to think about this! label Jun 25, 2024
seancorfield added a commit that referenced this issue Oct 11, 2024
Signed-off-by: Sean Corfield <sean@corfield.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug It's broken, I'll fix it!
Projects
None yet
Development

No branches or pull requests

1 participant