You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Yao jian (JIRA)" <ib...@incubator.apache.org> on 2007/02/25 16:39:06 UTC

[jira] Created: (IBATISNET-211) The behaviors inconsistence between CommitTransaction and RollbackTransaction in SqlMapSession

The behaviors inconsistence between CommitTransaction and RollbackTransaction in SqlMapSession
----------------------------------------------------------------------------------------------

                 Key: IBATISNET-211
                 URL: https://issues.apache.org/jira/browse/IBATISNET-211
             Project: iBatis for .NET
          Issue Type: Bug
          Components: DataMapper
    Affects Versions: DataMapper 1.6
            Reporter: Yao jian
            Priority: Minor


The behaviors inconsistence between CommitTransaction and RollbackTransaction in SqlMapSession:

RollbackTransaction set _transaction to null bebore return while CommitTransaction does not set _transaction to null.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IBATISNET-211) The behaviors inconsistence between CommitTransaction and RollbackTransaction in SqlMapSession

Posted by "Yao jian (JIRA)" <ib...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/IBATISNET-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12475859 ] 

Yao jian commented on IBATISNET-211:
------------------------------------

Set the _transaction = null   in both CommitTransaction and RollbackTransaction enables user to detect whether a SqlMapSession is associated with a transaction through the ISqlMapSession.Transaction property.

> The behaviors inconsistence between CommitTransaction and RollbackTransaction in SqlMapSession
> ----------------------------------------------------------------------------------------------
>
>                 Key: IBATISNET-211
>                 URL: https://issues.apache.org/jira/browse/IBATISNET-211
>             Project: iBatis for .NET
>          Issue Type: Bug
>          Components: DataMapper
>    Affects Versions: DataMapper 1.6
>            Reporter: Yao jian
>            Priority: Minor
>
> The behaviors inconsistence between CommitTransaction and RollbackTransaction in SqlMapSession:
> RollbackTransaction set _transaction to null bebore return while CommitTransaction does not set _transaction to null.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (IBATISNET-211) The behaviors inconsistence between CommitTransaction and RollbackTransaction in SqlMapSession

Posted by "Gilles Bayon (JIRA)" <ib...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/IBATISNET-211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gilles Bayon closed IBATISNET-211.
----------------------------------

       Resolution: Fixed
    Fix Version/s: DataMapper 1.6.2
         Assignee: Gilles Bayon

In SVN

> The behaviors inconsistence between CommitTransaction and RollbackTransaction in SqlMapSession
> ----------------------------------------------------------------------------------------------
>
>                 Key: IBATISNET-211
>                 URL: https://issues.apache.org/jira/browse/IBATISNET-211
>             Project: iBatis for .NET
>          Issue Type: Bug
>          Components: DataMapper
>    Affects Versions: DataMapper 1.6
>            Reporter: Yao jian
>         Assigned To: Gilles Bayon
>            Priority: Minor
>             Fix For: DataMapper 1.6.2
>
>
> The behaviors inconsistence between CommitTransaction and RollbackTransaction in SqlMapSession:
> RollbackTransaction set _transaction to null bebore return while CommitTransaction does not set _transaction to null.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.