QueryStorm 2.12.518.0

Released: Mar 4, 2024

Aggiornamenti in 2.12.518.0

Funzionalità

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

Correzioni

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