QueryStorm 2.3.x

Released: Jun 1, 2021

Updates in 2.3.x

2.3.7824.17314

Updated Jun 3, 2021

Fixes

  • Fixed compilation of projects with references to local system DLLs.
  • Minor fixes to ribbon class template.
  • Fixed publishing packages with native DLLs.
  • Prevent creating multiple projects in a workbook, as this scenario is not yet supported.
  • Better handling for project load errors.
  • Better handling for async function crashes.
  • Fixed a focus issue with the undocked QueryStorm window where all text input would go to Excel.
  • Fix for project deletion issues (add error logging, allow deleting projects with read only files/folders).
  • Fixed minor UI issues in the undocked ribbon.

2.3.7822.26514

Updated Jun 1, 2021

Features

  • Apps
    • Added support for defining ribbons in apps.
  • SQL Preprocessor
    • Async functions.
    • Functions that include headers in results.
    • Async event handlers.
    • Queries (for use from .NET code).
  • Data Contexts
    • Complete overhaul of data contexts: switched to C# script for defining data context.
    • Added support for CSV data contexts.

Fixes

  • Excel process crash on exit in certain situations.
  • Excel process crash on disable runtime Excel Addin.
  • Problem with nesting user defined Excel functions.
  • Activation issue for SQL Pro licenses.
  • Deadlocks in certain situations.
  • Some data handling issues in SQLite.
  • Dozens of IDE issues (logging, code editing, UI glitches).
  • Handling of special values in user defined functions (error values, missing values).
  • Installer issue for versions of Excel installed from the windows store.
  • Reorganized confusing connection dialog.