]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the _make_proxy() method of ColumnClause and Column now use
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 May 2010 15:37:48 +0000 (11:37 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 May 2010 15:37:48 +0000 (11:37 -0400)
commit25e7dc60dfa739692421a9576c83f2db29f73cb2
tree3c2b88363b8e129c901514f1c7ce7f4f2dd840f0
parent074ecc43761f1af1de0d29f077e93f641c73c61e
- the _make_proxy() method of ColumnClause and Column now use
self.__class__ to determine the class of object to be returned
instead of hardcoding to ColumnClause/Column, making it slightly
easier to produce specific subclasses of these which work in
alias/subquery situations.
CHANGES
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/sql/util.py