Boolean data type for Java DB
I'm working on a project that involves changing the database engine for an application.
I downloaded an open source application that was implemented using HSQLDB, and I want to change it to Java DB.
The challenge now is that Java DB seems to not have provision for storing and retrieving Boolean data from tables, and I've not been able to find a way to implement it.
I wonder if anyone has encountered a similar thing, and a possible solution.

