]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- we probably need to keep the __clause_element__() logic in, else we have
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Jul 2012 16:43:43 +0000 (12:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Jul 2012 16:43:43 +0000 (12:43 -0400)
commit7b3f86d3078b72acd08074b2da4f4be38e9d9b02
tree48aca62a67daccfbebb02978f6abc85903b12ed2
parent03d76a76eee5c197e5c67a1a34067799c3543d00
- we probably need to keep the __clause_element__() logic in, else we have
a serious callcount problem.   keeping the inspect() usage for those
cases where we want to interpret ORM-level FROM objects only.
lib/sqlalchemy/sql/expression.py