github FreeTDS/freetds v1.5.10
FreeTDS 1.5.10 minor release

3 hours ago

Added commits

odbc: Re-prepare a prepared query if it never returned a handle

Fix ABI breakage for tdsdump_open under Windows

tdsdump_open is exported by our DB-Library implementation.
Before version 1.5 tdsdump_open always accepted a const char* string, however in 1.5 this was changed to const wchar_t* for Windows to support Unicode.
This broke ABI for Windows.
Provide tdsdump_open with old ABI and a new tdsdump_wopen (Windows only).

odbc: Fix for SQL_COPT_SS_OLDPWD attribute

This attribute allows to change the password while logging to the server.
Code was wrongly taking the length of the attribute in characters instead of bytes causing a failure using wide function.

Caution

Do not use Source code links below, they are auto generated and broken.

Don't miss a new freetds release

NewReleases is sending notifications on new releases.