]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug in declarative
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 26 May 2012 17:13:04 +0000 (13:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 26 May 2012 17:13:04 +0000 (13:13 -0400)
commit01b37f1561c3a58568329cc9b11920a07f7b8464
tree0a68f42f03d2a79a06fb962dee960b161eacbfc9
parenta180089715138c9d38c32d7cb24b7a91294e61b5
  - [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].
CHANGES
lib/sqlalchemy/ext/declarative.py
test/ext/test_declarative.py