SQLA 0.9.3

On Thursday, March 13, 2014 5:09:51 PM UTC-7, Marco wrote:
>
> Hi,
> this line (in red) seems mis-indented:
>
>         if not isinstance(column, expression.ColumnElement) and \
>                             hasattr(column, '_select_iterable'):
>             for c in column._select_iterable:
>                 if c is column:
>                     break
>                 _ColumnEntity(query, c, namespace=column)
>
>             if c is not column:
>                 return
>
>
> Cheers
> Marco
>

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to