
Improvements
CerebroSQL 24.3
[EN]
During the development of this version, the main attention was paid to the work of the SQL editor and that's what was done:
1. We rewrote the code hint (Code AutoCompletion), now it works strictly within the boundaries of the current SQL block. The separation of blocks inside the tooltip is performed according to the general rules for the editor, namely, the create commands are terminated with the / symbol, the rest ;
2. The code prompter now remembers the keys used to generate hints, saves the data to an array and extracts the data from memory the next time the key is entered. (currently working for PostgreSQL DBMS, the rest of the DBMS will be added in the next version)
Points 1 and 2 actually increase the performance of the code hint many times over!
3. Information about the column data type in the form of a code…
CerebroSQL 24.2 [released]
[EN]
Fixes for identified bugs in version 24.1
Expanding the list of supported keys for a language pack
The query editor for the MSSQL DBMS has been improved
Changing the program operation logging system. Data is written to a file on disk and to memory structures without accessing the vlc components.
Added program log rotation by date
[EN]
Version 24.2.1
Interface update, all Oracle functionality is hidden by default. For Activation, place a check in the main window.
Updating the SQL Editor interface (settings - style)
- added the ability to select the size of the main menu icons
- added the ability to select the size of workspace button icons
- added the ability to hide left menu buttons
Custom Forms
- Combobox - added the ability to make changes to other elements through variables
- RadioGroup - added the ability to make changes to other elements through variables
- Edit - added the ability to make changes to other elements through variables
- Button - added action for making changes to the database, the log is kept locally (in the database)
- added a manager for viewing window information in memory (variable values, objects)
[RU]
Версия 24.2.1
Обновление интерфейса, по умолчанию скрыт весь функционал Oracle. Для Активации установить чек в главном окне.
Обновление интерфейса Редактора SQL (настройки - style)
- добавлена возможность выбирать размер иконок основного меню
- добавлена возможность выбирать размер иконок кнопок рабочей области
- добавлена возможность скрыть кнопки левого меню
Пользовательские формы
- Combobox - добавлена возможность вносить изменения в другие элементы через переменные
- RadioGroup - добавлена возможность вносить изменения в другие элементы через переменные
- Edit - добавлена возможность вносить изменения в другие элементы через переменные
- Button - добавлен экшен для внесения изменений в БД, лог ведется локально (в БД)
- добавлен менеджер для просмотра информации окна в памяти (значение переменных, объекты)