SQLite fdw 1.3.1 released

Поиск
Список
Период
Сортировка
От Toshiba via PostgreSQL Announce
Тема SQLite fdw 1.3.1 released
Дата
Msg-id 161103641909.478.13196154112126960207@wrigleys.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Toshiba via PostgreSQL Announce
Дата:
Сообщение: GridDB fdw 1.3 released
Следующее
От: Toshiba via PostgreSQL Announce
Дата:
Сообщение: InfluxDB fdw 0.3 released