Rick Hillegas wrote:

> Hi Slavic,
>
> Thanks for bringing up this issue. Derby internally supports boolean
> types but does not let users declare boolean typed columns. I have
> logged an enhancment request (499) to track this issue. For the
> moment, you can kludge around this problem by creating columns of type
> CHAR(1).


Maybe SMALLINT  would be a good option for use with getBoolean(). A
value of 1 will return true.

Here are  two relevant mails on this issue:

http://mail-archives.apache.org/mod_mbox/db-derby-user/200412.mbox/[EMAIL 
PROTECTED]
http://mail-archives.apache.org/mod_mbox/db-derby-user/200412.mbox/[EMAIL 
PROTECTED]

>


Reply via email to