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. Eduardo Willians -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
