[sqlalchemy] Re: Building queries programmatically

2010-10-03 Thread Edward Williams
On Oct 3, 5:40 pm, Conor conor.edward.da...@gmail.com wrote: On 10/01/2010 10:00 PM, Edward Williams wrote: I'm trying to wrap my head around building the WHERE clause. I find that when a function returns a condition (age 18 for example) it comes with brackets around it. However, when I

[sqlalchemy] Building queries programmatically

2010-10-01 Thread Edward Williams
Hi, I'm working on an application where queries are created completely by the user. (The goal is to make it easy for the user). Because of this I have to support dynamic query creation and manipulation. My current model has a query class with my own created specification for queries which is