I would advise (if you don't have it) getting NH Profiler and running that to investigate what NHibernate is doing with your SQL server.
I have always noticed merge, save, and delete running the sql statement on call. If you call them within the scope of a transaction, however, you can always roll back the transaction to negate the changes. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To view this discussion on the web visit https://groups.google.com/d/msg/nhusers/-/an54sBF3UjoJ. 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.
