Thank you so much.. that was it!!

I cleared the datastore for this app and tried again. Out came a
random number!
It was my mistake must have read the docs wrong because I thought I
had read that .get() returns the most recent record, not the first
that it finds (key order).
Thank you again! I learned a few things that I can utilize in the
future.
Matt

On Aug 18, 11:30 pm, Tim Hoffman <zutes...@gmail.com> wrote:
> Hi
>
> WHen you retrieve the record are you sure your getting the one you think you
> are ?
> Each time you put you create a new record.
>
> You get is returning the first record it finds (key order)
> If you wrote some Answer entities early on with no value, then you wont get
> a value in the Answer object.
>
> Probably should include your current code state, so we can see where you are
> up to.
>
> T

-- 
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 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to