-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not query again if result is less than limit
If a query returned less rows than the limit, it would make an additional query and then it would mark the batcher as EOF. This change takes care of that case and makes sure no additional query is made. Signed-off-by: Miguel Molina <[email protected]>
- Loading branch information
1 parent
6fce6fe
commit 1ea3474
Showing
2 changed files
with
53 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters