Skip to content

Commit

Permalink
RELEASE 2023.08
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksey.kozlov committed Aug 31, 2023
1 parent fcb228c commit e9bac01
Show file tree
Hide file tree
Showing 11 changed files with 109 additions and 9 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>2023.05</version>
<version>2023.08</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/fbplugin-impl5/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>2023.05</version>
<version>2023.08</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>2023.05</version>
<version>2023.08</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>2023.05</version>
<version>2023.08</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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<version>2023.05</version>
<version>2023.08</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<version>1.0</version>
Expand Down
2 changes: 1 addition & 1 deletion modules/plugins/sqlLexer/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>2023.05</version>
<version>2023.08</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>2023.05</version>
<version>2023.08</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>2023.05</version>
<version>2023.08</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 @@ -12,7 +12,7 @@
<groupId>org.executequery</groupId>
<artifactId>RedExpert-parent</artifactId>
<packaging>pom</packaging>
<version>2023.05</version>
<version>2023.08</version>
<modules>
<module>modules/plugins/fbplugin</module>
<module>modules/plugins/fbplugin-impl</module>
Expand Down
50 changes: 50 additions & 0 deletions src/org/executequery/release.notes
Original file line number Diff line number Diff line change
@@ -1,4 +1,54 @@
--- RedExpert - RELEASE NOTES -
Major changes - v2023.08
----------------------------------------
Added:
1. Online table validation.
2. Ability to set different date-time templates for fields with DATE, TIME and TIMESTAMP types.
3. Ability to enable line wrapping mode in the Query Editor.
4. Support of the PSQL-profiler.
5. Tree view display with a panel of differences for each object as a DB comparer result.
6. New Foreign Key selection panel on the “Data” tab when working with DB tables.
7. Ability to reset color to default by RMB click in the color settings.
8. Ability to filter columns by their names in the “Result Column Visibility” window for a Result Set.
9. Audit analysis.
10. Auto-complete for packages (procedures and functions are suggested after a dot).
11. Date display in the application log.
12. Ability to write trace to file without parsing in the application.
13. Ability to navigate tabs with a mouse wheel.
14. Ability to enable or disable parsing of variable declarations in Procedures and Functions.
15. Ability to recalculate index statistics from the corresponding tab of the table.
Fixed:
1. Inability to add a comment for a table field when editing it.
2. An error due to which the content of the “SQL” tab during table creation was not updated when changing the “Comment” tab content.
3. Option “Show Grid” in the “Links” tab when working with a DB table.
4. Displaying the username in the “Select Result” tab when editing a user is confirmed.
5. Generation of the SQL scripts for packages, views, tables and jobs.
6. “Description” tabs renamed to “Comment”.
7. Incorrect application of theme and style for the Query Editor.
8. Wrong SQL script formatting in the Query Editor.
9. NPE when navigating through folders in the connection tree.
10. An error due to which the fields and constraints of the DB table disappeared when changing its comment.
11. Defects when moving multiple connections to a folder in the connection tree.
12. Error getting tablespaces and jobs from the Firebird connection during DB comparison.
13. Error editing cell in the Result Set.
14. An error due to which when installing an application with root, it was not added to the application menu.
15. Adding a post-install application shortcut for all users that could not be removed.
16. Errors while updating the application. Updates are now downloaded and unpacked into the temporary folder, and only one copy of the application must be open to run the update.
17. Error opening Trace Manager, if there are non-standard drivers.
18. Error saving ER-diagrams.
19. Displaying scale for NUMERIC type.
20. Sorting of visible columns of Trace Manager.
21. Errors working with column names starting with a space.
22. Failure to insert a password when creating a user.
23. Search in the object tree (by string occurrence).
24. Incorrect authentication error detection.
25. Failure to copy name when editing an object.
26. Generating DDL functions containing cursors.
27. Adjusting width of the Result Set columns by content.
28. Editing Primary Key fields by multiple fields.
29. Disabled the ability to use ARRAY data type.
30. Localized: Driver Selection Panel; Color Selection Panel; File Selection/Saving Panel; labels, hints and context menus in the Query Editor; Password View Panel; Connection Details Panel; Notepad Panel; ER-diagram Editor.

