Skip to content

Commit

Permalink
Release 2021.03
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhan808 committed Mar 23, 2021
1 parent 973b8be commit 220f9e2
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion modules/plugins/fbplugin-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<version>2021.02</version>
<version>2021.03</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/fbplugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<version>2021.02</version>
<version>2021.03</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/procedure-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<version>2021.02</version>
<version>2021.03</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/sql-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<version>2021.02</version>
<version>2021.03</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/trace-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<version>2021.02</version>
<version>2021.03</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/redexpert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2021.02</version>
<version>2021.03</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<packaging>pom</packaging>
<version>2021.02</version>
<version>2021.03</version>
<modules>
<module>modules/plugins/fbplugin</module>
<module>modules/plugins/fbplugin-impl</module>
Expand Down
11 changes: 10 additions & 1 deletion src/org/executequery/release.notes
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,13 @@

Доработки:
1. Была произведена работа над внешним видом приложения
2. Добавлена поддержка DDL триггеров
2. Добавлена поддержка DDL триггеров

Основные изменения - v2021.03:
----------------------------------------
Исправления:
1. Исправлено создание базы данных
2. Исправлен заголовок таблицы с описанием столбцов
3. Исправлены баги с редактированием процедур
4. Добавлен драйвер менеджер
5. Исправлено чтение текстовых блобов в результирующем наборе данных

0 comments on commit 220f9e2

Please sign in to comment.