On May 17, 2008, at 11:17 PM, [EMAIL PROTECTED] wrote:
> it's SQL that is not working with python objects, and the column
> pubdate (associated with type DateTime on python side) has no
> attr .year or .month.
>
> lookup the messages in the group, there were some sugestions long time
> ago, but AFAIremember one was something with strings, another with
> separate columns.

Thanks svil, this is good to know. I suppose there's no reason why I  
can't pull a simpler query into Python and then filter it by date  
there. It seems like doing this in the SQL query is going to be  
hackish no matter what, particularly when it's so simple to do in  
Python...

Thanks again,
Eric

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to