SQLite fdw 1.3.1 released - Mailing list pgsql-announce

From Toshiba via PostgreSQL Announce
Subject SQLite fdw 1.3.1 released
Date
Msg-id 161103641909.478.13196154112126960207@wrigleys.postgresql.org
Whole thread Raw
List pgsql-announce
 

SQLite fdw 1.3.1 released

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

 

pgsql-announce by date:

Previous
From: Toshiba via PostgreSQL Announce
Date:
Subject: GridDB fdw 1.3 released
Next
From: Toshiba via PostgreSQL Announce
Date:
Subject: InfluxDB fdw 0.3 released