libdbi-drivers/libdbi-drivers-0.9.0-freetds-1.4.10.patch

13 lines
430 B
Diff
Raw Normal View History

--- libdbi-drivers-0.9.0/drivers/freetds/dbd_freetds.c.orig 2024-03-02 16:21:20.791832505 +0100
+++ libdbi-drivers-0.9.0/drivers/freetds/dbd_freetds.c 2024-03-02 16:21:26.827844703 +0100
@@ -232,9 +232,6 @@
// Format = X.XX.XX
switch (str[0]) {
// We can use it if "CS_TDS_80" will be add to ct_con_props() by CS_SET action
- case '8':
- num = CS_TDS_80;
- break;
case '7':
num = CS_TDS_70;
break;