Hi everyone,

I'm running into a bit of a snag, and I'm hoping that someone might be
able to offer some suggestions.

I've got a Kind that is keeping track of information about URLs
(ratings, summary, etc).  At first glance, it seems natural to key
Entities based on the full URL -- this will ensure that there is only
ever one entry for each URL.  get_or_insert() works awesome for this.

This design was working great until yesterday, when I hit a URL that
was longer than 500 characters (egads!).

Now I don't know what to do!  I want to ensure uniqueness on a per-URL
basis, but it doesn't look like I can use it as a key anymore.  Since
you can't do queries within transactions, I'm at a loss for how to do
this...

Any thoughts?

Cheers
Tony

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to