github tds-fdw/tds_fdw v1.0.3
tds_fdw-1.0.3

latest releases: v2.0.4, v2.0.3, v2.0.2...
9 years ago

tds_fdw-1.0.3

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 made tds_fdw treat empty strings as NULL in some versions of the TDS protocol. See issue #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.
  • 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 push-downs, column push-downs, or join push-downs.

Don't miss a new tds_fdw release

NewReleases is sending notifications on new releases.