elasticsearch-dbapi
elasticsearch-dbapi copied to clipboard
No pagination support?
https://github.com/preset-io/elasticsearch-dbapi/blob/7e48e57367c3b745bc640fc84d4aca4833a099ed/README.md?plain=1#L110
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?