diff options
author | Jason Kirtland <jek@discorporate.us> | 2007-08-03 14:43:28 +0000 |
---|---|---|
committer | Jason Kirtland <jek@discorporate.us> | 2007-08-03 14:43:28 +0000 |
commit | c2a1e9065c339b20421b76700924a055404d1fec (patch) | |
tree | 94d0b703eb4ee5cb18f20b6d899acfce43bc5fb9 /test/sql/unicode.py | |
parent | e4d849748c6cd6884da33cf0cf0cdaf8e319cf19 (diff) | |
download | sqlalchemy-c2a1e9065c339b20421b76700924a055404d1fec.tar.gz |
Oops.
Diffstat (limited to 'test/sql/unicode.py')
-rw-r--r-- | test/sql/unicode.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sql/unicode.py b/test/sql/unicode.py index 7edb23a61..87b6274a0 100644 --- a/test/sql/unicode.py +++ b/test/sql/unicode.py @@ -43,6 +43,7 @@ class UnicodeSchemaTest(PersistTest): engine = create_engine(testbase.db.url, connect_args={'charset': 'utf8', 'use_unicode': False}) + return engine def test_insert(self): t1.insert().execute({u'méil':1, u'\u6e2c\u8a66':5}) |