Skip to content

Commit d7eda0b

Browse files
committed
Add SQLBrowseConnectW export definitions
1 parent cee22ca commit d7eda0b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

duckdb_odbc.def

+1
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ SQLAllocHandle
475475
SQLBindCol
476476
SQLBindParameter
477477
SQLBrowseConnect
478+
SQLBrowseConnectW
478479
SQLBulkOperations
479480
SQLCancel
480481
SQLCloseCursor

duckdb_odbc.exp

+1
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ _SQLAllocHandle
472472
_SQLBindCol
473473
_SQLBindParameter
474474
_SQLBrowseConnect
475+
_SQLBrowseConnectW
475476
_SQLBulkOperations
476477
_SQLCancel
477478
_SQLCloseCursor

duckdb_odbc.map

+1
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ DUCKDB_ODBC {
474474
SQLBindCol;
475475
SQLBindParameter;
476476
SQLBrowseConnect;
477+
SQLBrowseConnectW;
477478
SQLBulkOperations;
478479
SQLCancel;
479480
SQLCloseCursor;

0 commit comments

Comments
 (0)