We have a java object with a boolean data type. The mapped database stores this as a Char(1) field.
We are using transparent persistence with the CocoBase 4 runtime.
On an insert, the java object type is read and a '1' or '0' is written to the database. On a select, the fields are not set on the java object.
We've tried a primitive and Boolean type on the java object type.
Our field map is called :GST_APPLICABLE and our java field is called gstApplicable with a consistant getter and setter.
Is this a bug?
Cheers,
Aaron..
|