pgspider / sqlite_fdw

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

Add `updatable` option on different levels #59

Closed mkgrgis closed 1 year ago

mkgrgis commented 1 year ago

Final implementation like standard postgres_fdw updatable option. Tested with success. Excluded using of sqlite3_open_v2 SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE .

mkgrgis commented 1 year ago

Thanks for merging @t-kataym ! Thanks to your colleagues who taught me how to test! (This was my first PR with normal tests).