Re: [hibernate-dev] User defined generic bag

2007-04-05 Thread Sergey Koshcheyev
Hi, the list you posted to is for Java Hibernate. You probably wanted to post to the NHibernate development list. Its address is [EMAIL PROTECTED] To answer your question, yes, please submit the patch to our JIRA (http://jira.nhibernate.org), we will then review it and decide whether to apply it.

Re: [NHibernate-development] [hibernate-dev] Connection release modes

2006-12-13 Thread Sergey Koshcheyev
Steve Ebersole wrote: > How did that lead to a discussion of connection release modes ;) Err, it was the other way around :) a discussion of connection release modes led to this. I'm trying to understand what the code does in Hibernate to be able to port it to NHibernate. > Mmm, I'd have to look

Re: [NHibernate-development] [hibernate-dev] Connection release modes

2006-12-13 Thread Sergey Koshcheyev
Steve Ebersole wrote: > I don't understand the statement about "auto-commit mode connection > release". The idea with the implied auto-commit connection release mode > is that in the case of auto-commit transaction control, there is really > no need to have the same connection for each operation a