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

fix: Wrap table and field names with quotes #5

Merged
merged 2 commits into from
Feb 2, 2024

Conversation

captchanjack
Copy link
Contributor

Addresses #3

@juunini
Copy link
Member

juunini commented Feb 2, 2024

Thanks for your contribute.

for your contribute, I've known my code's wrong point.

CREATE TABLE TBL1 ... and SELECT ... FROM tbl1 can select table.
but, CREATE TABLE "TBL1"... and SELECT ... FROM tbl1 can't select table.
and, CREATE TABLE TBL1 ... and SELECT ... FROM "TBL1" can't select table.

I'll fix this issue will soon.
Thanks!

@juunini juunini merged commit 04f4986 into ahnlabcloudmatelabs:main Feb 2, 2024
@juunini
Copy link
Member

juunini commented Feb 2, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants