-
Notifications
You must be signed in to change notification settings - Fork 303
Cannot escape column names #97
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
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. |
Uh oh!
There was an error while loading. Please reload this page.
Test case:
The text was updated successfully, but these errors were encountered: