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

pq: relation "table" does not exist #28

Open
rkakrik opened this issue Oct 19, 2015 · 4 comments
Open

pq: relation "table" does not exist #28

rkakrik opened this issue Oct 19, 2015 · 4 comments

Comments

@rkakrik
Copy link

rkakrik commented Oct 19, 2015

Upsert generates sql with table name in double quotes. Postgres thinks it's relation, not the table name.

@rkakrik
Copy link
Author

rkakrik commented Oct 19, 2015

Same problem with Update()

@mgutz
Copy link
Owner

mgutz commented Dec 4, 2015

Is this causing a problem? All identifiers should be quoted to ensure casing is as you intended.

@sbowman
Copy link

sbowman commented Jun 2, 2016

A table is a relation. I think this is the same bug I reported in #46.

@mgutz
Copy link
Owner

mgutz commented Jun 4, 2016

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

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

3 participants