Releases: pgspider/sqlite_fdw
Releases · pgspider/sqlite_fdw
Release 1.1.1
This release supports PostgreSQL 9.6, 10 and 11.
- Support
column_name
option ofCREATE FOREIGN TABLE
- Support
ALTER SERVER
command - Many bug fixes
Release 1.1.0
This release supports PostgreSQL 9.6, 10 and 11.
Improvement :
- PostgreSQL 11 support
- Aggregate push-down support in PostgreSQL 9.6 by @KyleLilly #8
- Conditional expressions push-down such as COALESCE(), NULLIF(), and CASE statements by @KyleLilly #6
Release 1.0.0
This release can work with PostgreSQL 9.6 and 10.
This release supports following features :
- INSERT, UPDATE and DELETE of foreign tables
- WHERE clauses push-down
- Aggregate push-down (PostgreSQL 10 only)
- Transactions