]> 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:43:06 +0000 (14:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 May 2011 18:43:06 +0000 (14:43 -0400)
commita1a588fabdf76dede32af5292535bf7dbabcc0bf
treee3d9a815123053e14172fde6ae8536dd2663cd05
parentc7713a6f0af7c76321fd5a72fbae0e8c4a52179c
- 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]
Also in 0.6.8.
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/test_mapper.py