You're right Nathan, our splitting wasn't working correctly. We
originally had lowercase 'go' in our scripts and they were
failing to run because Liquibase didn't match the regex - that's
why we left out the 'go's in our test. In the time between our
posting this and your reply, we discovered that we needed to change the
regex to be a bit more permissive (any case comibanition). I've
tried my test again with the correct split statements, and it works as expected.
Thank you.
Thank you.