Skip to content

Commit

Permalink
Release 2021.02
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhan808 committed Feb 15, 2021
1 parent 40e7db6 commit 0ac711a
Show file tree
Hide file tree
Showing 8 changed files with 24 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>2020.10</version>
<version>2021.02</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>2020.10</version>
<version>2021.02</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>2020.10</version>
<version>2021.02</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>2020.10</version>
<version>2021.02</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>2020.10</version>
<version>2021.02</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>2020.10</version>
<version>2021.02</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>2020.10</version>
<version>2021.02</version>
<modules>
<module>modules/plugins/fbplugin</module>
<module>modules/plugins/fbplugin-impl</module>
Expand Down
18 changes: 17 additions & 1 deletion src/org/executequery/release.notes
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,21 @@
4. Добавлена возможность при удалении приложения удалять пользовательские настройки
5. Добавлена возможность работать с сортировками наборов символов

Основные изменения - v2021.02:
----------------------------------------
Исправления:
1. Исправлена генерация запроса для создания столбца с сортировкой.
2. Исправлены ошибки с автодополнением в редакторе запросов.
3. Закрытие редактора запросов не вызывает исключения.
4. Исправлено отображение размера домена.
5. Исправлено открытие редактора запросов на пустой базе.
6. Выполнение скрипта: скрипт берется из текстового поля если не выбран файл.
7. При создании базы данных с помощью скрипта появилась возможность указать порт.
8. Отображение информации о таблицах из внешних файлов.
9. Оптимизирована подгрузка метаданных.
10. Исправлено открытие пакетов в базе данных firebird.
11. При генерации запроса комментарии к стобцам отображаются каждый с новой строки


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

0 comments on commit 0ac711a

Please sign in to comment.