On May 8, 2008, at 4:01 PM, David Gardner wrote:
> > Actually not quite. The code bellow executes, however it doesn't > produce > a where clause for the filter_by(). I don't know if this is a bug or > user error. from_statement() entirely bypasses the Query's generation of SQL. the operation you tried should have raised a warning when you called from_statement() after filter_by(). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
