Hi, Ive been reading about this infamous problem and need some advice :
From what ive been reading there are several options :
1. Use the nhibernate nullables library
(wouldnt this mean I need to install hibernate onto the client machines?, also tying my application to use nhibernate and a non .Net data type)
2. Use .NET 2.0 (not an option)
3. Hack and change the source code to search for Minvalue manually.
(rather not)
Has anyone written anything that does not rely on hibernate libraries that can solve this problem? I would not like to change all my mappings if i can avoid it.
|