Entity Key uniqueness

0 views
Skip to first unread message

Ivans

unread,
Aug 3, 2008, 3:18:47 PM8/3/08
to Google App Engine
Hi guys,

is the entity Key value unique to model or whole project database (all
entities in all your models)?

Thanks, I.

Calvin Spealman

unread,
Aug 3, 2008, 3:52:18 PM8/3/08
to google-a...@googlegroups.com
it should be across the whole db
possibly across all db's, but dont quote me on that.
dont mistake "kinds" for "tables"

--
Read my blog! I depend on your acceptance of my opinion! I am interesting!
http://ironfroggy-code.blogspot.com/

Jorge Vargas

unread,
Aug 3, 2008, 5:51:47 PM8/3/08
to google-a...@googlegroups.com
I believe it's application wide, if you take a look at the GAE code
you will see, some traces of app name on it.

Ivans

unread,
Aug 3, 2008, 5:59:59 PM8/3/08
to Google App Engine
I'm asking just because in some documentation samples I can see calls
like this:
db.GqlQuery(....
and not Kind.GqlQuery
Reply all
Reply to author
Forward
0 new messages