pgspider / sqlite_fdw

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

SQLite FDW Port13.0 #35

Closed khieuvm closed 3 years ago

khieuvm commented 3 years ago

Support PostgreSQL 13.0 Support function pushdown in the target list Fix sqlite_fdw does not bind the correct numeric value when it is sub-query Add selectfunc test Added Limit/Sort pushdown for SQLite and conversion from SQLite numerical value to PostgreSQL TimeStamp Fix FETCH ... WITH TIES issue

hrkuma commented 3 years ago

Thank you for support.
I'll merge.