SQLite fdw 1.3.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 1.3.1 released
Date: 2021-01-19 06:06:59
Message-ID: 161103641909.478.13196154112126960207@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

We have just released version 1.3.1 of the Foreign Data Wrapper for SQLite.

This release can work with PostgreSQL 9.6, 10, 11, 12 and13.
This release supports following features:

- Support function pushdown in the target list (for PGSpider)
- Support Windows build using Visual Studio project
- Bug fixings
- Fix FETCH ... WITH TIES issue
- Fix sqlite_fdw does not bind the correct numeric value when it is sub-query

The FDW supports following features :

- SELECT, INSERT, UPDATE and DELETE of foreign tables
- WHERE clauses is pushed down
- Aggregate is pushed down
- Order By is pushed down
- Limit and Offset are pushed down (*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

Browse pgsql-announce by date

  From Date Subject
Next Message Toshiba via PostgreSQL Announce 2021-01-19 06:16:10 InfluxDB fdw 0.3 released
Previous Message Toshiba via PostgreSQL Announce 2021-01-19 06:03:22 GridDB fdw 1.3 released