]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug whereby TypeDecorator would
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Nov 2011 17:44:56 +0000 (12:44 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Nov 2011 17:44:56 +0000 (12:44 -0500)
commitbeef2b5aa811efd42a111c87a4308d6584c78b97
tree05812d93880a1c7e1fca897cd6be9dfb43b854c3
parent3e98d31d99c6f6d6f7df20607e43602b356094ab
- [bug] Fixed bug whereby TypeDecorator would
return a stale value for _type_affinity, when
using a TypeDecorator that "switches" types,
like the CHAR/UUID type.
CHANGES
lib/sqlalchemy/types.py
test/sql/test_types.py