]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
improvements to relational algrebra of Alias, Select, Join objects, so that they
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Jan 2006 01:26:47 +0000 (01:26 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Jan 2006 01:26:47 +0000 (01:26 +0000)
commit113398519a74e58c09cda2c130a34f7ae4b0c417
tree73d0075f25c966c5f6ed4ecd57ad9c266ca6dfd0
parent8efb6a418b2ebb5500e87ac22c1b9d670d545c9b
improvements to relational algrebra of Alias, Select, Join objects, so that they
all report their column lists, primary key, foreign key lists consistently
and so that ForeignKey objects can line up tables against relational objects
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql.py