We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Identifier quoting is incorrect and fails sometimes. Steps to reproduce:
postgres=# create table "bad ""table" (id int); CREATE TABLE postgres=# insert into "bad ""table" (id) values (1); INSERT 0 1
The text was updated successfully, but these errors were encountered:
This discussion seem to be relevant: golang/go#18478
Sorry, something went wrong.
No branches or pull requests
Identifier quoting is incorrect and fails sometimes. Steps to reproduce:
The text was updated successfully, but these errors were encountered: