-
-
Notifications
You must be signed in to change notification settings - Fork 309
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
Add option to return next #N rows when showing table records #365
Comments
Hi. We currently have the option to return just the
I like the idea of paginating it. But meanwhile you can show the first |
Thanks for feedback, After applying that setting, querying a big table still returns its all results, instead first 100 only. I need to manually add condition |
The limit applies only to "Show table records" command and not when executing a general query ("Run this file | query"), is that correct @mtxr? With "Show table records" it works in my case. You can see the actual query executed if you click on "QUERY DETALS" at the bottom of the results grid (query ends with ".... |
That's correct.
We just limit queries we generate. What user type we avoid changing
…On Tue, Oct 1, 2019, 05:38 Mickey Pearce ***@***.***> wrote:
The limit applies only to "Show table records" command and not when
executing a general query ("Run this file | query"), is that correct @mtxr
<https://github.com/mtxr>?
With "Show table records" it works in my case. You can see the actual
query executed if you click on "QUERY DETALS" at the bottom of the results
grid.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#365?email_source=notifications&email_token=AAFMX2PJBR5WZR2CKQFZPJTQMMEBNA5CNFSM4ITAQNMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAAO75I#issuecomment-536932341>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFMX2LNKLSNLKX362ETNYLQMMEBNANCNFSM4ITAQNMA>
.
|
Yes, you are right. |
Since we don't want to change the query without his approval, let's add an alert first. Requirements:
|
Yeah, good idea! |
You are totally right. Evolving requirements: Requirements:
|
Done on v0.22. Closing |
@mtxr which version of v0.22 has this? Could not find it in the changelog. I'm currently on v0.22.9 and wondering what the syntax is for enabling this feature. Thanks! |
Hi @johndevedu , it's the first version, it's enabled by default also so you should be seeing this on any queries resulting in rows number bigger than the limit |
@mtxr I am not getting the alert when doing a select query on 0.22.9. I have the limit set to:
|
Hi! I'm also not getting the alert, is it fixed yet? |
Is this working? I dont see any alerts. @mtxr @gjsjohnmurray how to auto set limits while running query? can the extension auto set limit to queries? |
My searches of the codebase didn't find this implemented anywhere. @mtxr did I miss something? |
Is your feature request related to a problem? Please describe.
Add option to return first 50 rows only, and add button in query result "return next 50 records" and "return all results"
The text was updated successfully, but these errors were encountered: