microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.58k stars 908 forks source link

Notebook results not displaying all lines #26071

Open redstor-albe opened 1 day ago

redstor-albe commented 1 day ago

Steps to Reproduce:

  1. Create Notebook
  2. Run Select query
  3. Results window does not display all rows.
  4. Image
  5. renderer.log displays this line: 2024-11-20 12:16:16.089 [error] Error outputting result sets from Notebook query: Error: Byte array for Guid must be exactly 16 bytes long. (Parameter 'b')
  6. When clicking on one of the empty cells, renderer.log adds this line: 2024-11-20 12:16:31.299 [error] Cannot read properties of undefined (reading '3'): TypeError: Cannot read properties of undefined (reading '3') at z.onTableClick (vscode-file://vscode-app/c:/Users/xxxxxxxxxx/AppData/Local/Programs/Azure%20Data%20Studio/resources/app/out/vs/workbench/workbench.desktop.main.js:3276:33131)

Does this issue occur when all extensions are disabled?: Yes