NHibernate 3.0: TransactionScope and Auto-Flushing

后端 未结 4 731
一生所求
一生所求 2021-01-02 18:07

In NHibernate 3.0, FlushMode.Auto does not work when running under an ambient transaction only (that is, without starting an NHibernate transaction). Should it?

4条回答
  •  旧巷少年郎
    2021-01-02 18:19

    Good news. Thanks to Jeff Sternal (who nicely identified the problem) I updated https://nhibernate.jira.com/browse/NH-3583 and thanks to the NH staff, there's already a fix and a pull request so in the upcoming release 4.1.x.x this ISSUE will be fixed.

提交回复
热议问题