[sqlalchemy] Re: Implementing saved searches

2008-07-22 Thread Michael Bayer
On Jul 22, 2:23 pm, Philip Semanchuk [EMAIL PROTECTED] wrote: I'm new to SqlAlchemy. I'm trying to implement saved searches, like a mail program folder   that says, Show me all emails received yesterday, or All emails   with 'grail' in the subject. One wrinkle is that my application  

[sqlalchemy] Re: Implementing saved searches

2008-07-22 Thread Philip Semanchuk
On Jul 22, 2008, at 2:42 PM, Michael Bayer wrote: On Jul 22, 2:23 pm, Philip Semanchuk [EMAIL PROTECTED] wrote: I'm new to SqlAlchemy. I'm trying to implement saved searches, like a mail program folder that says, Show me all emails received yesterday, or All emails with 'grail' in the

[sqlalchemy] Re: Implementing saved searches

2008-07-22 Thread Michael Bayer
On Jul 22, 2008, at 3:55 PM, Philip Semanchuk wrote: In our app, SQLite has big advantages over other databases so I don't mind deepening our ties to it. It won't be going away anytime soon. Being bound to a specific table structure is indeed less appealing and that's my main objection to