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: not using quotes on column names #1322

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

Flo4604
Copy link
Contributor

@Flo4604 Flo4604 commented Nov 4, 2023

Fix potential issue where column name like "createdAt" would not be using quotes

@stephenafamo
Copy link
Collaborator

This PR seems to have caused a bug in #1341. Can you please take a look @Flo4604

@Flo4604
Copy link
Contributor Author

Flo4604 commented Jan 17, 2024

This PR seems to have caused a bug in #1341. Can you please take a look @Flo4604

Yes I can take a look in the coming days would it be an option to revert the change to check if that fixes it?
And I will take a look afterwards

@stephenafamo
Copy link
Collaborator

@eirikbell if you can verify that reverting this commit fixes it, let me know.

@serhii-tokranov
Copy link

If I understand correctly, "add quotas logic" (or whatever dialect-specific symbol) is implemented at the beginning of this method. Meanwhile, in this PR, extra quotas are added whether needed there or not.

@eirikbell
Copy link
Contributor

I can confirm that reverting the commit 4cd18bd will fix the issue

eirikbell added a commit to eirikbell/sqlboiler that referenced this pull request Jan 18, 2024
stephenafamo added a commit that referenced this pull request Jan 18, 2024
fix: revert #1322 fixing bug in v4.16.0
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.

4 participants