SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
databases/py-odbc/patches/patch-src_connection_cpp
Normal file
15
databases/py-odbc/patches/patch-src_connection_cpp
Normal 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 },
|
Loading…
Add table
Add a link
Reference in a new issue