Re: [SQLObject] SQLBuilder and the 'in' statement

2006-07-24 Thread Luke Opperman
No, but there is the IN operator: Table.select(IN(Table.q.value, possibleValues)) - Luke Quoting Jonathon Anderson <[EMAIL PROTECTED]>: > > Is is possible to use the 'in' keyword with SQLBuilder/SQLObject? For > example: > > possibleValues = [1, 2, 3] > Table.select(Table.q.value in possibleVal

[SQLObject] SQLBuilder and the 'in' statement

2006-07-24 Thread Jonathon Anderson
Is is possible to use the 'in' keyword with SQLBuilder/SQLObject? For example:possibleValues = [1, 2, 3]Table.select(Table.q.value in possibleValues)Is the behavior of such a statement defined? -- ~jonathon anderson - Take Surv