mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
16 lines
468 B
Plaintext
16 lines
468 B
Plaintext
unixodbc vs iodbc
|
|
|
|
Index: src/connection.cpp
|
|
--- src/connection.cpp.orig
|
|
+++ src/connection.cpp
|
|
@@ -532,7 +532,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 },
|