SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,15 @@
unixodbc vs iodbc
Index: src/connection.cpp
--- src/connection.cpp.orig
+++ src/connection.cpp
@@ -639,7 +639,9 @@ static const GetInfoType aInfoTypes[] = {
{ SQL_CONVERT_INTERVAL_YEAR_MONTH, GI_UINTEGER },
{ SQL_CONVERT_WLONGVARCHAR, GI_UINTEGER },
{ SQL_CONVERT_WVARCHAR, GI_UINTEGER },
+#ifdef SQL_CONVERT_GUID
{ SQL_CONVERT_GUID, GI_UINTEGER },
+#endif
{ SQL_ACCESSIBLE_PROCEDURES, GI_YESNO },
{ SQL_ACCESSIBLE_TABLES, GI_YESNO },