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

Identifier quoting is incorrect #420

Open
budden opened this issue Feb 16, 2019 · 1 comment
Open

Identifier quoting is incorrect #420

budden opened this issue Feb 16, 2019 · 1 comment

Comments

@budden
Copy link

budden commented Feb 16, 2019

Identifier quoting is incorrect and fails sometimes. Steps to reproduce:

  • run psql
  • do the following commands in the psql
postgres=# create table "bad ""table" (id int);
CREATE TABLE
postgres=# insert into "bad ""table" (id) values (1);
INSERT 0 1
  • run pgweb
  • try to view data in the "bad ""table"
  • see the error message instead of a data
@budden budden changed the title quoting is incorrect identifier quoting is incorrect Feb 16, 2019
@budden budden changed the title identifier quoting is incorrect Identifier quoting is incorrect Feb 16, 2019
@budden
Copy link
Author

budden commented Feb 16, 2019

This discussion seem to be relevant: golang/go#18478

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

No branches or pull requests

1 participant