]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
refactoring to allow column.label() to work in selects, etc.
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 27 Jan 2006 00:33:15 +0000 (00:33 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 27 Jan 2006 00:33:15 +0000 (00:33 +0000)
commit4f8f7ecd9ec2b5f6f57712548241acb3bf71f12c
treeb67ce6f23a19a321caefb88dd8ab73b1e9c932a8
parent01f9705a80000ceabf4d7d757072c35cbd75235b
refactoring to allow column.label() to work in selects, etc.
fixed superfluous codeline in ForeignKey
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql.py
test/selectable.py