-
Notifications
You must be signed in to change notification settings - Fork 286
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
Cannot escape column names #97
Comments
There's a typo in the second insert statement. The table name should be |
Sorry about the typo. It is now fixed. Anyway, if changing the table column name There's a list of reserved words, which need quotes. So there should be anyway some way to use column names with those reserved words, like on the Step 1 one can do. I'm talking about this list: https://www.postgresql.org/docs/8.1/sql-keywords-appendix.html |
Yeah. It would probably be easiest to just quote all column names. |
Test case:
The text was updated successfully, but these errors were encountered: