]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix to typing in clause construction which specifically helps
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 19 Jul 2006 16:10:15 +0000 (16:10 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 19 Jul 2006 16:10:15 +0000 (16:10 +0000)
commitd2513a54eb62f5e217eb738ecacb3b2058472228
tree7dac5a38dda6144d072a54adfb3c4ddaf7f26908
parentbb188d2cce7ff380f8e5bfdf934bba694c6dcf20
fix to typing in clause construction which specifically helps
type issues with polymorphic_union (CAST/ColumnClause propigates
its type to proxy columns)
CHANGES
lib/sqlalchemy/sql.py