]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- composite primary key is represented as a non-keyed set to allow for
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Jul 2007 07:36:39 +0000 (07:36 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Jul 2007 07:36:39 +0000 (07:36 +0000)
commitde220677418653257b0068c71e87698e8978796b
tree3c5d19de610252e59e9c5734395d4e6cb789f568
parent94d81c84cefee51485c26d79b028aa85e61b147c
- composite primary key is represented as a non-keyed set to allow for
composite keys consisting of cols with the same name; occurs within a
Join.  helps inheritance scenarios formulate correct PK.
- ticket #185 reopened.  still need to get Join to produce a minmal PK for fk'ed columns
CHANGES
lib/sqlalchemy/sql.py
test/orm/abc_inheritance.py