tds_fdw 1.0.3 - Foreign Data Wrapper for MS SQL Server and Sybase

From: Geoff Montee <geoff(dot)montee(at)gmail(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: tds_fdw 1.0.3 - Foreign Data Wrapper for MS SQL Server and Sybase
Date: 2015-06-14 06:29:40
Message-ID: CAA7biFNNDzmmL3O4fOm4h=Tf08BaFWS_sQXS98qHPHqNYKJyBw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2015-06-14 22:42:08 == PostgreSQL Weekly News - June 14 2015 ==
Previous Message Dave Page 2015-06-12 13:13:01 PostgreSQL 9.4.4, 9.3.9, 9.2.13, 9.1.18 & 9.0.22 Released!