Skip to content

Commit cb10113

Browse files
committed
announcement for 5.11.0
1 parent 11240dd commit cb10113

File tree

5 files changed

+55
-15
lines changed

5 files changed

+55
-15
lines changed

_src/app/index.html

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

178178
<div class="col-sm-6 col-lg-6">
179-
<h4 class="anchor" name="pgCodeKeeper-5.10.8" id="pgCodeKeeper-5.10.8">pgCodeKeeper 5.10.8</h4>
180-
<p class="date">December 2, 2020</p>
179+
<h4 class="anchor" name="pgCodeKeeper-5.11.0" id="pgCodeKeeper-5.11.0">pgCodeKeeper 5.11.0</h4>
180+
<p class="date">March 18, 2021</p>
181181
<ul class="short-article">
182-
<li>Added an option for data migration when re-creating tables.</li>
183-
<li>Added an option to copy selected objects' names in Project editor.</li>
184-
<li>Fixed <i>Deselect Child Elements</i> menu behaviour in Project editor.</li>
185-
<li>Fixed table column dependencies of indices and constraints.</li>
186-
<li>Fixed error when running some SQL commands.</li>
182+
<li>Starting with this version, pgCodeKeeper requires Eclipse 2020-06 (4.16) or higher.</li>
183+
<li>Improved Project editor interface, fixed rendering errors on Windows. See <a href="https://pgcodekeeper.readthedocs.io/ru/latest/db_store.html">docs</a>.</li>
184+
<li>Improved object dependency graph CLI mode. Now the output can be filtered by object types and it is also sorted by object type.<br/>
185+
See CLI help on <i>--graph-filter-object</i>.</li>
186+
<li>Added support for function calls involving <i>null</i>, <i>anyelement</i>, etc in expression analysis.</li>
187+
<li>Fixed a crash when analysing WITH RECURSIVE expressions.</li>
188+
<li>Fixed references lookup for functions with INOUT arguments.</li>
189+
<li>Fixed index comparison when CONCURRENTLY option for code generation is enabled.</li>
190+
<li>Fixed a crash when reading IDENITY SEQUENCE over JDBC.</li>
191+
<li>Fixed errors in identifier parser.</li>
187192
</ul>
188193
</div>
189194

_src/app/news.html

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

45+
<h4 class="anchor" name="pgCodeKeeper-5.11.0" id="pgCodeKeeper-5.11.0">pgCodeKeeper 5.11.0</h4>
46+
<p class="date">March 18, 2021</p>
47+
<ul class="short-article">
48+
<li>Starting with this version, pgCodeKeeper requires Eclipse 2020-06 (4.16) or higher.</li>
49+
<li>Improved Project editor interface, fixed rendering errors on Windows. See <a href="https://pgcodekeeper.readthedocs.io/ru/latest/db_store.html">docs</a>.</li>
50+
<li>Improved object dependency graph CLI mode. Now the output can be filtered by object types and it is also sorted by object type.<br>
51+
See CLI help on <i>--graph-filter-object</i>.</li>
52+
<li>Added support for function calls involving <i>null</i>, <i>anyelement</i>, etc in expression analysis.</li>
53+
<li>Fixed a crash when analysing WITH RECURSIVE expressions.</li>
54+
<li>Fixed references lookup for functions with INOUT arguments.</li>
55+
<li>Fixed index comparison when CONCURRENTLY option for code generation is enabled.</li>
56+
<li>Fixed a crash when reading IDENITY SEQUENCE over JDBC.</li>
57+
<li>Fixed errors in identifier parser.</li>
58+
</ul>
59+
4560
<h4 class="anchor" name="pgCodeKeeper-5.10.8" id="pgCodeKeeper-5.10.8">pgCodeKeeper 5.10.8</h4>
4661
<p class="date">December 2, 2020</p>
4762
<ul class="short-article">

index.html

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

239239
<div class="col-sm-6 col-lg-6">
240-
<h4 class="anchor" name="pgCodeKeeper-5.10.8" id="pgCodeKeeper-5.10.8">pgCodeKeeper 5.10.8</h4>
241-
<p class="date">December 2, 2020</p>
240+
<h4 class="anchor" name="pgCodeKeeper-5.11.0" id="pgCodeKeeper-5.11.0">pgCodeKeeper 5.11.0</h4>
241+
<p class="date">March 18, 2021</p>
242242
<ul class="short-article">
243-
<li>Added an option for data migration when re-creating tables.</li>
244-
<li>Added an option to copy selected objects' names in Project editor.</li>
245-
<li>Fixed <i>Deselect Child Elements</i> menu behaviour in Project editor.</li>
246-
<li>Fixed table column dependencies of indices and constraints.</li>
247-
<li>Fixed error when running some SQL commands.</li>
243+
<li>Starting with this version, pgCodeKeeper requires Eclipse 2020-06 (4.16) or higher.</li>
244+
<li>Improved Project editor interface, fixed rendering errors on Windows. See <a href="https://pgcodekeeper.readthedocs.io/ru/latest/db_store.html">docs</a>.</li>
245+
<li>Improved object dependency graph CLI mode. Now the output can be filtered by object types and it is also sorted by object type.<br/>
246+
See CLI help on <i>--graph-filter-object</i>.</li>
247+
<li>Added support for function calls involving <i>null</i>, <i>anyelement</i>, etc in expression analysis.</li>
248+
<li>Fixed a crash when analysing WITH RECURSIVE expressions.</li>
249+
<li>Fixed references lookup for functions with INOUT arguments.</li>
250+
<li>Fixed index comparison when CONCURRENTLY option for code generation is enabled.</li>
251+
<li>Fixed a crash when reading IDENITY SEQUENCE over JDBC.</li>
252+
<li>Fixed errors in identifier parser.</li>
248253
</ul>
249254
</div>
250255

js/main.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

news.html

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

85+
<h4 class="anchor" name="pgCodeKeeper-5.11.0" id="pgCodeKeeper-5.11.0">pgCodeKeeper 5.11.0</h4>
86+
<p class="date">March 18, 2021</p>
87+
<ul class="short-article">
88+
<li>Starting with this version, pgCodeKeeper requires Eclipse 2020-06 (4.16) or higher.</li>
89+
<li>Improved Project editor interface, fixed rendering errors on Windows. See <a href="https://pgcodekeeper.readthedocs.io/ru/latest/db_store.html">docs</a>.</li>
90+
<li>Improved object dependency graph CLI mode. Now the output can be filtered by object types and it is also sorted by object type.<br>
91+
See CLI help on <i>--graph-filter-object</i>.</li>
92+
<li>Added support for function calls involving <i>null</i>, <i>anyelement</i>, etc in expression analysis.</li>
93+
<li>Fixed a crash when analysing WITH RECURSIVE expressions.</li>
94+
<li>Fixed references lookup for functions with INOUT arguments.</li>
95+
<li>Fixed index comparison when CONCURRENTLY option for code generation is enabled.</li>
96+
<li>Fixed a crash when reading IDENITY SEQUENCE over JDBC.</li>
97+
<li>Fixed errors in identifier parser.</li>
98+
</ul>
99+
85100
<h4 class="anchor" name="pgCodeKeeper-5.10.8" id="pgCodeKeeper-5.10.8">pgCodeKeeper 5.10.8</h4>
86101
<p class="date">December 2, 2020</p>
87102
<ul class="short-article">

0 commit comments

Comments
 (0)