thats very interesting.  Would you care to share with us the error ?

On Jun 10, 2010, at 1:08 PM, Alexander Zhabotinskiy wrote:

> I'v get an error with this construction with migrating to 0.6.1
> 
> 
>            sList = []
>            if len(curDeps) > 0:
>                for item in curDeps:
>                    sList.append(Orderitem.serivcecomments.like('%:' +
> str(item) + '%'))
> 
>      .............
>                .filter(or_( Orderitem.department_id.in_(curDeps),
> (and_((or_(*sList)), Orderitem.isbtype==True)) )) \
>      ............
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sqlalchemy" group.
> To post to this group, send email to sqlalch...@googlegroups.com.
> To unsubscribe from this group, send email to 
> sqlalchemy+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/sqlalchemy?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to