QueryStorm 新版本發表
Released: Apr 12, 2024
2.12.524.0 中的更新
修補程式
- Snowflake Fixes:
- Fixed an issue with C# code-behind for Snowflake scripts that use {handler}, {query}, and {function} directives.
- Allowed multi-statement SQL scripts.
Released: Apr 8, 2024
2.12.522.0 中的更新
特性
- You can now allow multi-statement SQL scripts.
修補程式
- Fixed an issue with C# code-behind for Snowflake scripts that use {handler}, {query}, and {function} directives.
Released: Mar 16, 2024
2.12.521.0 中的更新
修補程式
Released: Mar 8, 2024
2.12.520.6 中的更新
修補程式
- Fixed a threading issue in Tabulars.
Released: Mar 7, 2024
2.12.520.5 中的更新
特性
- A new type of script for connecting to Oracle databases has been added. Oracle SQL scripts can be created from the QueryStorm ribbon and the project context menu. Excel tables can be made visible to these scripts as private temp tables.
修補程式
- Fixed issue with the script "connect" dialog which prevented configuring list of tables that should be visible to the script.
- Minor UI improvements to script "connect" dialog.
- Fixed templates that generate C# codebehind for SQL scripts .
Released: Mar 5, 2024
2.12.519.0 中的更新
修補程式
- Fix for functions not refreshing in parameter change.
Released: Mar 4, 2024
2.12.518.1 中的更新
修補程式
- Hotfix for streaming functions defined in workbook apps.
Released: Mar 4, 2024
2.12.518.0 中的更新
特性
- This version includes an overhaul of ITabular and IDataContext interfaces used extensively through QueryStorm, though mainly under the hood. The main change is that async methods are replacing the previous sync methods.
- The SQL preprocessor has been changed to make functions and event handlers fully async. Previously they were sync by default, but it is appropriate for DB access to always be async and, in case of event handler, cancelable.
修補程式
- Streaming functions (like Windy.Query) will now...
Released: Jan 19, 2024
2.11.514.4 中的更新
特性
- Updated Syncfusion components (results grid).
- Made a slight improvement in code editor auto-complete lag.
修補程式
- Installer fix - The XLL files were not getting signed, so they were getting blocked by some anti-malware programs.
Released: Dec 29, 2023
2.11.514.1 中的更新
特性
- Added basic Snowflake support as a new script type.
修補程式
- Fixed issue returning empty 1d array from functions.
- Document write times changed from local to UTC.