Changeset: abf9f671ebf7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/abf9f671ebf7
Modified Files:
        clients/odbc/driver/SQLConnect.c
Branch: odbc-tls
Log Message:

Add timeout settings to connect string


diffs (12 lines):

diff --git a/clients/odbc/driver/SQLConnect.c b/clients/odbc/driver/SQLConnect.c
--- a/clients/odbc/driver/SQLConnect.c
+++ b/clients/odbc/driver/SQLConnect.c
@@ -64,6 +64,8 @@ const struct attr_setting attr_settings[
        { "TIMEZONE", "Time Zone", MP_TIMEZONE },
        { "REPLYSIZE", "Reply Size", MP_REPLYSIZE },
        { "LOGFILE", "Log File", MP_LOGFILE },
+       { "LOGINTIMEOUT", "Login Timeout", MP_CONNECT_TIMEOUT},
+       { "CONNECTIONTIMEOUT", "Connection Timeout", MP_REPLY_TIMEOUT},
 };
 
 const int attr_setting_count = sizeof(attr_settings) / 
sizeof(attr_settings[0]);
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to