]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fixes half of [ticket:192], query.load()/get() with a unicode argument was failing...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Jun 2006 15:49:58 +0000 (15:49 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 1 Jun 2006 15:49:58 +0000 (15:49 +0000)
commitc7089aeb47196542697c82799f8c52c79ca036a1
tree49efca0c680d289b66c24ed32f605b5a652e366f
parent8f2d194b20a8efa802362ee9cc27bc44438426e8
fixes half of [ticket:192], query.load()/get() with a unicode argument was failing to apply type conversion to the bind parameter
lib/sqlalchemy/orm/query.py
test/mapper.py