Github user selvaganesang commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/561#discussion_r68764322
--- Diff: core/conn/jdbc_type2/native/SQLMXConnection.cpp ---
@@ -590,6 +590,20 @@ JNIEXPORT void JNICALL
Java_org_trafodion_jdbc_t2_SQLMXConnection_connectInit
strcpy(srvrGlobal->CurrentSchema, "SEABASE");
}
+
+ odbc_SQLSvc_SetConnectionOption_sme_(NULL, NULL,
+ &setConnectException,
+ dialogueId,
+ BEGIN_SESSION,
+ 0,
+ NULL,
--- End diff --
Consider passing in client_name and thread_id so that it is identifiable
on the server side. This optional session name has a limit of 24 characters
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---