SQLite fdw 1.1.0 released

From: Mototaka Kanematsu <mototaka(dot)kanematsu(at)toshiba(dot)co(dot)jp>
To: pgsql-announce(at)postgresql(dot)org
Subject: SQLite fdw 1.1.0 released
Date: 2018-10-31 13:38:32
Message-ID: 201810311338.w9VDcVtv016960@toshiba.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

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

Browse pgsql-announce by date

  From Date Subject
Next Message Yuzuko Hosoya 2018-11-01 06:10:06 Registration Open! - PGConf.ASIA 2018
Previous Message Bo Peng 2018-10-31 12:08:25 Pgpool-II 4.0.1, 3.7.6, 3.6.13, 3.5.17 and 3.4.20 are now officially released.