This looks great. I hope it will be released soon :-) I frequently get the question: "how can I find out if this value changed?" and I can't give an simple solution. Using two sessions on the same transaction (one should indeed be stateless) would solve this problem without any restrictions or complications.
What about a practical syntax like ISession.Stateless.CreateCriteria (...)? On 27 Nov., 10:48, "Fabio Maulo" <[EMAIL PROTECTED]> wrote: > http://groups.google.com/group/nhibernate-development/browse_thread/t... > > We have some pending work about transactions. > > 2008/11/27 Stefan Steinegger <[EMAIL PROTECTED]> > > > > > > > Fabio, > > > Don't you think it is inconsistent that a Session closes a transaction > > it didn't start? > > > Using ADO (or whatever) I open a connection and begin the transaction > > and pass it to CreateSession. When I dispose the Session, my > > transaction is gone. > > > The session should distinguish if it is its own transaction or not (as > > it does with the connection). > > > On 11 Nov., 15:03, "Fabio Maulo" <[EMAIL PROTECTED]> wrote: > > > Try using Merge. > > > > -- > > > Fabio Maulo > > -- > Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
