simonw / db-to-sqlite

CLI tool for exporting tables or queries from any SQL database to a SQLite file
Apache License 2.0
368 stars 28 forks source link

SQLite version supporting the RETURNING clause #42

Closed grymjack closed 1 year ago

grymjack commented 1 year ago

Thank you for making such a handy tool. Recently, I ran into a problem. The SQLite version generated by the tool (3.12.99) doesn't support the RETURNING clause. Is there a version that supports at least 3.35.0? Thank you for your time.