]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
strings and unicodes are compared via == rather than 'is'.
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Oct 2006 17:20:15 +0000 (17:20 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Oct 2006 17:20:15 +0000 (17:20 +0000)
commit3bb71bdd2d36afcb024ef413f197887a8a3883a5
tree0f1c0a8fdf85ef7dfca7370e7157972874ae03bc
parent433ed0fbdb4c3c6cc32b62d164ea20e949ac726c
strings and unicodes are compared via == rather than 'is'.
TypeDecorator uses underlying impl for mutator/comparison functions by default
lib/sqlalchemy/types.py
test/orm/unitofwork.py