Changeset: 70d051c0c3b8 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=70d051c0c3b8
Modified Files:
        clients/odbc/driver/ODBCUtil.c
Branch: Dec2011
Log Message:

ODBC log: use connect attribute translation for connect options.


diffs (12 lines):

diff --git a/clients/odbc/driver/ODBCUtil.c b/clients/odbc/driver/ODBCUtil.c
--- a/clients/odbc/driver/ODBCUtil.c
+++ b/clients/odbc/driver/ODBCUtil.c
@@ -905,7 +905,7 @@ translateConnectOption(SQLUSMALLINT Opti
        case SQL_TRANSLATE_DLL:
                return "SQL_TRANSLATE_DLL";
        default:
-               return "unknown";
+               return translateConnectAttribute((SQLSMALLINT) Option);
        }
 }
 
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to