Major changes - v2023.05
----------------------------------------
Added:
Expand Down
50 changes: 50 additions & 0 deletions src/org/executequery/release_ru.notes
Original file line number Diff line number Diff line change
@@ -1,4 +1,54 @@
--- RedExpert - RELEASE NOTES -
Основные изменения - v2023.08
----------------------------------------
Добавлено:
1. Возможность онлайн-валидации таблиц.
2. Возможность задать отдельные шаблоны даты и времени для полей с типами DATE, TIME, TIMESTAMP.
3. Возможность включения режима переноса строк в редакторе запросов.
4. Поддержка PSQL-профайлера.
5. Древовидное отображение результата работы модуля сравнения БД с панелью различий для каждого объекта.
6. Новая панель выбора внешнего ключа на вкладке “Данные” при работе с таблицами БД.
7. Возможность сбросить цвет на значение по умолчанию, щелкнув правой кнопкой мыши в настройках цвета.
8. Возможность фильтрации столбцов по их именам в окне "Видимость столбцов результата" для набора результатов.
9. Анализ лога трейса.
10. Автодополнение для пакетов (после точки предлагаются процедуры и функции пакета).
11. Отображение даты в логе приложения.
12. Возможность писать трейс в файл без парсинга в приложении.
13. Возможность перемещаться по вкладкам с помощью колеса мыши.
14. Возможность выбора: разбирать или нет объявление переменных в процедурах и функциях.
15. Возможность пересчета статистики индексов из соответствующей вкладки таблицы.
Исправлено:
1. Невозможность добавить комментарий для поля таблицы при его редактировании.
2. Ошибка, из-за которой содержимое вкладки “SQL” во время создания таблицы не обновлялось при изменениях во вкладке “Комментарий”.
3. Работа опции “Показать сетку” во вкладке “Ссылки” при работе с таблицей БД.
4. Отображение имени пользователя на вкладке “Результат выделения” при подтверждении редактирования пользователя.
5. Генерация SQL-скриптов для пакетов, представлений, таблиц, задач.
6. Вкладки “Описание” переименованы в “Комментарий”.
7. Неверное применение темы и стиля в редакторе запросов.
8. Плохое форматирование SQL-скрипта в редакторе запросов.
9. NPE при навигации по папкам дерева подключений.
10. Ошибка, из-за которой пропадали поля и ограничения таблицы при изменении ее комментария.
11. Дефекты при перемещении нескольких подключений в папку в дереве подключений.
12. Ошибка получения табличных пространств и задач из подключения к Firebird во время сравнения.
13. Ошибка редактирования ячейки для набора результатов.
14. Ошибка, из-за которой при установке приложения с правами суперпользователя, оно не добавлялось в меню приложений.
15. Добавление ярлыка приложения после установки для всех пользователей, который нельзя было удалить.
16. Ошибки при обновлении приложения. Теперь обновления скачиваются и распаковываются в каталог временных файлов, а чтобы запустить обновление должна быть открыта только одна копия приложения.
17. Ошибка открытия трейс-менеджера при наличии нестандартных драйверов.
18. Ошибка сохранения ER-диаграммы.
19. Отображение точности в типе NUMERIC.
20. Сортировка видимых столбцов трейс-менеджера.
21. Ошибки, возникающие при работе с именами столбцов, начинающихся с пробела.
22. Невозможность вставки пароля при создании пользователя.
23. Поиск в дереве объектов (по вхождению строки).
24. Неверное определение ошибки аутентификации.
25. Невозможность копирования имени при редактировании объекта.
26. Генерация DDL-функции, содержащей курсоры.
27. Подгонка ширины столбцов набора результатов по содержимому.
28. Редактирование полей с составным первичным ключом.
29. Отключена возможность выбора типа данных ARRAY.
30. Переведены на русский язык: панель выбора драйвера; панель выбора цвета; панель выбора/сохранения файла; метки, подсказки и контекстные меню в редакторе запросов; окно просмотра пароля; окно сведений о подключении; панель блокнота; редактор ER-диаграмм.

Основные изменения - v2023.05
----------------------------------------
Добавлено:
Expand Down

0 comments on commit e9bac01

Please sign in to comment.