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

Released: Dec 11, 2023

2.11.513.1 버젼 업데이트

수정사항

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