Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: service/datastore/errors.go

Issue 1286943002: impl/memory: Make queries self-validate (Closed) Base URL: https://github.com/luci/gae.git@add_datastore_testable
Patch Set: rebase Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « impl/memory/datastore_test.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/datastore/errors.go
diff --git a/service/datastore/errors.go b/service/datastore/errors.go
index b71415652bc1c80c061310ad550552feee1f5096..76a577be3626319fd3e0b4de1dc3850513bc6248 100644
--- a/service/datastore/errors.go
+++ b/service/datastore/errors.go
@@ -17,7 +17,6 @@ var (
ErrInvalidKey = datastore.ErrInvalidKey
ErrNoSuchEntity = datastore.ErrNoSuchEntity
ErrConcurrentTransaction = datastore.ErrConcurrentTransaction
- ErrQueryDone = datastore.Done
// ErrMetaFieldUnset is returned from PropertyLoadSaver.{Get,Set}Meta
// implementations when the specified meta key isn't set on the struct at
« no previous file with comments | « impl/memory/datastore_test.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698