SQL 2008 and varbinary

I have a SQL 2008 db with several tables that have columns defined as varbinary(max). I’d like to get liquibase up and running for an existing development project, so am using generateChangeLog to extract the schema. However in the XML these columns are being defined as varbinary(2147483647). This naturally results in syntax errors in SQL . Any workarounds to this issue that don’t involve hacking into the API? I’d like to not have to maintain my own version of LB.

BTW this is happening with 1.9.5 and just tried again with 2.0.RC5. Still there. Thanks.

I can add support for supporting that syntax in 2.0.  I added an issue http://liquibase.jira.com/browse/CORE-699 to track it.

Nathan

Thanks Nathan!