Using the following against our mssql 2005 database with version 1.9.4
produces a renamed column of [Events] including the brackets in the database rather than the expected Events.
I’m new to liquibase, have I missed a configuration setting?
Pat
Using the following against our mssql 2005 database with version 1.9.4
produces a renamed column of [Events] including the brackets in the database rather than the expected Events.
I’m new to liquibase, have I missed a configuration setting?
Pat
No, you are doing it right. The newColumnName must be being escaped twice. You’ll have to use the tag for now. We will get it fixed for 1.9.5. http://liquibase.jira.com/browse/CORE-417
Nathan
Thanks Nathan, the work-around will get us through.