I can't attach an object with a date property set to null with Session.Save(object) or Session.SaveOrUpdate(object). Does the error stem from nHibernate mapping OR the database? I don't think the database query is run until I actually commit the transaction/flush session?
It is no problem for me to set the date column first and the attach the object, I'm just wanting to learn more about how it works internally. -- 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.
