]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- we shouldn't be raising warnings on non-unicode for String type,
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Dec 2010 17:21:55 +0000 (12:21 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 15 Dec 2010 17:21:55 +0000 (12:21 -0500)
commit77649e67480884a2ed9107a45b344d9b8a52303d
tree3e27d581e1081ed1bab31cb5dd5f9252515a5f6e
parent1d09f5e837f2feb6e4101544ad7c6f15c0d0508a
- we shouldn't be raising warnings on non-unicode for String type,
even if convert_unicode=True
test/sql/test_types.py