simonw / db-to-sqlite

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

SQLite version supporting the RETURNING clause #42 #43

Open grymjack opened 2 years ago

grymjack commented 2 years 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.