Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
In the current 4.0 SNAPSHOT, I have a BOOLEANINT object column which is mapped to a java Boolean object.
Currently, the database value null is mapped to Boolean.False and the java value null is mapped to 0 in the database
Expected behaviour:
The database value null is mapped to java null and the java value null is mapped to null in the database.
It remains to be checked what the behaviour for Torque 3.3 is.