SQLite fdw 2.1.1 released

From: Toshiba via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: SQLite fdw 2.1.1 released
Date: 2021-12-27 19:01:59
Message-ID: 164063171946.21667.14451382483900048675@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

We have just released version 2.1.1 of the Foreign Data Wrapper for SQLite.
This release can work with PostgreSQL 10, 11, 12, 13 and 14.
This release improves following items :

- Support Insert/Update with generated column
- Support check invalid options
- Bug fixings:
- Fix issue of accessing fts table on SQLite
- Fix memory leak

The FDW supports following key features :

- SELECT, INSERT, UPDATE and DELETE of foreign tables
- WHERE clauses is push-downed
- Aggregate is push-downed
- ORDER BY is push-downed
- JOIN is push-downed (LEFT,RIGHT,INNER)
- 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,
TAIGA Katayama

Browse pgsql-announce by date

  From Date Subject
Next Message Toshiba via PostgreSQL Announce 2022-01-02 14:59:50 JDBC FDW 0.1.0 release
Previous Message Toshiba via PostgreSQL Announce 2021-12-27 18:58:45 GridDB FDW 2.1.1 released