[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 has been added to the grid in the column headers.
4. The data type is displayed in the grid in the column hint
5. Well, we tweaked the code to optimize the column width when uploading data to the grid.
[RU]
При разработке данной версии основное внимание было уделено работе редактора SQL и вот, что было сделано:
1. Переписали подсказчик кода (Code AutoCompletion), теперь он работает строго внутри границ текущего SQL блока. Разделение блоков внутри подсказчика выполняется по общим правилам для редактора, а именно команды create завершаются символом /, остальные ;
2. Подсказчик кода теперь запоминает используемые ключи для формирования подсказок сохраняет данные в массив и при последующем вводе ключа извлекает данные из памяти. (работает на данный момент для СУБД PostgreSQL, остальные СУБД будут добавлены в следующей версии)
Пункты 1 и 2 фактически многократно повышают производительность подсказчика кода!
3. В сетку в заголовки колонок добавлена информация о типе данных колонки в виде кода.
4. В сетке в хинте колонки выводится тип данных
5. Ну и подправили код для оптимизации ширины колонок при загрузке данных в грид.