tegola icon indicating copy to clipboard operation
tegola copied to clipboard

Deal with reserved words more gracefully

Open jj0hns0n opened this issue 4 years ago • 1 comments

I have a layer with an attribute named natural which turns out to be a reserved keyword in postgres per https://www.postgresql.org/docs/8.1/sql-keywords-appendix.html

The SQL parser should probably more elegantly handle for these and escape them.

jj0hns0n avatar Mar 30 '20 19:03 jj0hns0n

What was your config file? Were you supplying the SQL that wasn't quoted?

pnorman avatar Mar 30 '20 21:03 pnorman