2008/11/13 Steve Wagner <[EMAIL PROTECTED]> > > Wouldn't it here a good suggestion to add an per property option which > forces nhibernate to eval DBNull.Value==default(T) if it dose a dirty > check? >
I think we have it working. In meta-data we having DefaultValue exactly for that.mmm wait ... sometimes you are talking about a new feature for existing data where you don't want to change the existing record even if you have a value in the entity and a null in the DB. Do you can create a failing test for the new feature ? -- Fabio Maulo P.S. BTW SchemaVerify would be very very interesting even for no legacy DB (when the user create the Schema without use SchemaExport or when we add mappings and tables to a DB in production).
