Delimeter in migration sql.

There is no global configuration at this point. I created https://liquibase.jira.com/browse/CORE-1808 to track the feature request. You can control it in some change commands like but not for everything.


For now, you would have to do a post-generate global search and replace.


Nathan

I am generating a migration sql script using the liquibase-maven-plugin with goal “updateSQL”. Now I would like to use a custom delimeter in the generated script ("[go]" instead of the standard “;”).

Is there a possibility to configure the delimeter in the generated script? I haven’t found anything regarding this in the documentation or the forum.

Any help would be appreciated.

Thanks for the answer. I’ll watch the issue.

I actually have implemented a workaround using the google replacer plugin.