Hi all,
I just discovered liquibase and wanted to test it with an Access database. It seems it can load everything ok, but then I get the following when trying to run a diff:
liquibase.exception.LiquibaseException: liquibase.command.CommandExecutionException: liquibase.exception.DatabaseException: net.ucanaccess.j
dbc.UcanaccessSQLException: UCAExc:::4.0.4 user lacks privilege or object not found: CONSTRAINTS
at liquibase.integration.commandline.CommandLineUtils.doDiff(CommandLineUtils.java:201)ucanaccess url props include ;showSchema=true;sysSchema=true
dbc.UcanaccessSQLException: UCAExc:::4.0.4 user lacks privilege or object not found: CONSTRAINTS
at liquibase.integration.commandline.CommandLineUtils.doDiff(CommandLineUtils.java:201)ucanaccess url props include ;showSchema=true;sysSchema=true
Otherwise, I can work with this database via ucanaccess just fine. Any ideas?
Thanks,
Armin