microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
377 stars 87 forks source link

There is no error message when typing and running invalid queries in the text editor #8288

Closed v-xianya closed 1 week ago

v-xianya commented 1 week ago

Storage Explorer Version: 1.37.0-dev (103) Build Number: 2024112.7 Branch: main Platform/OS: Windows11/Windows11/Linux Ubuntu 22.04/MacOS Sequoia 15.0(Apple M1 Pro) Architecture: arm64/x64/x64/arm64 How Found: From running test cases Regression From: previous release (1.36.2)

Steps to Reproduce

  1. Expand one storage account -> Tables.
  2. Create a table -> Click 'Query' in its toolbar.
  3. Click 'Text editor' button -> Type '1' as the query string -> Click 'Execute query'.
  4. Check whether there is an error.

Expected Experience

There is an error. Image

Actual Experience

There is no error, and the query always keeps loading. Image

v-xianya commented 1 week ago

Verified this issue on the main build 20241115.2. Fixed. So, we are going to close it. Image