mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.43k stars 290 forks source link

Results Limit Setting Doesn't Seem to Work #1275

Open fuzl-llc opened 5 months ago

fuzl-llc commented 5 months ago

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):