]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
QueryableAttribute can stringify itself without triggering a mapper compile. prevent...
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 12 Jan 2011 23:53:55 +0000 (18:53 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 12 Jan 2011 23:53:55 +0000 (18:53 -0500)
commit56e59be4e7476d7d5a10760c84b8d5ee471a6d94
tree1cea863a521ce0a8ea27071508f24f3b9f8ee66a
parentaf3bfefc622031786a4f9d9befd8b1d1da8a8922
QueryableAttribute can stringify itself without triggering a mapper compile.  prevents confusion
when stringing the attr during an exception for something else like a bad event listen
lib/sqlalchemy/event.py
lib/sqlalchemy/orm/attributes.py
test/orm/test_mapper.py