circuithub / rel8

Hey! Hey! Can u rel8?
https://rel8.readthedocs.io
Other
150 stars 38 forks source link

Call `quote_ident` before `nextval` #217

Closed shane-circuithub closed 1 year ago

shane-circuithub commented 1 year ago

It turns out you can't do nextval('FooBar_id_seq') in PostgreSQL, you need to write nextval('"FooBar_id_seq"').