I'm attempting to use liquibase with SQLServer, specifying
--url=jdbc:sqlserver://boost:1433;selectMethod=cursor;DatabaseName=test0,and get
Liquibase tag Failed:
liquibase.exception.UnexpectedLiquibaseException: liquibase.exception.DatabaseException: com.microsoft.sqlserver.jdbc.SQLServerException: Database 'dbo' does not exist. Make sure that the name is entered correctly.
Looks like for some reason liquibase assumes that database name is 'dbo' not 'test0' as specified in URL.