I’m attempting to use liquibase with SQLServer, specifying
–url=jdbc:sqlserver://boost:1433;selectMethod=cursor;DatabaseName=test0,and get
Looks like for some reason liquibase assumes that database name is ‘dbo’ not ‘test0’ as specified in URL.
I’m attempting to use liquibase with SQLServer, specifying
–url=jdbc:sqlserver://boost:1433;selectMethod=cursor;DatabaseName=test0,and get
Looks like for some reason liquibase assumes that database name is ‘dbo’ not ‘test0’ as specified in URL.
What version of Liqubase are you using?
Nathan