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
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| MS SQL - have some troubles | 2 | 406 | July 12, 2010 | |
| Why is dbo the default defaultSchemaName for Sql Server? | 3 | 1194 | February 7, 2012 | |
| [v1.9.3] Not detecting existing DATABASECHANGELOG table in MS SQLServer database | 2 | 702 | February 4, 2010 | |
| MS SQL Server Schema Name Problems | 9 | 3451 | April 9, 2010 | |
| SQL Server example | 9 | 1087 | April 26, 2014 |