Skip to content

Commit

Permalink
PD-5286: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-velonis1 committed Oct 17, 2024
1 parent 86c8cc9 commit 5a3be58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Content/concepts/changelogs/sql-format.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ <h2>Spacing</h2>
<p>It is a best practice <b>not</b> to include a space before <code>--liquibase&#160;formatted sql</code>. Formatting variations may cause the <MadCap:variable name="General.Liquibase" /> parser to return an error.</p>
<p>When specifying <MadCap:variable name="General.changeset" /> attributes in a formatted SQL <MadCap:variable name="General.changelog" />, any attribute value that contains spaces must be quoted. For example:</p><pre><code class="language-sql">--changeset your.name:1 context:"a or b"</code></pre>
<h2><code>include</code> and <code>includeAll</code></h2>
<p>In <MadCap:variable name="General.LBPro" /> 4.28.0 and later, you <b>can</b> use the <code><MadCap:xref href="../../change-types/include.html">include</MadCap:xref></code> or <code><MadCap:xref href="../../change-types/includeall.html">includeAll</MadCap:xref></code> tags in a formatted SQL root <MadCap:variable name="General.changelog" /> to reference other <MadCap:variable name="General.changelog" /> files. You can also reference formatted SQL ;<MadCap:variable name="General.changelog" />s from XML, YAML, and JSON root <MadCap:variable name="General.changelog" />s.</p>
<p>In <MadCap:variable name="General.LBPro" /> 4.27.0 and earlier, you <b>cannot</b> use the <code class="language-text">include</code> or <code class="language-text">includeAll</code> tags in a formatted SQL <MadCap:variable name="General.changelog" /> to reference other <MadCap:variable name="General.changelog" /> files.</p>
<p>In <MadCap:variable name="General.LBPro" /> 4.28.0 and later, you <b>can</b> use the <code><MadCap:xref href="../../change-types/include.html">include</MadCap:xref></code> or <code><MadCap:xref href="../../change-types/includeall.html">includeAll</MadCap:xref></code> tags in a formatted SQL root <MadCap:variable name="General.changelog" /> to reference other <MadCap:variable name="General.changelog" /> files. This feature is not available in <MadCap:variable name="General.Liquibase" /> 4.27.0 and earlier.</p>
<p>You can reference formatted SQL <MadCap:variable name="General.changelog" />s from XML, YAML, and JSON root <MadCap:variable name="General.changelog" />s in all versions of <MadCap:variable name="General.LBPro" /> and <MadCap:variable name="General.LBCommunity" />.</p>
<h2 id="changesets"><MadCap:variable name="General.changeset" />
</h2>
Expand Down

0 comments on commit 5a3be58

Please sign in to comment.