diff options
| author | Michael Trier <mtrier@gmail.com> | 2010-02-25 10:07:59 +0000 |
|---|---|---|
| committer | Michael Trier <mtrier@gmail.com> | 2010-02-25 10:07:59 +0000 |
| commit | 8056006f067f98cffcbdc274a1c7921f00a67ab9 (patch) | |
| tree | 019d7d0d3152265fba5ccf5334bfe0902eaf23a0 /test/orm | |
| parent | 7a62d56877008b84af837cae41576a7ef1cd1a84 (diff) | |
| download | sqlalchemy-8056006f067f98cffcbdc274a1c7921f00a67ab9.tar.gz | |
Support for the mysql+oursql dialect. Thank you Taavi Burns.
Diffstat (limited to 'test/orm')
| -rw-r--r-- | test/orm/test_query.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/test_query.py b/test/orm/test_query.py index 51db26925..1bc24a2ee 100644 --- a/test/orm/test_query.py +++ b/test/orm/test_query.py @@ -167,7 +167,7 @@ class GetTest(QueryTest): try: metadata.create_all() # Py3K - #ustring = 'petit voix m\xe2\x80\x99a' + #ustring = b'petit voix m\xe2\x80\x99a'.decode('utf-8') # Py2K ustring = 'petit voix m\xe2\x80\x99a'.decode('utf-8') # end Py2K |
