From e9bac0108650c574866336a3b1f685d2661cdf64 Mon Sep 17 00:00:00 2001 From: "aleksey.kozlov" Date: Thu, 31 Aug 2023 17:17:44 +0300 Subject: [PATCH] RELEASE 2023.08 --- modules/plugins/fbplugin-impl/pom.xml | 2 +- modules/plugins/fbplugin-impl5/pom.xml | 2 +- modules/plugins/fbplugin/pom.xml | 2 +- modules/plugins/procedure-parser/pom.xml | 2 +- modules/plugins/sql-parser/pom.xml | 2 +- modules/plugins/sqlLexer/pom.xml | 2 +- modules/plugins/trace-parser/pom.xml | 2 +- modules/redexpert/pom.xml | 2 +- pom.xml | 2 +- src/org/executequery/release.notes | 50 ++++++++++++++++++++++++ src/org/executequery/release_ru.notes | 50 ++++++++++++++++++++++++ 11 files changed, 109 insertions(+), 9 deletions(-) diff --git a/modules/plugins/fbplugin-impl/pom.xml b/modules/plugins/fbplugin-impl/pom.xml index 224ba23b8..90faef132 100644 --- a/modules/plugins/fbplugin-impl/pom.xml +++ b/modules/plugins/fbplugin-impl/pom.xml @@ -9,7 +9,7 @@ org.executequery RedExpert-parent - 2023.05 + 2023.08 ../../../pom.xml diff --git a/modules/plugins/fbplugin-impl5/pom.xml b/modules/plugins/fbplugin-impl5/pom.xml index ffc883712..3aeca7bf8 100644 --- a/modules/plugins/fbplugin-impl5/pom.xml +++ b/modules/plugins/fbplugin-impl5/pom.xml @@ -9,7 +9,7 @@ org.executequery RedExpert-parent - 2023.05 + 2023.08 ../../../pom.xml diff --git a/modules/plugins/fbplugin/pom.xml b/modules/plugins/fbplugin/pom.xml index fbc4e8494..362510ff7 100644 --- a/modules/plugins/fbplugin/pom.xml +++ b/modules/plugins/fbplugin/pom.xml @@ -17,7 +17,7 @@ org.executequery RedExpert-parent - 2023.05 + 2023.08 ../../../pom.xml diff --git a/modules/plugins/procedure-parser/pom.xml b/modules/plugins/procedure-parser/pom.xml index 59e9fa8bd..e9779c1db 100644 --- a/modules/plugins/procedure-parser/pom.xml +++ b/modules/plugins/procedure-parser/pom.xml @@ -15,7 +15,7 @@ org.executequery RedExpert-parent - 2023.05 + 2023.08 ../../../pom.xml diff --git a/modules/plugins/sql-parser/pom.xml b/modules/plugins/sql-parser/pom.xml index 242a51ce9..419cf1503 100644 --- a/modules/plugins/sql-parser/pom.xml +++ b/modules/plugins/sql-parser/pom.xml @@ -6,7 +6,7 @@ org.executequery RedExpert-parent - 2023.05 + 2023.08 ../../../pom.xml 1.0 diff --git a/modules/plugins/sqlLexer/pom.xml b/modules/plugins/sqlLexer/pom.xml index 2e150a253..a8fba428d 100644 --- a/modules/plugins/sqlLexer/pom.xml +++ b/modules/plugins/sqlLexer/pom.xml @@ -15,7 +15,7 @@ org.executequery RedExpert-parent - 2023.05 + 2023.08 ../../../pom.xml diff --git a/modules/plugins/trace-parser/pom.xml b/modules/plugins/trace-parser/pom.xml index e9d357519..493fd8565 100644 --- a/modules/plugins/trace-parser/pom.xml +++ b/modules/plugins/trace-parser/pom.xml @@ -15,7 +15,7 @@ org.executequery RedExpert-parent - 2023.05 + 2023.08 ../../../pom.xml diff --git a/modules/redexpert/pom.xml b/modules/redexpert/pom.xml index f45beaad3..589f4e019 100644 --- a/modules/redexpert/pom.xml +++ b/modules/redexpert/pom.xml @@ -14,7 +14,7 @@ org.executequery RedExpert-parent ../../pom.xml - 2023.05 + 2023.08 diff --git a/pom.xml b/pom.xml index ad69faa81..0882ee136 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.executequery RedExpert-parent pom - 2023.05 + 2023.08 modules/plugins/fbplugin modules/plugins/fbplugin-impl diff --git a/src/org/executequery/release.notes b/src/org/executequery/release.notes index be5b9938e..2f4488a2f 100644 --- a/src/org/executequery/release.notes +++ b/src/org/executequery/release.notes @@ -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: diff --git a/src/org/executequery/release_ru.notes b/src/org/executequery/release_ru.notes index ee8f7d123..3aaffea81 100644 --- a/src/org/executequery/release_ru.notes +++ b/src/org/executequery/release_ru.notes @@ -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 ---------------------------------------- Добавлено: