Sqlite Fdw Versions Save

SQLite Foreign Data Wrapper for PostgreSQL

v2.4.0

7 months ago

Support PosgreSQL 16.0 Add text transformations for pg DB encoding Add updatable option on different levels Improve error message Refactor README.md Fix bugs

v2.3.0

1 year ago

SQLite FDW 2.3.0

Support PostgreSQL 15.0 Bug fix of error handling in case of sqlite busy

v2.2.0

1 year ago

SQLite FDW 2.2.0

Support PostgreSQL 15beta4 Support push down CASE expressions

v2.1.1

2 years ago

SQLite FDW 2.1.1

  • Support Insert/Update with generated column
  • Support check invalid options
  • Bug fixings:
    • Fix issue #44 on GitHub
    • Fix memory leak

v2.1.0

2 years ago

SQLite FDW 2.1.0

  • Support version 14 related features
    • Support TRUNCATE
    • Support Bulk Insert
    • Support keep connection control and connection cache information
  • Refactored tests

v2.0.0

2 years ago

Support JOIN pushdown (LEFT,RIGHT,INNER) Support direct modification (UPDATE/DELETE) Support pushdown nest functions Support pushdown scalar operator ANY/ALL (ARRAY) Support pushdown ON CONFLICT DO NOTHING Refactored tests Bug fixings

  • Don't push down lower/upper function
  • Fix processing for DATE data type
  • Do not prepare SQL statement during EXPLAIN

v1.3.1

3 years ago

Support function pushdown in the target list (for PGSpider) Support Windows build using Visual Studio project Bug fixes

  • Fix FETCH ... WITH TIES issue
  • Fix sqlite_fdw does not bind the correct numeric value when it is sub-query

v1.3.0

3 years ago

This release supports PostgreSQL 9.6, 10, 11, 12 and 13.

  • PostgreSQL 13 support
  • Bug fixings

v1.2.0

4 years ago

This release supports PostgreSQL 9.6, 10, 11 and 12.

v1.1.1

4 years ago

This release supports PostgreSQL 9.6, 10 and 11.

  • Support column_name option of CREATE FOREIGN TABLE
  • Support ALTER SERVER command
  • Many bug fixes