Re: Reintegrating years of local FreeTDS changes

Sebastien FLAESCH <[email protected]> Wed, 27 Jun 2018 11:59:32 +0200
Newsgroups gmane.comp.db.tds.freetds
Organization Four Js Development Tools
Message-ID <[email protected]>
I could execute our QA tests with SQL Server 2016 and 2017 without detecting
any regression, by using the "master" branch.

But it fails to connect to SQL Server 2014 (12.0).

Is there some limitation regarding the supported SQL Server version?

ODBCINI:

[ftm_msvtest1_ida_utf8]
Description     = SQL Server 2014
Server          = ida
Database        = msvtest1
Port            = 1681
TDS_Version     = 7.3
ClientCharset   = UTF-8


Seb