We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee22ca commit d7eda0bCopy full SHA for d7eda0b
duckdb_odbc.def
@@ -475,6 +475,7 @@ SQLAllocHandle
475
SQLBindCol
476
SQLBindParameter
477
SQLBrowseConnect
478
+SQLBrowseConnectW
479
SQLBulkOperations
480
SQLCancel
481
SQLCloseCursor
duckdb_odbc.exp
@@ -472,6 +472,7 @@ _SQLAllocHandle
472
_SQLBindCol
473
_SQLBindParameter
474
_SQLBrowseConnect
+_SQLBrowseConnectW
_SQLBulkOperations
_SQLCancel
_SQLCloseCursor
duckdb_odbc.map
@@ -474,6 +474,7 @@ DUCKDB_ODBC {
SQLBindCol;
SQLBindParameter;
SQLBrowseConnect;
+ SQLBrowseConnectW;
SQLBulkOperations;
SQLCancel;
SQLCloseCursor;
0 commit comments