Thread: tds_fdw 1.0.3 - Foreign Data Wrapper for MS SQL Server and Sybase
Hi all, Today, I am releasing version 1.0.3 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.1+. New in this version: * Fixed bug that caused tds_fdw to treat empty strings as NULL in some versions of the TDS protocol. See issue #18. https://github.com/GeoffMontee/tds_fdw/issues/18 * Added "msg_handler" foreign server option. If set to "notice", DB-Library messages are turned into PostgreSQL notices. If set to "blackhole", DB-Library messages are ignored. By default, "msg_handler" is set to "blackhole." See issue #22. https://github.com/GeoffMontee/tds_fdw/issues/22 * Removed "database" foreign table option. Use "database" foreign server option instead. * The "row_estimate_method" foreign table option can now be set server-wide for a foreign server. * General code refactoring. This version does not support write operations, where clause push-downs, column push-downs, or join push-downs. https://github.com/GeoffMontee/tds_fdw https://github.com/GeoffMontee/tds_fdw/archive/v1.0.3.zip https://github.com/GeoffMontee/tds_fdw/archive/v1.0.3.tar.gz http://pgxn.org/dist/tds_fdw/ Thanks, Geoff Montee