]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- walk back r6851 slightly. Still emit a warning when the Unicode or UnicodeText...
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 25 Feb 2010 22:16:34 +0000 (22:16 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 25 Feb 2010 22:16:34 +0000 (22:16 +0000)
commit060e30118373c909d4f96f7c3cad2b723fce95ab
tree81d7e4aa6b793e476eed67449b064bbbf049254e
parent756370e0b43a20ae30ed03cb30762756c97fb258
- walk back r6851 slightly.  Still emit a warning when the Unicode or UnicodeText type
is passed a bytestring even if the backend accepts unicodes directly.
CHANGES
lib/sqlalchemy/types.py
test/sql/test_types.py