diff --git a/Content/concepts/changelogs/sql-format.html b/Content/concepts/changelogs/sql-format.html index 7997906e2..25bbaa84a 100644 --- a/Content/concepts/changelogs/sql-format.html +++ b/Content/concepts/changelogs/sql-format.html @@ -18,8 +18,7 @@

Spacing

It is a best practice not to include a space before --liquibase formatted sql. Formatting variations may cause the parser to return an error.

When specifying attributes in a formatted SQL , any attribute value that contains spaces must be quoted. For example:

--changeset your.name:1 context:"a or b"

include and includeAll

-

In 4.28.0 and later, you can use the include or includeAll tags in a formatted SQL root to reference other files. You can also reference formatted SQL ;s from XML, YAML, and JSON root s.

-

In 4.27.0 and earlier, you cannot use the include or includeAll tags in a formatted SQL to reference other files.

+

In 4.28.0 and later, you can use the include or includeAll tags in a formatted SQL root to reference other files. This feature is not available in 4.27.0 and earlier.

You can reference formatted SQL s from XML, YAML, and JSON root s in all versions of and .