SQLite fdw 1.1.0 released
Mototaka Kanematsu <[email protected]> Wed, 31 Oct 2018 22:38:32 +0900
| Newsgroups | gmane.comp.db.postgresql.announce |
|---|---|
| Message-ID | <[email protected]> |
We have just released version 1.1.0 of the Foreign Data Wrapper for SQLite. This release can work with PostgreSQL 9.6, 10 and 11. This release improves following item : - PostgreSQL 11 support by Shohei Mochizuki - Aggregate push-down support in PostgreSQL 9.6 by Kyle Lilly - Conditional expressions push-down such as COALESCE(), NULLIF(), and CASE statements by Kyle Lilly The FDW supports following features : - SELECT, INSERT, UPDATE and DELETE of foreign tables - WHERE clauses push-down - Aggregate push-down - Transactions This is developed by Toshiba Software Engineering & Technology Center. Please see the repository for details. Source repository : https://github.com/pgspider/sqlite_fdw Best Regards, Mototaka Kanematsu