Today, we are releasing version 2.0.4 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+, but it is tested on PostgreSQL 12+.
What's Changed
- Add PostgreSQL15 to the text matrix, and fix PostgreSQL14 by @juliogonzalez in #320
- Remove PostgreSQL 9.6 and 10 from the CI by @juliogonzalez in #332
- Clarify usermapping for Azure SQL by @juliogonzalez in #333
- change pg type to tds type by @maxstarkov in #327
- Allow use_remote_estimate to be set to 0. by @deathwish in #335
- Support query cancellation using FreeTDS's cancellation hooks. by @deathwish in #336
- Fix importing from Sybase schema (float fields) by @vitalca in #324
- add upgrade route from 2.0.1 to 2.0.3 by @kav23alex in #339
- Introduce new server option ansi_mode. by @psoo in #348
- Remove PostgreSQL 11, add PostgreSQL 16 and openSUSE Leap 15.5 by @juliogonzalez in #353
- Update create_foreignscan_path parameters for PostgreSQL commit 9e9931d2bf by @esiaero in #358
- Update RHEL and Clones compilation instructions by @juliogonzalez in #366
- Issue #364: Release 2.0.4 to prepare for PostgreSQL 17 by @GeoffMontee in #367
New Contributors
- @maxstarkov made their first contribution in #327
- @deathwish made their first contribution in #335
- @vitalca made their first contribution in #324
- @kav23alex made their first contribution in #339
- @psoo made their first contribution in #348
- @esiaero made their first contribution in #358
Full Changelog: v2.0.3...v2.0.4