Hi there, 
 
(I'm using Mysql 4.1.0 alpha)
 
MySQL uses TINYINT (1) to represents the BIT type. So when I use the jdbc function of 
the generator to convert the database to XML schema I get an annoying :
 
<column default="" name="checked" type="TINYINT"/> 
 
which generates a more annoying :
        
/**
 * The value for the checked field
*/
private byte checked = ;
 
I would be nice if the generator could convert it to boolean and give a valid default 
value.
 
Nicolas




---------------------------------
Post your free ad now! Yahoo! Canada Personals

Reply via email to