Skip to content

Commit

Permalink
RELEASE 2023.05
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail.kalyashin committed May 3, 2023
1 parent 1098cab commit b00aaf6
Show file tree
Hide file tree
Showing 11 changed files with 65 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.02</version>
<version>2023.05</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.01</version>
<version>2023.05</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.02</version>
<version>2023.05</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.02</version>
<version>2023.05</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.02</version>
<version>2023.05</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.02</version>
<version>2023.05</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.02</version>
<version>2023.05</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.02</version>
<version>2023.05</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.02</version>
<version>2023.05</version>
<modules>
<module>modules/plugins/fbplugin</module>
<module>modules/plugins/fbplugin-impl</module>
Expand Down
28 changes: 28 additions & 0 deletions src/org/executequery/release.notes
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
--- RedExpert - RELEASE NOTES -
Major changes - v2023.05
----------------------------------------
Added:
1. Scheduler support
2. Database metadata comparison
3. Jaybird 5 support
4. Ability to recompile all views
5. Autocomplete for variables and parameters when working with procedures and functions
6. Highlighting paired brackets
7. Line number and cursor position in each SQL field
8. Ability to set font size greater than 16 pt. in the Query Editor
9. DDL tab for exceptions
Fixed:
1. The arrangement of elements on the panels for creating and editing objects has been redesigned
2. Reduced connection time to the database
3. Reduced metadata loading time for object recompilation
4. Generation CREATE and ALTER SQL-scripts for some objects
5. Error opening triggers, procedures and functions in Firebird
6. Memory leaks after closing objects
7. Trace parsing
8. Parameters were case-sensitive in the Query Editor
9. Working with object privileges
10. Problem with restarting RedExpert after installing an update on Linux systems
11. Incorrect display (spelling) of the keyword "TIME ZONE"
12. Behavior of the "Execute" button in the Query Editor (Now when you click on it, the script is executed as a whole block and isn't divided into several queries in accordance with the delimiters. To execute an SQL-script from several queries, you need to use the "Execute SQL-script" button)
13. Buttons tooltips in the Query Editor and in the create (edit) table panel
14. Error while editing tables foreign keys (the reference table name and its fields were not substituted into SQL-query)

Major changes - v2023.02
----------------------------------------
Fixed:
Expand Down
28 changes: 28 additions & 0 deletions src/org/executequery/release_ru.notes
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
--- RedExpert - RELEASE NOTES -
Основные изменения - v2023.05
----------------------------------------
Добавлено:
1. Поддержка планировщика задач
2. Сравнение метаданных БД
3. Поддержка Jaybird 5
4. Возможность перекомпиляции представлений
5. Автозавершение ввода для переменных и параметров при работе с процедурами и функциями
6. Подсветка парных скобок
7. Номер строки и позиции в строке в каждом поле SQL
8. Возможность задать в редакторе запросов размер шрифта больше 16 пт.
9. Вкладка DDL для исключений
Исправлено:
1. Переработано расположение элементов на панелях создания и редактирования объектов
2. Уменьшено время подключения к БД
3. Уменьшено время загрузки метаданных для перекомпиляции объектов
4. Генерация скриптов создания и изменения некоторых объектов
5. Ошибка открытия триггеров, процедур и функций в Firebird
6. Утечки памяти после закрытия объектов
7. Парсинг трейса
8. Чувствительность к регистру у параметров в редакторе запросов
9. Работа с привилегиями объектов
10. Проблема перезапуска РедЭксперта после установки обновления в Linux-системах
11. Неверное отображение (написание) ключевого слова “TIME ZONE”
12. Поведение кнопки “Выполнить” в редакторе запросов (Теперь при нажатии на нее скрипт выполняется как единый блок, а не делится на несколько в соответствии с разделителями. Для выполнения SQL-скрипта из нескольких запросов необходимо воспользоваться кнопкой «Выполнить SQL-скрипт»)
13. Всплывающие подсказки кнопок в редакторе запросов и в окне создания (редактирования) таблицы
14. Ошибка при редактировании внешних ключей таблиц (не подставлялись таблица и ее поля, на которые ссылается ограничение)

Основные изменения - v2023.02
----------------------------------------
Исправлено:
Expand Down

0 comments on commit b00aaf6

Please sign in to comment.