pgspider / sqlite_fdw

SQLite Foreign Data Wrapper for PostgreSQL
Other
219 stars 37 forks source link

FIX import schema error: place " OPTIONS (key 'true')" directly after… #12

Closed aka-sps closed 5 years ago

aka-sps commented 5 years ago

IMPORT FOREIGN SCHEMA syntax error near OPTIONS(key 'true'). Move OPTIONS before [NOT] NULL and DEFAULT

mochizk commented 5 years ago

Thanks for fixing the issue! It looks good to me.