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

Queries results limited #111

Open
0ruben opened this issue Aug 30, 2016 · 1 comment
Open

Queries results limited #111

0ruben opened this issue Aug 30, 2016 · 1 comment

Comments

@0ruben
Copy link

0ruben commented Aug 30, 2016

Hello, I don't know why but all of my queries are limited it can get maximum 100 000 rows per query
I see that there is a parameter allow_large_results in the original API and I added it in the query method in the dict query_data but it is still limited...

I use the synchronous "query" method.

Do you know what is going on ?

Thank you very much

@0ruben 0ruben changed the title Queries result limited to 70 000 rows Queries result limited Aug 30, 2016
@0ruben 0ruben changed the title Queries result limited Queries results limited Aug 30, 2016
@hagino3000
Copy link
Contributor

Now synchronous query method cannot return over 100,000 results at once.
You can fetch remaining rows with using get_query_rows method with offset parameter.

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

No branches or pull requests

2 participants