]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed exception throw which would occur when string-based
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 4 Sep 2008 21:26:49 +0000 (21:26 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 4 Sep 2008 21:26:49 +0000 (21:26 +0000)
commitf432bd3550443fb27711e463b086deae7c3096df
treefe344c23a69385a347b256f3a6356e388b0e865a
parentc586c0fe892510a853168391ccb5528516dc56da
- Fixed exception throw which would occur when string-based
primaryjoin condition was used in conjunction with backref.
CHANGES
lib/sqlalchemy/ext/declarative.py
test/ext/declarative.py