Discussion:
[freetds] Supported SQL Server versions
Sebastien FLAESCH
2013-10-18 07:51:36 UTC
Permalink
Hi all,

Simple questions:

- What versions of SQL Server are supported today by FreeTDS?

- What are the limitations (for ex, which new data types are not supported)?

- Where can we find this in the docs?

Thanks!
Seb
James K. Lowden
2013-10-18 22:49:26 UTC
Permalink
On Fri, 18 Oct 2013 09:51:36 +0200
Post by Sebastien FLAESCH
- What versions of SQL Server are supported today by FreeTDS?
- What are the limitations (for ex, which new data types are not supported)?
- Where can we find this in the docs?
http://www.freetds.org/userguide/choosingtdsprotocol.htm

There is no one table that lists every datatype by TDS version and
whether it's supported in FreeTDS. As far as I know, though, all TDS
7.2 types are fully supported, meaning that FreeTDS can parse and
convert any datatype that comes down the wire.

That's for the current release. In the development branch, Frediano
largely has 7.3 working in ODBC. Work is needed on the db-lib side
and, ideally, for ct-lib, too, although it's been a dog's age since
anyone's picked up that baton.

--jkl

Continue reading on narkive:
Loading...