On 9/6/05, Daniel Perry <[EMAIL PROTECTED]> wrote:
> A warning to anyone else who might try this:
> 
> Just been struggling with IllegalArgumentExceptions on boolean fields.
> Anyway, it turns out that you cant have a boolean with
> Boolean2IntFieldConversion mapped as a TINYINT - it MUST be INTEGER!!!

This depends on the JDBC driver. Some can use Integer objects with
TINYINT columns, others can't (and require eg. Short or similar).

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to