Supported data type in Database
The supported data types are the following: float, double, integer, int, tinyint, smallint, char, character, string. date, time Unfortunately bit data type is not supported. Even if it is registered as INT or SMALLINT, the DQL to retrieve data from the registered table will fail with the reported error. If you cannot modify the source…