Open budden opened 5 years ago
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
This discussion seem to be relevant: https://github.com/golang/go/issues/18478
Identifier quoting is incorrect and fails sometimes. Steps to reproduce: