On Sybase ASE when I try to modify the data type of a column from varchar to blob its giving me this error,any help??
On Sybase ASE when I try to modify the data type of a column from varchar to blob its giving me this error,any help??
Thanks … sorry i meant from Varhcar to Clob.That modification is also throwing the same error
That is an error from Sybase, not from Liquibase. You are doing something invalid - it doesn’t make sense to convert a column that contains text to a column of binary data.
Liquibase doesn’t try to do anything beyond the sql you are seeing in the log. It looks like it got cut off in what you posted, but the data conversion is failing in sybase.
Compare the generated SQL to what does work. What do you see as a different?
Nathan