Skip to content

Commit 93bfda0

Browse files
committed
feat: add a newer FreetTDS library for Windows, from the last successful VS 2022 build on https://ci.appveyor.com/project/FreeTDS/freetds
Note: 7.4 indicates that the library defaults to using TDS 7.4 protocol when negotiating with the server. It is not a release version. Refs #2149
1 parent ab46fc5 commit 93bfda0

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

extra/dll/libcrypto-3-x64.dll

1010 KB
Binary file not shown.

extra/dll/libssl-3-x64.dll

-137 KB
Binary file not shown.

extra/dll/sybdb-tds7.4.dll

395 KB
Binary file not shown.

source/dbconnection.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1940,7 +1940,7 @@ function TConnectionParameters.GetLibraries: TStringList;
19401940
{$IfDef LINUX}
19411941
rx.Expression := '^\s*(libsybdb)[^=]+=>\s*(\S+)$';
19421942
{$Else}
1943-
rx.Expression := '^(dblib|libsybdb).*\.' + SharedSuffix;
1943+
rx.Expression := '^(dblib|(lib)?sybdb).*\.' + SharedSuffix;
19441944
{$EndIf}
19451945
ngPgSQL:
19461946
{$If defined(LINUX)}

0 commit comments

Comments
 (0)