On Friday, April 26, 2013 8:02:51 AM UTC-4, Massimo Di Pierro wrote:

> q &= db.auth_event.time_stamp >= '4/1/13'
>
> should be
>
> q &= db.auth_event.time_stamp >= '2013-01-04 00:00:00'
>

Yes, my only point was that comparing a datetime field to a string (though 
invalid in this case) doesn't produce the erroneous output Cliff was 
observing.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to