Skip to content

Commit 0b80def

Browse files
committed
announcement for 6.4.3
1 parent 9ded23a commit 0b80def

File tree

4 files changed

+26
-14
lines changed

4 files changed

+26
-14
lines changed

_src/app/index.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,14 +176,12 @@ <h1>News</h1>
176176
<div class="row">
177177

178178
<div class="col-sm-6 col-lg-6">
179-
<h4 class="anchor" name="pgCodeKeeper-6.4.2" id="pgCodeKeeper-6.4.2">pgCodeKeeper 6.4.2</h4>
180-
<p class="date">April 11, 2022</p>
179+
<h4 class="anchor" name="pgCodeKeeper-6.4.3" id="pgCodeKeeper-6.4.3">pgCodeKeeper 6.4.3</h4>
180+
<p class="date">April 21, 2022</p>
181181
<ul class="short-article">
182-
<li>Updated all library dependencies of the core program.<br>
183-
New mssql-jdbc driver (10.2) enables <a href='https://github.com/microsoft/mssql-jdbc/releases/tag/v10.1.0'>encryption by default</a>. To preserve old behavior now we set property <i>trustServerCertificate=true</i> for MSSQL connections by default. To enable server certificate validation set <i>trustServerCertificate=false</i> in connection properties or connection string.</li>
184-
<li>Fixed an error in code generated when changing a function into a procedure and vice versa.</li>
185-
<li>Fixed an error when opening a temporary SQL editor on Windows.</li>
186-
<li>Fixed an error when parsing certain <i>foreign</i> options and other object options. (<a href='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.4.1'>6.4.1</a>)</li>
182+
<li>Fixed order of operations in migration scripts when deleting a column with its CONSTRAINT. Fixed errors when reading CONSTRAINTS objects.</li>
183+
<li>Creating a script only with selected objects (CLI <i>--selected-only</i>) no longer hides <i>refreshsqlmodule</i> MS SQL commands and doesn't move them to the end of the script.</li>
184+
<li>Changing SEQUENCE START value now generates ALTER ... START command instead of RESTART.</li>
187185
</ul>
188186
</div>
189187

_src/app/news.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@
4242
<div id="release-block" class="container">
4343
<h1>Releases</h1>
4444

45+
<h4 class="anchor" name="pgCodeKeeper-6.4.3" id="pgCodeKeeper-6.4.3">pgCodeKeeper 6.4.3</h4>
46+
<p class="date">April 21, 2022</p>
47+
<ul class="short-article">
48+
<li>Fixed order of operations in migration scripts when deleting a column with its CONSTRAINT. Fixed errors when reading CONSTRAINTS objects.</li>
49+
<li>Creating a script only with selected objects (CLI <i>--selected-only</i>) no longer hides <i>refreshsqlmodule</i> MS SQL commands and doesn't move them to the end of the script.</li>
50+
<li>Changing SEQUENCE START value now generates ALTER ... START command instead of RESTART.</li>
51+
</ul>
52+
4553
<h4 class="anchor" name="pgCodeKeeper-6.4.2" id="pgCodeKeeper-6.4.2">pgCodeKeeper 6.4.2</h4>
4654
<p class="date">April 11, 2022</p>
4755
<ul class="short-article">

index.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -237,14 +237,12 @@ <h1>News</h1>
237237
<div class="row">
238238

239239
<div class="col-sm-6 col-lg-6">
240-
<h4 class="anchor" name="pgCodeKeeper-6.4.2" id="pgCodeKeeper-6.4.2">pgCodeKeeper 6.4.2</h4>
241-
<p class="date">April 11, 2022</p>
240+
<h4 class="anchor" name="pgCodeKeeper-6.4.3" id="pgCodeKeeper-6.4.3">pgCodeKeeper 6.4.3</h4>
241+
<p class="date">April 21, 2022</p>
242242
<ul class="short-article">
243-
<li>Updated all library dependencies of the core program.<br>
244-
New mssql-jdbc driver (10.2) enables <a href='https://github.com/microsoft/mssql-jdbc/releases/tag/v10.1.0'>encryption by default</a>. To preserve old behavior now we set property <i>trustServerCertificate=true</i> for MSSQL connections by default. To enable server certificate validation set <i>trustServerCertificate=false</i> in connection properties or connection string.</li>
245-
<li>Fixed an error in code generated when changing a function into a procedure and vice versa.</li>
246-
<li>Fixed an error when opening a temporary SQL editor on Windows.</li>
247-
<li>Fixed an error when parsing certain <i>foreign</i> options and other object options. (<a href='https://github.com/pgcodekeeper/pgcodekeeper/releases/tag/v6.4.1'>6.4.1</a>)</li>
243+
<li>Fixed order of operations in migration scripts when deleting a column with its CONSTRAINT. Fixed errors when reading CONSTRAINTS objects.</li>
244+
<li>Creating a script only with selected objects (CLI <i>--selected-only</i>) no longer hides <i>refreshsqlmodule</i> MS SQL commands and doesn't move them to the end of the script.</li>
245+
<li>Changing SEQUENCE START value now generates ALTER ... START command instead of RESTART.</li>
248246
</ul>
249247
</div>
250248

news.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@
8282
<div id="release-block" class="container">
8383
<h1>Releases</h1>
8484

85+
<h4 class="anchor" name="pgCodeKeeper-6.4.3" id="pgCodeKeeper-6.4.3">pgCodeKeeper 6.4.3</h4>
86+
<p class="date">April 21, 2022</p>
87+
<ul class="short-article">
88+
<li>Fixed order of operations in migration scripts when deleting a column with its CONSTRAINT. Fixed errors when reading CONSTRAINTS objects.</li>
89+
<li>Creating a script only with selected objects (CLI <i>--selected-only</i>) no longer hides <i>refreshsqlmodule</i> MS SQL commands and doesn't move them to the end of the script.</li>
90+
<li>Changing SEQUENCE START value now generates ALTER ... START command instead of RESTART.</li>
91+
</ul>
92+
8593
<h4 class="anchor" name="pgCodeKeeper-6.4.2" id="pgCodeKeeper-6.4.2">pgCodeKeeper 6.4.2</h4>
8694
<p class="date">April 11, 2022</p>
8795
<ul class="short-article">

0 commit comments

Comments
 (0)