I have the same problem with SMALLINT (not null and no default value defined) and a similar one with URL generating a new byte[](). I modify the generated schema and make the code work, but I would prefer a better solution.
- Rafi. ----- Original Message ----- From: "Nicolas Belisle" <[EMAIL PROTECTED]> To: "Turbine Torque Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 6:43 AM Subject: JDBC Conversion Problem (MySQL) > 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
