Re: [google-appengine] Re: Creating Unique Entities

2015-05-28 Thread Francis Stephens
A quick update. This question has been answered on Stackoverflow here http://stackoverflow.com/questions/30233093/app-engine-mechanics-of-creating-a-unique-entity-if-it-doesnt-exist I will summarise the answer here, if some curious soul is browsing google-groups. The explanation was provided by

Re: [google-appengine] Re: Creating Unique Entities

2015-05-17 Thread Francis Stephens
this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/3a95db7e-e123-4625-a7f2-916d9f627f23%40googlegroups.com . For more options, visit https://groups.google.com/d/optout. -- Francis Stephens Software Developer @ Belua -- You received this message because you

Re: [google-appengine] Re: Creating Unique Entities

2015-05-17 Thread Francis Stephens
/optout. -- Francis Stephens Software Developer @ Belua -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com

Re: [google-appengine] Re: Creating Unique Entities

2015-05-15 Thread Francis Stephens
to the behavior. Jeff On Thu, May 14, 2015 at 5:49 AM, Francis Stephens f...@belua.com wrote: It's unclear to me where I should be posting this question. I've posted it to stack overflow in case that is more appropriate, however the nature of the question goes against the SO guidelines. http

Re: [google-appengine] Re: Creating Unique Entities

2015-05-15 Thread Francis Stephens
Francis On 15 May 2015 at 22:45, Francis Stephens f...@belua.com wrote: I appreciate that the question is difficult, and I'm sure it could be worded differently. However, the reason I have phrased it as I did was because I really need to clarify this one case. It's very important to me

[google-appengine] Re: Creating Unique Entities

2015-05-14 Thread Francis Stephens
-if-it-doesnt-exist On Wednesday, 13 May 2015 13:59:57 UTC+1, Francis Stephens wrote: We have an issue where we want to lazily create an entity if it does not exist. There is some discussion going on about how to do this and I would like to clarify some things around app engine transactions. I

[google-appengine] Creating Unique Entities

2015-05-13 Thread Francis Stephens
We have an issue where we want to lazily create an entity if it does not exist. There is some discussion going on about how to do this and I would like to clarify some things around app engine transactions. I will limit my query to single entity group transactions. I am using Go in my