Hello,
I realize that this is a very old thread, but I am providing an update for others who may be searching for further information about using Liquibase and SAP SQL Anywhere (previously known as "Sybase Adaptive Server Anywhere" or "ASA") together.
---
A side note that this topic has also been discussed further on the SQL Anywhere forums: http://sqlanywhere-forum.sap.com/questions/7786/using-with-liquibase-driver-not-capable
This issue has only been found with SQL Anywhere in Liquibase 2.x versions and is resolved in Liquibase 3.x versions.
A work-around for Liquibase 2.x versions would be to amend the JDBC connection URL to include an additional SQL Anywhere connection option that will prevent the exception - e.g.:
Jeff Albion
I realize that this is a very old thread, but I am providing an update for others who may be searching for further information about using Liquibase and SAP SQL Anywhere (previously known as "Sybase Adaptive Server Anywhere" or "ASA") together.
---
A side note that this topic has also been discussed further on the SQL Anywhere forums: http://sqlanywhere-forum.sap.com/questions/7786/using-with-liquibase-driver-not-capable
This issue has only been found with SQL Anywhere in Liquibase 2.x versions and is resolved in Liquibase 3.x versions.
A work-around for Liquibase 2.x versions would be to amend the JDBC connection URL to include an additional SQL Anywhere connection option that will prevent the exception - e.g.:
jdbc:sqlanywhere:uid=dba;pwd=sql;eng=demo;
PreventNotCapable=y
Jeff Albion