tds_fdw 1.0.3 - Foreign Data Wrapper for MS SQL Server and Sybase - Mailing list pgsql-announce

From Geoff Montee
Subject tds_fdw 1.0.3 - Foreign Data Wrapper for MS SQL Server and Sybase
Date
Msg-id CAA7biFNNDzmmL3O4fOm4h=Tf08BaFWS_sQXS98qHPHqNYKJyBw@mail.gmail.com
Whole thread Raw
List pgsql-announce
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


pgsql-announce by date:

Previous
From: Dave Page
Date:
Subject: PostgreSQL 9.4.4, 9.3.9, 9.2.13, 9.1.18 & 9.0.22 Released!
Next
From: David Fetter
Date:
Subject: == PostgreSQL Weekly News - June 14 2015 ==