QueryStorm Lanzamientos

Descubre las novedades en cada versión, con detalles de funciones, mejoras y problemas resueltos.

ene
feb
mar
abr
may
jun
jul
ago
sept
oct
nov
dic
QueryStorm 2.12.524.012 abr 2024
Correcciones
  • 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.08 abr 2024
Funciones
  • You can now allow multi-statement SQL scripts.
Correcciones
  • Fixed an issue with C# code-behind for Snowflake scripts that use {handler}, {query}, and {function} directives.
QueryStorm 2.12.521.016 mar 2024
Correcciones
  • Fixed SQLite date issue.
QueryStorm 2.12.520.68 mar 2024
Correcciones
  • Fixed a threading issue in Tabulars.
QueryStorm 2.12.520.57 mar 2024
Funciones
  • 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.
Correcciones
  • 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.05 mar 2024
Correcciones
  • Fix for functions not refreshing in parameter change.
QueryStorm 2.12.518.0Versión principal4 mar 2024
Funciones
  • 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.
Correcciones
  • 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.14 mar 2024
Correcciones
  • Hotfix for streaming functions defined in workbook apps.
QueryStorm 2.11.514.419 ene 2024
Funciones
  • Updated Syncfusion components (results grid).
  • Made a slight improvement in code editor auto-complete lag.
Correcciones
  • Installer fix - The XLL files were not getting signed, so they were getting blocked by some anti-malware programs.