Community
Participate
Working Groups
Hi, i am trying to execute a simple query with a boolean as a parameter. select * from client where check = ? Where check is of type bool in postgresql. I have created a parameters for my query but boolean is not in the dropdown list. If y try auto or any, I have the following error 'Error: operator does not exist: boolean = character varying) I have also tried to execute the query with Integer instead of boolean but postgres does not accept the sql. <from BIRT newsgroup>
Boolean data type is not supported in BIRT 2.0. This is a known limitation. Need to enhance ODA to support Boolean data type. Talked to Wenfeng - agreed that this can be addressed post BIRT 2.1.
Added new interface methods and support in ODA framework. For details of API changes, see http://wiki.eclipse.org/index.php/Connectivity_Europa_Features#Open_Data_Access
Closing bugs