I am seeing the following error when trying to insert a null in to boolean.
Code:
[SQLServer JDBC Driver]The specified SQL type is not supported by this driver.
Database is SQLServer and the specific column is set to be nullable.
Now, i have seen a lot of threads on the web that null is not supported for primitive datatypes.
But this was working with Hibernate 3.5.2. I started getting this error after i tried to upgrade to 4.1.10.
Does anybody know if something changed in or after 3.6 that might have caused this.