Open rkakrik opened 9 years ago
Same problem with Update()
Is this causing a problem? All identifiers should be quoted to ensure casing is as you intended.
A table is a relation. I think this is the same bug I reported in #46.
I goofed up writing identifers badly. I have to bump major version to fix so as not to break existing code. v2 should be available in the next couple of days
Upsert generates sql with table name in double quotes. Postgres thinks it's relation, not the table name.