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

Unified Diff: impl/prod/doc.go

Issue 1355783002: Refactor keys and queries in datastore service and implementation. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: appease errcheck Created 5 years, 3 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/prod/datastore_key.go ('k') | impl/prod/memcache.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/prod/doc.go
diff --git a/impl/prod/doc.go b/impl/prod/doc.go
index a913f6bf656d1f8073799a36dec2b4f2866e0532..7eaab23bfb352bd32752d6de041412fce2688fd6 100644
--- a/impl/prod/doc.go
+++ b/impl/prod/doc.go
@@ -5,3 +5,9 @@
// Package prod provides an implementation of infra/gae/libs/wrapper which
// backs to appengine.
package prod
+
+// BUG(fyi): *datastore.Key objects have their AppID dropped when this package
+// converts them internally to use with the underlying datastore. In
+// practice this shouldn't be much of an issue, since you normally
+// have no control over the AppID field of a Key anyway (aside from
+// deserializing one directly from a proto).
« no previous file with comments | « impl/prod/datastore_key.go ('k') | impl/prod/memcache.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698