SQLite fdw 1.2.1 released - Mailing list pgsql-announce

From Mototaka Kanematsu
Subject SQLite fdw 1.2.1 released
Date
Msg-id 202008270933.07R9Xprl011618@toshiba.co.jp
Whole thread Raw
List pgsql-announce
We have just released version 1.2.1 of the Foreign Data Wrapper for SQLite.

This release can work with PostgreSQL 9.6, 10, 11 and 12.
This release improves following item :

   - Added Limit/Sort pushdown for SQLite
   - Conversion from SQLite numerical value to PostgreSQL TimeStamp
   These were implemented by Pablo Ruiz García. Thank you!

The FDW supports following features :

   -  SELECT, INSERT, UPDATE and DELETE of foreign tables
   -  WHERE clauses is push-downed
   -  Aggregate is push-downed
   -  Order By is push-downed
   -  Limit and Offset are push-downed (*when all tables queried are fdw)
   -  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



pgsql-announce by date:

Previous
From: Devrim Gündüz
Date:
Subject: aarch64 support is available on yum.postgresql.org
Next
From: David Fetter
Date:
Subject: == PostgreSQL Weekly News - August 30, 2020 ==