Hi I found a bug in nHibernate class when manage a Varbinary(max) sql column. I mapped this column in a BinaryBlob and c# byte[].
When I save a big document that I upload, receive Out-of-memory error. This error depend of function ToString in NHibernate.Type.AbstractBinaryType class. This function is called when I enabled loggin. I resolve my problem disabled logger but this bug should be resolved in the new release, I use the 3.3.2GA Version Thank you and sorry for my english Francesca
