PauloS wrote:
> Hi all,
>
> I have a postgres table with a column named "query". This seems to
> conflict with builtin 'query' property from the SqlSoup instance.
>
>>>> print db.ahr_relat._table.c.has_key('query')
> True
>>>> print db.ahr_relat.c.has_key('query')
> False
>>>> print db.ahr_relat.query
> <sqlalchemy.orm.scoping.query object at 0x04FD7130>
>
> How can I circunvent this?

use db.ahr_relat.c.query ?


>
> Thanks in advance,
> --
> Paulo
>
> --
> 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