pgspider / sqlite_fdw

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

Don't use invalidated prepared statement while finalizing #27

Closed mlt closed 4 years ago

mlt commented 4 years ago

This closes #25 Relevant mailing list post http://sqlite.1065341.n5.nabble.com/finalizing-all-statements-before-closing-connection-td46710.html ... though I'm not sure how it reconciles with https://www3.sqlite.org/src/info/f494ed38a8d3fabb as this technique seems to be discouraged.