QueryStorm のリリース

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 での更新項目

不具合の修正

  • Fixed SQLite date issue.

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...

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.

Released: Dec 11, 2023

2.11.513.1 での更新項目

不具合の修正

  • Fixed Monday.com data context issues.
  • Fixed installer in-place upgrade issue.