]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the label() method on ColumnElement will properly propigate the
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Apr 2007 21:33:05 +0000 (21:33 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Apr 2007 21:33:05 +0000 (21:33 +0000)
commit8d5a0729abff9fe4ac86f49d810564037a68b0e3
tree5107f342b6bd5221e5e8c487fc672d009db0c998
parent05f1e509518f62d2cdf8cc697e5bf6d4108df432
- the label() method on ColumnElement will properly propigate the
TypeEngine of the base element out to the label, including a label()
created from a scalar=True select() statement.
CHANGES
lib/sqlalchemy/sql.py
test/sql/labels.py