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

Not all rows exported #717

Open
1 of 5 tasks
t-schroeder opened this issue Oct 22, 2020 · 2 comments
Open
1 of 5 tasks

Not all rows exported #717

t-schroeder opened this issue Oct 22, 2020 · 2 comments
Labels

Comments

@t-schroeder
Copy link

Describe the bug
Often when exporting the result of a query with more than 50 rows it will only export the first 50 rows.

Output -> SQLTools:

[1603380055437] INFO (ext): EXECUTING COMMAND => sqltools.saveResults
[1603380062108] INFO (ls): REQUEST RECEIVED => connection/SaveResultsRequest

To Reproduce
Steps to reproduce the behavior:

  1. Create table with more than 50 rows.
  2. Select * from table_name;
  3. Click on 'export'
  4. Store as csv.
  5. Notice that only the first 50 rows got exported.

Expected behavior
All rows should get exported.

Desktop (please complete the following information):

  • SQLTools Version 0.23.0
  • VSCode Version: 1.50.1
  • OS: Windows 10 connected to Linux (CentOS 7) via Remote SSH extension
  • Driver:
    • PostgreSQL/Redshift
    • MySQL/MariaDB
    • MSSQL/Azure
    • SQLite
    • Other? Which...
  • Database version: mysql Ver 15.1 Distrib 10.2.34-MariaDB, for Linux (x86_64) using readline 5.1

Additional context
Add any other context about the problem here.

@daniel-scatigno
Copy link

Hi, I think it should have an option to configure the pagination size, or infinity .
Should I open a new issue with that suggestion?

@t-schroeder
Copy link
Author

Good idea. I would consider that a separate issue though, since it would only be a workaround and not really solve the problem I described.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants