diff --git a/modules/plugins/fbclient-3/pom.xml b/modules/plugins/fbclient-3/pom.xml index 84d524ed4..f56ccd99e 100644 --- a/modules/plugins/fbclient-3/pom.xml +++ b/modules/plugins/fbclient-3/pom.xml @@ -7,7 +7,7 @@ org.executequery RedExpert-parent - 2024.10 + 2024.11 ../../../pom.xml diff --git a/modules/plugins/fbclient-4/pom.xml b/modules/plugins/fbclient-4/pom.xml index dcfa6e206..78bebdbf0 100644 --- a/modules/plugins/fbclient-4/pom.xml +++ b/modules/plugins/fbclient-4/pom.xml @@ -7,7 +7,7 @@ org.executequery RedExpert-parent - 2024.10 + 2024.11 ../../../pom.xml diff --git a/modules/plugins/fbclient-5/pom.xml b/modules/plugins/fbclient-5/pom.xml index a7ecf26f0..eb50b296d 100644 --- a/modules/plugins/fbclient-5/pom.xml +++ b/modules/plugins/fbclient-5/pom.xml @@ -7,7 +7,7 @@ org.executequery RedExpert-parent - 2024.10 + 2024.11 ../../../pom.xml diff --git a/modules/plugins/fbplugin-impl/pom.xml b/modules/plugins/fbplugin-impl/pom.xml index 46657a4d2..2840df343 100644 --- a/modules/plugins/fbplugin-impl/pom.xml +++ b/modules/plugins/fbplugin-impl/pom.xml @@ -9,7 +9,7 @@ org.executequery RedExpert-parent - 2024.10 + 2024.11 ../../../pom.xml diff --git a/modules/plugins/fbplugin-impl5/pom.xml b/modules/plugins/fbplugin-impl5/pom.xml index a3b1d5884..0db2adb7f 100644 --- a/modules/plugins/fbplugin-impl5/pom.xml +++ b/modules/plugins/fbplugin-impl5/pom.xml @@ -9,7 +9,7 @@ org.executequery RedExpert-parent - 2024.10 + 2024.11 ../../../pom.xml diff --git a/modules/plugins/fbplugin/pom.xml b/modules/plugins/fbplugin/pom.xml index 5ee78bd8d..a60d15163 100644 --- a/modules/plugins/fbplugin/pom.xml +++ b/modules/plugins/fbplugin/pom.xml @@ -17,7 +17,7 @@ org.executequery RedExpert-parent - 2024.10 + 2024.11 ../../../pom.xml diff --git a/modules/plugins/procedure-parser/pom.xml b/modules/plugins/procedure-parser/pom.xml index 4d91a1a35..ac9c07b88 100644 --- a/modules/plugins/procedure-parser/pom.xml +++ b/modules/plugins/procedure-parser/pom.xml @@ -15,7 +15,7 @@ org.executequery RedExpert-parent - 2024.10 + 2024.11 ../../../pom.xml diff --git a/modules/plugins/sql-parser/pom.xml b/modules/plugins/sql-parser/pom.xml index b100d240c..7199967c2 100644 --- a/modules/plugins/sql-parser/pom.xml +++ b/modules/plugins/sql-parser/pom.xml @@ -6,7 +6,7 @@ org.executequery RedExpert-parent - 2024.10 + 2024.11 ../../../pom.xml 1.0 diff --git a/modules/plugins/sqlLexer/pom.xml b/modules/plugins/sqlLexer/pom.xml index 5b0325574..06def88f0 100644 --- a/modules/plugins/sqlLexer/pom.xml +++ b/modules/plugins/sqlLexer/pom.xml @@ -15,7 +15,7 @@ org.executequery RedExpert-parent - 2024.10 + 2024.11 ../../../pom.xml diff --git a/modules/plugins/trace-parser/pom.xml b/modules/plugins/trace-parser/pom.xml index 32d4ee358..38d43c964 100644 --- a/modules/plugins/trace-parser/pom.xml +++ b/modules/plugins/trace-parser/pom.xml @@ -15,7 +15,7 @@ org.executequery RedExpert-parent - 2024.10 + 2024.11 ../../../pom.xml diff --git a/modules/redexpert/pom.xml b/modules/redexpert/pom.xml index 1fc0703a2..b731cfdd5 100644 --- a/modules/redexpert/pom.xml +++ b/modules/redexpert/pom.xml @@ -14,7 +14,7 @@ org.executequery RedExpert-parent ../../pom.xml - 2024.10 + 2024.11 diff --git a/pom.xml b/pom.xml index 549f2c67a..c02b2169a 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.executequery RedExpert-parent pom - 2024.10 + 2024.11 modules/plugins/fbplugin modules/plugins/fbclient-3 diff --git a/src/org/executequery/release_notes_en.html b/src/org/executequery/release_notes_en.html index e000a7c3c..1fb1d6ea8 100644 --- a/src/org/executequery/release_notes_en.html +++ b/src/org/executequery/release_notes_en.html @@ -1,5 +1,36 @@

