]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug in declarative
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 24 May 2012 14:17:54 +0000 (10:17 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 24 May 2012 14:17:54 +0000 (10:17 -0400)
commit227f7facd93a1e105bbe1822afd2f9606ad9b42d
tree964c94c3ab0cfc0d11273ae0e890e834763ccdfb
parentb39db078374e0accd838e9d25e01dd7138726ad8
- [bug] Fixed bug in declarative
whereby the precedence of columns
in a joined-table, composite
column (typically for id) would fail to
be correct if the columns contained
names distinct from their attribute
names.  This would cause things like
primaryjoin conditions made against the
entity attributes to be incorrect.  Related
to [ticket:1892] as this was supposed
to be part of that, this is [ticket:2491].
Also in 0.7.8.
CHANGES
lib/sqlalchemy/ext/declarative.py
test/ext/test_declarative_inheritance.py
test/ext/test_declarative_mixin.py