A new topic, 'Invalid SQL generated (tinyblob with size specified)', has been 
made on a board you are watching.

You can see it at
http://liquibase.org/forum/index.php?topic=568.new#new

The text of the topic is shown below:

I am currently trying to let Liquibase do database versioning for a MySQL 
database used by Hibernate.
My first test case is to make an empty database, and let liquibase 'update' it 
to a correct table structure to go with the hibernate configuration file.
This immediately led to a problem; the SQL Liquibase generates contains column 
types of the form 'tinyblob (255)', but this is invalid SQL syntax; you cannot 
specify a size for a tinyblob (at least not in the MySQL version we use). 
Interestingly, this is also the only type it outputs in lower case (maybe this 
indicates where the problem lies?). Does anyone know how to tell liquibase (or 
com.mysql.jdbc.Driver ?) not to specify a size for a tinyblob? Thanks in 
advance :)

Unsubscribe to new topics from this board by clicking here: 
http://liquibase.org/forum/index.php?action=notifyboard;board=1.0

Regards,
The LiquiBase Community Forum Team.
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Liquibase-user mailing list
Liquibase-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to