RDB$GET_TRANSACTION_CN works different in Super and Classic
-----------------------------------------------------------

                 Key: CORE-6003
                 URL: http://tracker.firebirdsql.org/browse/CORE-6003
             Project: Firebird Core
          Issue Type: Improvement
          Components: Engine
    Affects Versions: 4.0 Beta 1
            Reporter: Adriano dos Santos Fernandes


Open two connections C1 and C2.

C2: select current_transaction from rdb$database; -- let's call the
result T2
C2: commit;

C1: select rdb$get_transaction_cn(T2) from rdb$database;

In Super C1 returns the commit number. In Classic it returns NULL.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to