hello,everyone!
the data i put in datastore follows:

User:
ID/Name Date user
4029 2009-09-09 00:57:40.532377 cody

and i would like to do the following:

q = db.GqlQuery("SELECT * FROM User WHERE Date < date(2009,09,10)")
result = q.fetch(5)

or:

q = db.GqlQuery("SELECT * FROM User WHERE Date <:1",date(2009,09,10))
result = q.fetch(5)

The idea is to find a row that has been stored earlier...

but every time i  get a  500 severe error...

<type 'exceptions.TypeError'>: 'module' object is not callable
Traceback (most recent call last):

How can I solve this??

Thanks in advance,CODY....




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
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