[
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.