-
Bug
-
Resolution: Done
-
Major
-
13.0.2.Final
-
None
The database created in postgresql is a boolean
create table CustomerCommand (
id int8 not null,
promotion boolean,
buyer_id int8,
primary key (id)
);
However the mapping to bool does not work
customercommand.promotion retrival displays a
An error occurred while retrieving cache d
Unexpected error retrieving data. "SqlType not supported: -7"