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

Results Limit Setting Doesn't Seem to Work #1275

Open
4 tasks
fuzl-llc opened this issue Jan 9, 2024 · 0 comments
Open
4 tasks

Results Limit Setting Doesn't Seem to Work #1275

fuzl-llc opened this issue Jan 9, 2024 · 0 comments
Labels
mysql MySQL / MariaDB driver triage

Comments

@fuzl-llc
Copy link

fuzl-llc commented Jan 9, 2024

Describe the bug
The "sqltools.results.limit" setting doesn't seem to have any effect.

To Reproduce
I have a table with 60 records. I select all and at the bottom right it says "1-50 of 60" so there seems to be a limit of 50. I changed the "sqltools.results.limit" setting to 100 and it was still limited to just 50 results. I found possibly related #694 and that got me to try setting the connection's "previewLimit" setting to 100 as well. I re-connected and ran again and still it was limited to 50 results.

Expected behavior
I expected to see all 60 of my records.

Desktop (please complete the following information):

  • SQLTools Version [e.g. v0.6.0]
  • VS Code Version: [e.g 1.85.1]
  • OS: Windows
  • Driver:
    • PostgreSQL/Redshift
    • [ x ] MySQL/MariaDB
    • MSSQL/Azure
    • SQLite
    • Other? Which...
  • Database version: [e.g. 10.8.3-MariaDB]
@fuzl-llc fuzl-llc added the triage label Jan 9, 2024
@gjsjohnmurray gjsjohnmurray added the mysql MySQL / MariaDB driver label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mysql MySQL / MariaDB driver triage
Projects
None yet
Development

No branches or pull requests

2 participants