]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- repair type expressions for columns when we aren't using select.apply_labels(),
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Sep 2012 00:15:33 +0000 (20:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Sep 2012 00:15:33 +0000 (20:15 -0400)
commit9070e5c2a5e43c32788be316182cd2017d830012
treea1ce115c1943de90c6fde2507e74c1aa80deb3a3
parent51f1fdf3e40065e349310a6ba9a49306b9648160
- repair type expressions for columns when we aren't using select.apply_labels(),
label should be the column name.
lib/sqlalchemy/sql/compiler.py
test/sql/test_type_expressions.py