I use new torque.
The Peer Layer generation works fine but...
I have a blob object and when I generate the sql file for MySql, this
generate (in the SQL file) a line MY_BLOB_OBJECT VARCHAR (0). But I want a
blob not a varchar.

The problem, I think is that we convert in column the BLOB to String type.
And when we generate the SQL, we use the Java type String to generate
VARCHAR. In fact, it would be great to have a convertion table between
types in the XML file, Java type and SQL type (depending on the DB).

Do you think, it is possible to add that.

 Herv�



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to