Skip to content

Releases: pgspider/sqlite_fdw

Release v2.4.0

27 Sep 09:29
3536796
Compare
Choose a tag to compare

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

Release v2.3.0

17 Jan 01:42
3a495b7
Compare
Choose a tag to compare

SQLite FDW 2.3.0

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

Release v2.2.0

26 Sep 23:48
31133bd
Compare
Choose a tag to compare

SQLite FDW 2.2.0

Support PostgreSQL 15beta4
Support push down CASE expressions

Release v2.1.1

22 Dec 01:44
9cffd29
Compare
Choose a tag to compare

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

Release v2.1.0

24 Sep 10:37
56fb787
Compare
Choose a tag to compare

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

Release v2.0.0

26 May 09:14
Compare
Choose a tag to compare

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

Release v1.3.1

14 Jan 06:11
1745a69
Compare
Choose a tag to compare

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

Release 1.3.0

26 Aug 00:49
1f64853
Compare
Choose a tag to compare

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

  • PostgreSQL 13 support
  • Bug fixings

Release 1.2.0

01 Oct 08:47
8985e74
Compare
Choose a tag to compare

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

Release 1.1.1

26 Aug 02:51
Compare
Choose a tag to compare

This release supports PostgreSQL 9.6, 10 and 11.

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