arvind-narain commented on issue #1844: [TRAFODION-2311] Avoid logging error 8605 and 8609 during SQLEndTrans if no trans active URL: https://github.com/apache/trafodion/pull/1844#issuecomment-500106339 Thanks @sbroeder and @selvaganesang. Sorry for the delay. Will check SQL_EXEC_Xact and update. This change is mainly needed since some packages written for other databases may expect a transaction to be started even for a select. If the code is ported over then such application fills up the logs on every commit done after a select. As stated above ODBC standards do state that SQL_SUCCESS should be returned on a SQLEndTrans if there are no transactions pending. If numerous 8605 and 8609 messages are present in the logs then troubleshooting other issues becomes difficult.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
