Skip to content

Commit ba94ad9

Browse files
committed
announcement for 7.0.0
1 parent 61aa963 commit ba94ad9

File tree

4 files changed

+58
-22
lines changed

4 files changed

+58
-22
lines changed

_src/app/index.html

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

178178
<div class="col-sm-6 col-lg-6">
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>
179+
<h4 class="anchor" name="pgCodeKeeper-7.0.0" id="pgCodeKeeper-7.0.0">pgCodeKeeper 7.0.0</h4>
180+
<p class="date">November 14, 2022</p>
181181
<ul class="short-article">
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>
182+
<li>Increased minimum JAVA version to 11.</li>
183+
<li>Stopped support for PostgreSQL versions below 10.</li>
184+
<li>Added support for PostgreSQL 15.</li>
185+
<li>Added a switch to show columns in the pgDependencies view.</li>
186+
<li>Added search by qualified object name.</li>
187+
<li>Added missing references to objects in MS SQL.</li>
188+
<li>Disabled data migration for foreign tables.</li>
189+
<li>Fixed a bug related with installing pgCodeKeeper in the latest version of Eclipse.</li>
190+
<li>Fixed a bug in MS SQL tables query.</li>
191+
<li>Removed feedback form through Eclipse.</li>
192+
<li>Сhanged the resource reading mechanism.</li>
191193
</ul>
192194
</div>
193195

_src/app/news.html

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

45+
<h4 class="anchor" name="pgCodeKeeper-7.0.0" id="pgCodeKeeper-7.0.0">pgCodeKeeper 7.0.0</h4>
46+
<p class="date">November 14, 2022</p>
47+
<ul class="short-article">
48+
<li>Increased minimum JAVA version to 11.</li>
49+
<li>Stopped support for PostgreSQL versions below 10.</li>
50+
<li>Added support for PostgreSQL 15.</li>
51+
<li>Added a switch to show columns in the pgDependencies view.</li>
52+
<li>Added search by qualified object name.</li>
53+
<li>Added missing references to objects in MS SQL.</li>
54+
<li>Disabled data migration for foreign tables.</li>
55+
<li>Fixed a bug related with installing pgCodeKeeper in the latest version of Eclipse.</li>
56+
<li>Fixed a bug in MS SQL tables query.</li>
57+
<li>Removed feedback form through Eclipse.</li>
58+
<li>Сhanged the resource reading mechanism.</li>
59+
</ul>
60+
4561
<h4 class="anchor" name="pgCodeKeeper-6.6.0" id="pgCodeKeeper-6.6.0">pgCodeKeeper 6.6.0</h4>
4662
<p class="date">September 27, 2022</p>
4763
<ul class="short-article">

index.html

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

239239
<div class="col-sm-6 col-lg-6">
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>
240+
<h4 class="anchor" name="pgCodeKeeper-7.0.0" id="pgCodeKeeper-7.0.0">pgCodeKeeper 7.0.0</h4>
241+
<p class="date">November 14, 2022</p>
242242
<ul class="short-article">
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>
243+
<li>Increased minimum JAVA version to 11.</li>
244+
<li>Stopped support for PostgreSQL versions below 10.</li>
245+
<li>Added support for PostgreSQL 15.</li>
246+
<li>Added a switch to show columns in the pgDependencies view.</li>
247+
<li>Added search by qualified object name.</li>
248+
<li>Added missing references to objects in MS SQL.</li>
249+
<li>Disabled data migration for foreign tables.</li>
250+
<li>Fixed a bug related with installing pgCodeKeeper in the latest version of Eclipse.</li>
251+
<li>Fixed a bug in MS SQL tables query.</li>
252+
<li>Removed feedback form through Eclipse.</li>
253+
<li>Сhanged the resource reading mechanism.</li>
252254
</ul>
253255
</div>
254256

news.html

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

85+
<h4 class="anchor" name="pgCodeKeeper-7.0.0" id="pgCodeKeeper-7.0.0">pgCodeKeeper 7.0.0</h4>
86+
<p class="date">November 14, 2022</p>
87+
<ul class="short-article">
88+
<li>Increased minimum JAVA version to 11.</li>
89+
<li>Stopped support for PostgreSQL versions below 10.</li>
90+
<li>Added support for PostgreSQL 15.</li>
91+
<li>Added a switch to show columns in the pgDependencies view.</li>
92+
<li>Added search by qualified object name.</li>
93+
<li>Added missing references to objects in MS SQL.</li>
94+
<li>Disabled data migration for foreign tables.</li>
95+
<li>Fixed a bug related with installing pgCodeKeeper in the latest version of Eclipse.</li>
96+
<li>Fixed a bug in MS SQL tables query.</li>
97+
<li>Removed feedback form through Eclipse.</li>
98+
<li>Сhanged the resource reading mechanism.</li>
99+
</ul>
100+
85101
<h4 class="anchor" name="pgCodeKeeper-6.6.0" id="pgCodeKeeper-6.6.0">pgCodeKeeper 6.6.0</h4>
86102
<p class="date">September 27, 2022</p>
87103
<ul class="short-article">

0 commit comments

Comments
 (0)