tds_fdw-2.0.1
Today, we are releasing version 2.0.1 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:
- Improved CentOS installation instructions. See GitHub pull request #194.
- Improved Mac OS X installation instructions. See GitHub pull request #199.
- Changed supported Ubuntu version. See GitHub pull request #206.
- Improved openSUSE installation instructions. See GitHub pull request #208.
- Added support for PostgreSQL 12. See GitHub pull requests #213 and #216.
- Added some testing-related functionality. See GitHub pull request #214.
- Fixed syntax error caused by running IMPORT FOREIGN SCHEMA when the remote schema contained no tables. See GitHub pull request #222.
- Improved Debian installation instructions. See GitHub pull request #231.
- Improved general installation instructions. See GitHub pull request #232.