SQLite fdw 2.1.0 released

Поиск
Список
Период
Сортировка
От Toshiba via PostgreSQL Announce
Тема SQLite fdw 2.1.0 released
Дата
Msg-id 163258280729.22780.12689911282833780275@wrigleys.postgresql.org
обсуждение исходный текст
Список pgsql-announce
 

SQLite fdw 2.1.0 released

We have just released version 2.1.0 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 TRUNCATE
  • Support Bulk Insert
  • Support keep connection control and connection cache information
  • Refactored tests

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,
HIROKI Kumagai

 

В списке pgsql-announce по дате отправления:

Предыдущее
От: JDBC Project via PostgreSQL Announce
Дата:
Сообщение: PostgreSQL JDBC 42.2.24 Released
Следующее
От: PWN via PostgreSQL Announce
Дата:
Сообщение: PostgreSQL Weekly News - September 26, 2021