I set my entity with OptimisticLocking.Dirty and have a text column defined as follow: [Property(ColumnType = "StringClob", SqlType = "NTEXT")]
When I modify the entity NHibernate threw me an error because use the NTEXT column as NVARCHAR when it campares the entity fields for locking. If I use OptimisticLocking.Version everything is ok. anyone uses this case? Thanks Alessandro -- You received this message because you are subscribed to the Google Groups "Castle Project Users" 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/castle-project-users?hl=en.
