]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- unicode literals need to just be handled differently if they have utf-8
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 4 May 2013 18:59:26 +0000 (14:59 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 4 May 2013 18:59:26 +0000 (14:59 -0400)
commit2a99b770ddf144c279ad8b42ad8593b3439cd2de
tree669f31c9921dc568fe94d73f31cdc5574062fcb6
parent6f82c320b8834761fa9606119a4c2cbc6c3312f1
- unicode literals need to just be handled differently if they have utf-8
encoded in them vs. unicode escaping.  not worth figuring out how to combine
these right now
lib/sqlalchemy/dialects/sqlite/base.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/util/__init__.py
lib/sqlalchemy/util/compat.py
test/sql/test_compiler.py
test/sql/test_unicode.py