This question is just out of curiosity, fyi, for this application it makes no difference if I used short or byte, but I wanted to ask anyway. When mapping a If I use a property of type Since both SA |
I think the problem is simply that the mapping of If you want that specific mapping, you can add the line RegisterColumnType(DbType.Byte, "TINYINT"); to the I will submit this to the NHibernate forum as a bug, so that it can be corrected in a subsequent NHibernate distribution. 1
Thank you for taking the time. As a note to future readers, I managed to get it working without recompiling NH by adding the line you mentioned to SybaseSQLAnywhere12Dialect class constructor.
(07 Mar '12, 11:26)
henginy
|