You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "Sean Broeder (JIRA)" <ji...@apache.org> on 2018/09/14 18:07:00 UTC

[jira] [Created] (TRAFODION-3207) Add SQL syntax to allow user to retrieve the current transaction identifier

Sean Broeder created TRAFODION-3207:
---------------------------------------

             Summary: Add SQL syntax to allow user to retrieve the current transaction identifier
                 Key: TRAFODION-3207
                 URL: https://issues.apache.org/jira/browse/TRAFODION-3207
             Project: Apache Trafodion
          Issue Type: Wish
          Components: sql-exe
    Affects Versions: 2.4
            Reporter: Sean Broeder
            Assignee: Sandhya Sundaresan


I would like to enhance SQL so that the current transaction could be retrieved and displayed as a long int that could be used in DML statements.

2 use cases come to mind:

> insert into t values (rowkey, current_transid, <...>);

or

> get transid;

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)