5 messages in com.mysql.lists.javaRe: Recommendations for handling Java...
FromSent OnAttachments
Gary Affonso24 Mar 2005 15:13 
Mark Matthews24 Mar 2005 15:48 
Gary Affonso25 Mar 2005 09:14 
David Dindorp26 Mar 2005 14:12 
Mark Matthews27 Mar 2005 07:04 
Subject:Re: Recommendations for handling Java boolean
From:David Dindorp (dd@dubex.dk)
Date:03/26/2005 02:12:28 PM
List:com.mysql.lists.java

Mark Matthews wrote:

You're probably missing in the CHANGES file, and in the connection properties the fact that by default, Connector/J will treat a column with the data type/storage of TINYINT(1) as a boolean.

So if you happen to have a use for SQL columns of type TINYINT(1), Connector/J will discard data (and just give a true/false)?

Doesn't sound very professional..