On 11/03/2008, Eduardo Willians <[EMAIL PROTECTED]> wrote:
> How do I find data using a datetime.date object on a datetime.datetime
>  column type?
>
>  E.g.:
>  <code>
>
>  date = datetime.date.today( )
>
>  result = store.find(Op, Op.date_time == date)
>  # raises an excetion because (of course) Op.date_time is datetime.datetime 
> type
>  # "like" method doens't work either
>
>  </code>
>
>  Sorry if it is a obvious question.

See the following message:

https://lists.ubuntu.com/archives/storm/2008-March/000519.html

James.

-- 
storm mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/storm

Reply via email to