calgo-lab / green-db

The monorepo that powers the GreenDB.
https://calgo-lab.github.io/green-db/
22 stars 2 forks source link

`_batching_query` of `Connection` has weird behavior #18

Closed se-jaeger closed 1 year ago

se-jaeger commented 2 years ago

When calling _batching_query multiple times, it returns every time fewer results.

Give the Query.yield_per(..) method another try.