Skip to content

Commit 67cbafa

Browse files
committed
added hotfixes to recent patch notes
1 parent eb243a1 commit 67cbafa

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

_src/app/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,9 @@ <h4 class="anchor" name="pgCodeKeeper-6.4.0" id="pgCodeKeeper-6.4.0">pgCodeKeepe
188188
<li>Non-relocatable extensions are now re-created when necessary.</li>
189189
<li>Improved SQL code formatter, fixed errors.</li>
190190
<li>Fixed an error where a newline was lost at the beginning of some expressions.</li>
191+
<li>Fixed reading SQL-standard function bodies via JDBC. (<a href='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.3.1'>6.3.1</a>)</li>
192+
<li>Fixed installation on Eclipse 2021-12. (<a href='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.3.2'>6.3.2</a>)</li>
193+
<li>Fixed data loss in data migration when column type or attributes change. (<a href='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.3.3'>6.3.3</a>)</li>
191194
</ul>
192195
</div>
193196

_src/app/news.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ <h4 class="anchor" name="pgCodeKeeper-6.4.0" id="pgCodeKeeper-6.4.0">pgCodeKeepe
5454
<li>Non-relocatable extensions are now re-created when necessary.</li>
5555
<li>Improved SQL code formatter, fixed errors.</li>
5656
<li>Fixed an error where a newline was lost at the beginning of some expressions.</li>
57+
<li>Fixed reading SQL-standard function bodies via JDBC. (<a href='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.3.1'>6.3.1</a>)</li>
58+
<li>Fixed installation on Eclipse 2021-12. (<a href='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.3.2'>6.3.2</a>)</li>
59+
<li>Fixed data loss in data migration when column type or attributes change. (<a href='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.3.3'>6.3.3</a>)</li>
5760
</ul>
5861

5962
<h4 class="anchor" name="pgCodeKeeper-6.3.0" id="pgCodeKeeper-6.3.0">pgCodeKeeper 6.3.0</h4>

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,9 @@ <h4 class="anchor" name="pgCodeKeeper-6.4.0" id="pgCodeKeeper-6.4.0">pgCodeKeepe
249249
<li>Non-relocatable extensions are now re-created when necessary.</li>
250250
<li>Improved SQL code formatter, fixed errors.</li>
251251
<li>Fixed an error where a newline was lost at the beginning of some expressions.</li>
252+
<li>Fixed reading SQL-standard function bodies via JDBC. (<a href='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.3.1'>6.3.1</a>)</li>
253+
<li>Fixed installation on Eclipse 2021-12. (<a href='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.3.2'>6.3.2</a>)</li>
254+
<li>Fixed data loss in data migration when column type or attributes change. (<a href='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.3.3'>6.3.3</a>)</li>
252255
</ul>
253256
</div>
254257

news.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ <h4 class="anchor" name="pgCodeKeeper-6.4.0" id="pgCodeKeeper-6.4.0">pgCodeKeepe
9494
<li>Non-relocatable extensions are now re-created when necessary.</li>
9595
<li>Improved SQL code formatter, fixed errors.</li>
9696
<li>Fixed an error where a newline was lost at the beginning of some expressions.</li>
97+
<li>Fixed reading SQL-standard function bodies via JDBC. (<a href='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.3.1'>6.3.1</a>)</li>
98+
<li>Fixed installation on Eclipse 2021-12. (<a href='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.3.2'>6.3.2</a>)</li>
99+
<li>Fixed data loss in data migration when column type or attributes change. (<a href='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.3.3'>6.3.3</a>)</li>
97100
</ul>
98101

99102
<h4 class="anchor" name="pgCodeKeeper-6.3.0" id="pgCodeKeeper-6.3.0">pgCodeKeeper 6.3.0</h4>

0 commit comments

Comments
 (0)