Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoSQL Query Editor shows empty result #2443

Open
bk201- opened this issue Nov 20, 2024 · 0 comments
Open

NoSQL Query Editor shows empty result #2443

bk201- opened this issue Nov 20, 2024 · 0 comments
Labels
bug The issue reveals something not working as expected. external The issue is not up to the extension to solve. NoSQL

Comments

@bk201-
Copy link
Contributor

bk201- commented Nov 20, 2024

How to reproduce:

  • Connect to collection which has only 10 documents
  • Change Page size to 10 in toolbar
  • Run query SELECT * FROM c
  • Click on Go to the next page

Expected:

  • Button is disabled, since collection has only 10 records and all of them were shown

Actual:

  • Button is enabled
  • Second page shows No data to display

Additional:

  • If run query SELECT TOP 10 * FROM c the button is disabled
@bk201- bk201- added bug The issue reveals something not working as expected. external The issue is not up to the extension to solve. NoSQL labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue reveals something not working as expected. external The issue is not up to the extension to solve. NoSQL
Projects
None yet
Development

No branches or pull requests

1 participant