diff options
| author | Philip Jenvey <pjenvey@underboss.org> | 2010-01-26 06:17:02 +0000 |
|---|---|---|
| committer | Philip Jenvey <pjenvey@underboss.org> | 2010-01-26 06:17:02 +0000 |
| commit | 8d22a984be7b84b6afad09fb8013c08ad3aad8c8 (patch) | |
| tree | f58c12ef4a97b965cfd98d5d29d5b61005e12d7b /test/sql | |
| parent | cdfe09794a240ae071ea209e75b4a08a10683993 (diff) | |
| download | sqlalchemy-8d22a984be7b84b6afad09fb8013c08ad3aad8c8.tar.gz | |
oracle compat
Diffstat (limited to 'test/sql')
| -rw-r--r-- | test/sql/test_types.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sql/test_types.py b/test/sql/test_types.py index 4b7cba73c..0dcf4470f 100644 --- a/test/sql/test_types.py +++ b/test/sql/test_types.py @@ -279,6 +279,7 @@ class UnicodeTest(TestBase, AssertsExecutionResults): ('mysql','oursql'), ('mysql','zxjdbc'), ('sqlite','pysqlite'), + ('oracle','zxjdbc'), )), \ "name: %s driver %s returns_unicode_strings=%s" % \ (testing.db.name, |
