What was the resolution or recommendation forthis issue? Can pl/SQL be parsed in the rollback tag?
Also having this problem here. Rollback statements doesn’t seem to support splitStatements:false, am I correct?
It is currently hard coded to expect to split statements. I created https://liquibase.jira.com/browse/CORE-1608 to track the feature
Although on second thought, you can include change tags in your rollback block, so you should be able to do:
Does that work for you?
Nathan
Works like a charm, thanks Nathan!
I was trying to create a .sql changeset but I wasn’t able to apply the splitStatements to the rollback session. It worked with a .xml changeset