]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- column labels in the form "tablename.columname", i.e. with a dot, are now
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 27 Nov 2007 16:57:56 +0000 (16:57 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 27 Nov 2007 16:57:56 +0000 (16:57 +0000)
commit3f6e94e8185591bd5a32f3558bb5419e0df01763
tree68d88e8fdab2c497d293d5df616c82ca56c4c939
parent6ed4645f02f6cff6bfb46c2eb93004d378a9f423
- column labels in the form "tablename.columname", i.e. with a dot, are now
supported.
CHANGES
lib/sqlalchemy/engine/base.py
test/sql/query.py