Hello everybody!
I test NHibernate with DB2 now and have an error when try
to save the boolean variable. DB2 doesn't have boolean data type
and dialect creates instead of this type the SMALLINT one.
I declared in configuration
<property name="hibernate.query.substitutions">true 1, false 0</property>
As far as I undestood it worked only with HQL queries.
Does anybody know how to solve this problem?
--
С уважением, Сергей