Skip to content

Commit fdb92fb

Browse files
authored
announcement for 6.6.0
1 parent 10022d5 commit fdb92fb

File tree

4 files changed

+50
-12
lines changed

4 files changed

+50
-12
lines changed

_src/app/index.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,18 @@ <h1>News</h1>
176176
<div class="row">
177177

178178
<div class="col-sm-6 col-lg-6">
179-
<h4 class="anchor" name="pgCodeKeeper-6.5.3" id="pgCodeKeeper-6.5.3">pgCodeKeeper 6.5.3</h4>
180-
<p class="date">August 5, 2022</p>
179+
<h4 class="anchor" name="pgCodeKeeper-6.6.0" id="pgCodeKeeper-6.6.0">pgCodeKeeper 6.6.0</h4>
180+
<p class="date">September 27, 2022</p>
181181
<ul class="short-article">
182-
<li>Added recursive processing for nested directories with PRE/POST scripts.</li>
183-
<li>Fixed an error when PRE/POST files and directories did not exist in UI.</li>
184-
<li>Fixed a file location dialog when saving global PRE/POST scripts for the first time.</li>
185-
<li>Set minimum width for DB selection menu in Eclipse toolbar.</li>
182+
<li>It is now possible to generate the creation of CONSTRAINTs using NOT VALID/VALIDATE in migration scripts (CLI option <i>--generate-constraint-not-valid</i>).</li>
183+
<li>It is now possible to change the trustServerCertificate parameter for MS SQL connections.</li>
184+
<li>It is now possible to roll forward selected objects in the project editor without checked marks.</li>
185+
<li>Added support for COLLATION objects.</li>
186+
<li>Added CLI option <i>--update-project</i> to update project in <i>--parse mode</i>.</li>
187+
<li>Added CLI option <i>--clear-lib-cache</i> to clear libraries cache.</li>
188+
<li>Added a marker for the current group in the database selection menu.</li>
189+
<li>Improved quick fix mechanism for FUNCTION, USER MAPPING, CAST objects.</li>
190+
<li>Disabled re-launches of the parser by right-clicking in the SQL editor.</li>
186191
</ul>
187192
</div>
188193

_src/app/news.html

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

45+
<h4 class="anchor" name="pgCodeKeeper-6.6.0" id="pgCodeKeeper-6.6.0">pgCodeKeeper 6.6.0</h4>
46+
<p class="date">September 27, 2022</p>
47+
<ul class="short-article">
48+
<li>It is now possible to generate the creation of CONSTRAINTs using NOT VALID/VALIDATE in migration scripts (CLI option <i>--generate-constraint-not-valid</i>).</li>
49+
<li>It is now possible to change the trustServerCertificate parameter for MS SQL connections.</li>
50+
<li>It is now possible to roll forward selected objects in the project editor without checked marks.</li>
51+
<li>Added support for COLLATION objects.</li>
52+
<li>Added CLI option <i>--update-project</i> to update project in <i>--parse mode</i>.</li>
53+
<li>Added CLI option <i>--clear-lib-cache</i> to clear libraries cache.</li>
54+
<li>Added a marker for the current group in the database selection menu.</li>
55+
<li>Improved quick fix mechanism for FUNCTION, USER MAPPING, CAST objects.</li>
56+
<li>Disabled re-launches of the parser by right-clicking in the SQL editor.</li>
57+
</ul>
58+
4559
<h4 class="anchor" name="pgCodeKeeper-6.5.3" id="pgCodeKeeper-6.5.3">pgCodeKeeper 6.5.3</h4>
4660
<p class="date">August 5, 2022</p>
4761
<ul class="short-article">

index.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,13 +237,18 @@ <h1>News</h1>
237237
<div class="row">
238238

239239
<div class="col-sm-6 col-lg-6">
240-
<h4 class="anchor" name="pgCodeKeeper-6.5.3" id="pgCodeKeeper-6.5.3">pgCodeKeeper 6.5.3</h4>
241-
<p class="date">August 5, 2022</p>
240+
<h4 class="anchor" name="pgCodeKeeper-6.6.0" id="pgCodeKeeper-6.6.0">pgCodeKeeper 6.6.0</h4>
241+
<p class="date">September 27, 2022</p>
242242
<ul class="short-article">
243-
<li>Added recursive processing for nested directories with PRE/POST scripts.</li>
244-
<li>Fixed an error when PRE/POST files and directories did not exist in UI.</li>
245-
<li>Fixed a file location dialog when saving global PRE/POST scripts for the first time.</li>
246-
<li>Set minimum width for DB selection menu in Eclipse toolbar.</li>
243+
<li>It is now possible to generate the creation of CONSTRAINTs using NOT VALID/VALIDATE in migration scripts (CLI option <i>--generate-constraint-not-valid</i>).</li>
244+
<li>It is now possible to change the trustServerCertificate parameter for MS SQL connections.</li>
245+
<li>It is now possible to roll forward selected objects in the project editor without checked marks.</li>
246+
<li>Added support for COLLATION objects.</li>
247+
<li>Added CLI option <i>--update-project</i> to update project in <i>--parse mode</i>.</li>
248+
<li>Added CLI option <i>--clear-lib-cache</i> to clear libraries cache.</li>
249+
<li>Added a marker for the current group in the database selection menu.</li>
250+
<li>Improved quick fix mechanism for FUNCTION, USER MAPPING, CAST objects.</li>
251+
<li>Disabled re-launches of the parser by right-clicking in the SQL editor.</li>
247252
</ul>
248253
</div>
249254

news.html

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

85+
<h4 class="anchor" name="pgCodeKeeper-6.6.0" id="pgCodeKeeper-6.6.0">pgCodeKeeper 6.6.0</h4>
86+
<p class="date">September 27, 2022</p>
87+
<ul class="short-article">
88+
<li>It is now possible to generate the creation of CONSTRAINTs using NOT VALID/VALIDATE in migration scripts (CLI option <i>--generate-constraint-not-valid</i>).</li>
89+
<li>It is now possible to change the trustServerCertificate parameter for MS SQL connections.</li>
90+
<li>It is now possible to roll forward selected objects in the project editor without checked marks.</li>
91+
<li>Added support for COLLATION objects.</li>
92+
<li>Added CLI option <i>--update-project</i> to update project in <i>--parse mode</i>.</li>
93+
<li>Added CLI option <i>--clear-lib-cache</i> to clear libraries cache.</li>
94+
<li>Added a marker for the current group in the database selection menu.</li>
95+
<li>Improved quick fix mechanism for FUNCTION, USER MAPPING, CAST objects.</li>
96+
<li>Disabled re-launches of the parser by right-clicking in the SQL editor.</li>
97+
</ul>
98+
8599
<h4 class="anchor" name="pgCodeKeeper-6.5.3" id="pgCodeKeeper-6.5.3">pgCodeKeeper 6.5.3</h4>
86100
<p class="date">August 5, 2022</p>
87101
<ul class="short-article">

0 commit comments

Comments
 (0)