tagDatabase 并包含 LiquiBase 的 SQL 语法?
tagDatabase and include SQL syntax for LiquiBase?
按照建议 official page 我应该在提交 bug/request 之前在 SO 问这个问题。
tagDatabase and include 有 XML 个语法。
Official docs on SQL syntax这种能力什么都不说了。
是否可以指示 LiquiBase 在 SQL sytnax 中创建标签或包含其他文件?
我检查了格式化 sql 解析器 (https://github.com/liquibase/liquibase/blob/master/liquibase-core/src/main/java/liquibase/parser/core/formattedsql/FormattedSqlChangeLogParser.java) 的当前版本,没有发现任何与 tagDatabase 和 include 相关的内容。所以我希望它不受支持。 'tagDatabase' 可以通过更新 databasechanbgelog table 来实现,我认为 'include' 没有这么简单的实现。
按照建议 official page 我应该在提交 bug/request 之前在 SO 问这个问题。
tagDatabase and include 有 XML 个语法。
Official docs on SQL syntax这种能力什么都不说了。
是否可以指示 LiquiBase 在 SQL sytnax 中创建标签或包含其他文件?
我检查了格式化 sql 解析器 (https://github.com/liquibase/liquibase/blob/master/liquibase-core/src/main/java/liquibase/parser/core/formattedsql/FormattedSqlChangeLogParser.java) 的当前版本,没有发现任何与 tagDatabase 和 include 相关的内容。所以我希望它不受支持。 'tagDatabase' 可以通过更新 databasechanbgelog table 来实现,我认为 'include' 没有这么简单的实现。