thanks to you both!

i managed to just now figure out how to do it with sql.expression.cast
as well :

filter( 
sqlalchemy.sql.expression.cast(model.core.Posting.timestamp_created,sqlalchemy.types.Date)
==  self.request.app_meta.datetime.date() )

the docs on the .func were confusing at first.  now i understand how
it does that.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to