Hello guys, I have found something which you may want to fix at some
point:

I have a table which has columns varbinary(max), I'm using
PersistenceSpecification class to verify my mappings:

new PersistenceSpecification<ProductPhoto>(session)
.CheckProperty(x => x.LargePhoto, new byte[] {1,23,4})
.VerifyTheMappings();

I'm getting the ApplicationException exception even though my mappings
are correct and I'm getting correct values back from the data base.
The problem is that the method CheckValue(object target) in
PersistenceSpecification class doesn't work with arrays.

I can't see any workaround for this problem ... is there anything that
you guys can suggest?

--
Cheers,
Marek Blotny
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibernate@googlegroups.com
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to