We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
elasticsearch-dbapi/README.md
Line 110 in 7e48e57
The »Fetch size« section of the README reads like the module does not automatically / on request use https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-pagination.html to retrieve all results and neither seems to issue a warning or exception when delivering incomplete results.
I think silent data loss is not good design for a dbapi implementation. Can this be improved somehow?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
elasticsearch-dbapi/README.md
Line 110 in 7e48e57
The »Fetch size« section of the README reads like the module does not automatically / on request use https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-pagination.html to retrieve all results and neither seems to issue a warning or exception when delivering incomplete results.
I think silent data loss is not good design for a dbapi implementation. Can this be improved somehow?
The text was updated successfully, but these errors were encountered: