| From: | Mototaka Kanematsu <mototaka(dot)kanematsu(at)toshiba(dot)co(dot)jp> |
|---|---|
| To: | pgsql-announce(at)postgresql(dot)org |
| Cc: | Mototaka Kanematsu <mototaka(dot)kanematsu(at)toshiba(dot)co(dot)jp> |
| Subject: | SQLite fdw 1.2.1 released |
| Date: | 2020-08-27 09:33:50 |
| Message-ID: | 202008270933.07R9Xprl011618@toshiba.co.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Fetter | 2020-08-30 20:32:45 | == PostgreSQL Weekly News - August 30, 2020 == |
| Previous Message | Devrim Gündüz | 2020-08-26 10:41:46 | aarch64 support is available on yum.postgresql.org |