should be x.in_([bindparam('somename')])

On Oct 7, 2008, at 6:21 PM, [EMAIL PROTECTED] wrote:

>
> q.filter( x.in_( somelistorset )) works
> q.filter( x.in_( bindparam('somename') )) fails
> ...
> File "sqlalchemy/sql/expression.py", line 1368, in _in_impl
>    for o in seq_or_selectable:
> TypeError: '_BindParamClause' object is not iterable
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
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