Apologies if this is documented somewhere but are the keywords used to
specify the mysql data types in the schema xml file defined anywhere?

I have a datatype of a blob in the mysql database.  When I specify a
MEDIUMBLOB data type I get a VARCHAR in the SQL file.  When I build the
project the build fails because of the following line in my MapBuilder.java
file:

 tMap.addColumn ( getWishes_Description(), $col.JavaObject );

The build doesn't like the $col bit in the line above.

If I change the schema xml file back to VARCHAR all is okay but I am sure
this is not right.

Thanks for any help.

Shaun


------------------------------------------------------------
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