Changeset: f218fe31ac43 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f218fe31ac43
Modified Files:
        clients/odbc/driver/ODBCAttrs.c
Branch: default
Log Message:

Support clientinfo msettings from odbc


diffs (13 lines):

diff --git a/clients/odbc/driver/ODBCAttrs.c b/clients/odbc/driver/ODBCAttrs.c
--- a/clients/odbc/driver/ODBCAttrs.c
+++ b/clients/odbc/driver/ODBCAttrs.c
@@ -47,6 +47,9 @@ const struct attr_setting attr_settings[
        { "LOGFILE", "Log File", MP_LOGFILE },
        { "LOGINTIMEOUT", "Login Timeout", MP_CONNECT_TIMEOUT},
        { "CONNECTIONTIMEOUT", "Connection Timeout", MP_REPLY_TIMEOUT},
+       { "CLIENTINFO", "Send Client Info", MP_CLIENT_INFO },
+       { "APPNAME", "Application Name", MP_CLIENT_APPLICATION },
+       { "CLIENTREMARK", "Client Remark", MP_CLIENT_REMARK },
 };
 
 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