I'm not sure if this is the right place for this or not...
I know you guys have heard a lot about this, so you can relax, this isn't another request for .Net2 Nullables. :)
I was browsing JIRA and ran across
http://jira.nhibernate.org/browse/NH-253. I glanced at the attached code. Would adding .Net2 Nullable support in my own build really be as easy as deriving from NullableType and specifying Get(), Set(), ReturnType, and SqlTypes?
So I could then specify say a NullableInt32CustomType then in my hbm files, and use "int?" Types in my persistent classes?