Couchbase-Ecosystem / VSCode-Couchbase

This extension is designed to provide a seamless experience for Couchbase Server users who want to work within the popular Visual Studio Code editor.
https://marketplace.visualstudio.com/items?itemName=Couchbase.vscode-couchbase
Apache License 2.0
6 stars 5 forks source link

Table Result View Does not show all data #412

Closed amfrye777 closed 2 months ago

amfrye777 commented 3 months ago

Describe the bug Certain types of queries cannot display all results

Steps to reproduce If possible, provide a recipe for reproducing the error. Two Queries:

select ARRAY_CONCAT(
    [{"Test": "TestValue"},{"Test": "TestValue2"}],
    [{"Test2": "Test2Value"},{"Test2": "Test2Value2"}]
) as concatArrays
select concatArrays.* 
FROM ARRAY_CONCAT(
    [{"Test": "TestValue"},{"Test": "TestValue2"}],
    [{"Test2": "Test2Value"},{"Test2": "Test2Value2"}]
) as concatArrays

What did you expect to see? I have attached the CB query workbench console compared to vsCode output to show the resulting behavior

2024-07-29_11-30-03 2024-07-29_11-30-33
prajwal-pai77 commented 2 months ago

We have fixed this bug in the latest release. Thanks!