Changeset: 0b8f54cd8c3f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/0b8f54cd8c3f
Modified Files:
clients/odbc/driver/SQLBrowseConnect.c
Branch: Aug2024
Log Message:
Comment
diffs (11 lines):
diff --git a/clients/odbc/driver/SQLBrowseConnect.c
b/clients/odbc/driver/SQLBrowseConnect.c
--- a/clients/odbc/driver/SQLBrowseConnect.c
+++ b/clients/odbc/driver/SQLBrowseConnect.c
@@ -116,6 +116,7 @@ MNDBBrowseConnect(ODBCDbc *dbc,
size_t cap = 0;
suggest_settings(dbc, &buf, &pos, &cap, 2, ""); // mandatory first
suggest_settings(dbc, &buf, &pos, &cap, 0, "*"); // then optional
+ // note that we leave out level 1, they have already been provided
if (buf && pos) {
size_t n = strcpy_len((char*)OutConnectionString, buf,
BufferLength);
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]