]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixes [ticket:185], join object determines primary key and removes
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 27 Mar 2007 22:06:36 +0000 (22:06 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 27 Mar 2007 22:06:36 +0000 (22:06 +0000)
commitde4c25cd028d242eaf0adbba89731f1e791e1dfe
treecf9ac6df36dedf04c380bcd36a5afd8162f6001e
parent2fed265b95ab5f932e801824dc0089c7fcd0f916
- fixes [ticket:185], join object determines primary key and removes
columns that are FK's to other columns in the primary key collection.
- removed workaround code from query.py get()
- removed obsolete inheritance test from mapper
- added new get() test to inheritance.py for this particular issue
- ColumnCollection has nicer string method
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql.py
test/orm/inheritance.py
test/orm/mapper.py