]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug whereby mapper mapped to an anonymous
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 May 2011 18:45:20 +0000 (14:45 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 May 2011 18:45:20 +0000 (14:45 -0400)
commitaa5ca4af5b48dbf0080998f3e5aa837ff31b5ef9
tree3cb75cb95558304c5c3df4b02aa835ebc73a929f
parentdafbea8d9e9ce9b4de5c746af3c70aa3b13dc7ca
- Fixed bug whereby mapper mapped to an anonymous
alias would fail if logging were used, due to
unescaped % sign in the alias name.  [ticket:2171]
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/test_mapper.py