Skip to content

tds_fdw-2.0.2

Compare
Choose a tag to compare
@GeoffMontee GeoffMontee released this 26 Sep 22:09
· 77 commits to master since this release

Today, we are releasing version 2.0.2 of tds_fdw, a TDS foreign data wrapper. It can be used to connect to Microsoft SQL Server and Sybase databases. This should work on PostgreSQL 9.2+.

New in this version:

  • Extended IMPORT FOREIGN SCHEMA to support views. See GitHub pull request #248.

  • Fixed improper condition pushdowns. See GitHub issue #253.

  • Added support for PostgreSQL 13. See GitHub pull request #261.