forked from googleapis/google-cloud-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
datastore: completely overhaul query execution
This change unifies and simplifies the logic for GetAll, Count and Run/Next. Added integration tests to check the correctness of queries across large datasets, including those with Limit and/or Offset specified, as well as cursors. Deletes the ugly callNext func. Phew. Fixes googleapis#268. Change-Id: I39cb89ef198f676a6f4987afa72442c6760257a9 Reviewed-on: https://code-review.googlesource.com/4911 Reviewed-by: Michael McGreevy <[email protected]>
- Loading branch information
Showing
2 changed files
with
226 additions
and
124 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
Oops, something went wrong.