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). |