QueryStorm 릴리스

릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.

1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
QueryStorm 2.12.524.02024년 4월 12일
수정 사항
  • Snowflake Fixes:
    • Fixed an issue with C# code-behind for Snowflake scripts that use {handler}, {query}, and {function} directives.
    • Allowed multi-statement SQL scripts.
QueryStorm 2.12.522.02024년 4월 8일
기능
  • 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.
QueryStorm 2.12.521.02024년 3월 16일
수정 사항
  • Fixed SQLite date issue.
QueryStorm 2.12.520.62024년 3월 8일
수정 사항
  • Fixed a threading issue in Tabulars.
QueryStorm 2.12.520.52024년 3월 7일
기능
  • 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 .
QueryStorm 2.12.519.02024년 3월 5일
수정 사항
  • Fix for functions not refreshing in parameter change.
QueryStorm 2.12.518.0주요 버전2024년 3월 4일
기능
  • 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 correctly show up when opening a workbook, instead of showing up as #NAME error.
  • After installing an app from the store, functions weren't showing up in tooltips until Excel restart.
QueryStorm 2.12.518.12024년 3월 4일
수정 사항
  • Hotfix for streaming functions defined in workbook apps.
QueryStorm 2.11.514.42024년 1월 19일
기능
  • 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.