java.sql.SQLException: An attempt was made to put a data value of type 'byte' into a data value of type 'BOOLEAN'.Is it a bug, or am I doing something obviously wrong?
Looks likely to be a bug to me. Boolean is a brand new type, and undoubtedly still has some rough edges. Can you log a full JIRA issue, with supporting code, etc? http://db.apache.org/derby/DerbyBugGuidelines.html thanks, bryan
