GitHub user anoopsharma00 opened a pull request: https://github.com/apache/incubator-trafodion/pull/1333
JIRA TRAFODION-2834 Streamline supported xn access modes More details in jira. traf DTM only supports 'read committed access' for selects and 'set transaction ' stmts. With this checkin, only those 2 options will be allowed. All other access options will return an error. Read uncommitted access will be treated as read committed. You can merge this pull request into a Git repository by running: $ git pull https://github.com/anoopsharma00/incubator-trafodion ansharma_traf_xn_deliver_br Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-trafodion/pull/1333.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1333 ---- commit 6dd81240697f689ce26b93021d17d4f602044c77 Author: Anoop Sharma <anoop.sha...@esgyn.com> Date: 2017-12-09T21:18:13Z JIRA TRAFODION-2834 Streamline supported xn access modes traf DTM only supports 'read committed access' for selects and 'set transaction ' stmts. With this checkin, only those 2 options will be allowed. All other access options will return an error. Read uncommitted access will be treated as read committed. ---- ---