RedExpert Changelog

+

Major changes - v2024.11

+

Added:

+
    +
  1. Database backup / restore tool.
  2. +
+

Improved:

+
    +
  1. Connection parameters configuration panel.
  2. +
  3. Exporting database statistics to a file.
  4. +
  5. Database creation panel.
  6. +
  7. Password input field.
  8. +
+

Fixed:

+
    +
  1. Executing EXECUTE BLOCK queries with parameters.
  2. +
  3. Executing SQL-queries starting with a comment.
  4. +
  5. Running application after upgrading from versions older than 2024.07.
  6. +
  7. Errors when creating a new connection.
  8. +
  9. Errors in the log when connecting to the database via SSH tunnel.
  10. +
  11. Errors in the log when opening or closing Query Editor tabs.
  12. +
  13. Errors in the log when displaying dependencies in the ER-diagram editor.
  14. +
  15. Closing dialogs with a question.
  16. +
  17. Updating application color scheme when switching from dark theme to light one.
  18. +
  19. Applying line numbers properties in the Query Editor.
  20. +
  21. Applying toolbar properties in the Query Editor.
  22. +
  23. Applying SSH tunnel properties for connection.
  24. +
  25. Applying authentication properties for connection.
  26. +
  27. Generating INSERT and UPDATE scripts for tables and views.
  28. +
  29. Modifying stored procedure code when creating or altering it.
  30. +
  31. Adding constraints on table when connecting to the Firebird database.
  32. +

Major changes - v2024.10

Added:

    diff --git a/src/org/executequery/release_notes_ru.html b/src/org/executequery/release_notes_ru.html index 8b2a90cc8..ea899e488 100644 --- a/src/org/executequery/release_notes_ru.html +++ b/src/org/executequery/release_notes_ru.html @@ -1,5 +1,36 @@

    Лог изменений RedExpert

    +

    Основные изменения - v2024.11

    +

    Добавлено:

    +
      +
    1. Инструмент создания резервной копии / восстановления БД.
    2. +
    +

    Улучшено:

    +
      +
    1. Панель конфигурации параметров подключения.
    2. +
    3. Экспорт статистики БД в файл.
    4. +
    5. Панель создания БД.
    6. +
    7. Поле для ввода пароля.
    8. +
    +

    Исправлено:

    +
      +
    1. Выполнение SQL-запросов EXECUTE BLOCK с параметрами.
    2. +
    3. Выполнение SQL-запросов, начинающихся с комментария.
    4. +
    5. Запуск приложения после обновления с версий старше 2024.07.
    6. +
    7. Ошибки при создании нового подключения.
    8. +
    9. Ошибки в логе при подключении к БД через SSH-туннель.
    10. +
    11. Ошибки в логе при открытии или закрытии вкладок редактора запросов.
    12. +
    13. Ошибки в логе при отображении зависимостей в редакторе ER-диаграмм.
    14. +
    15. Закрытие диалоговых окон с вопросом.
    16. +
    17. Обновление цветовой гаммы приложения при переключении с темной темы на светлую.
    18. +
    19. Применение настроек для номеров строк в редакторе запросов.
    20. +
    21. Применение настроек панели инструментов в редакторе запросов.
    22. +
    23. Применение настроек SSH-туннеля для подключения.
    24. +
    25. Применение настроек аутентификации для подключения.
    26. +
    27. Генерация INSERT и UPDATE скриптов для таблиц и представлений.
    28. +
    29. Изменение кода хранимой процедуры при ее создании или изменении.
    30. +
    31. Добавление ограничений на таблицы при подключении к БД Firebird.
    32. +

    Основные изменения - v2024.10

    Добавлено: