diff options
Diffstat (limited to 'test/sql/unicode.py')
-rw-r--r-- | test/sql/unicode.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/sql/unicode.py b/test/sql/unicode.py index b66d001be..19e78ed59 100644 --- a/test/sql/unicode.py +++ b/test/sql/unicode.py @@ -32,6 +32,8 @@ class UnicodeSchemaTest(PersistTest): Column(u'\u6e2c\u8a66_id', Integer, primary_key=True, autoincrement=False), Column(u'unitable1_\u6e2c\u8a66', Integer, + # lets leave these out for now so that PG tests pass, until + # the test can be broken out into a pg-passing version (or we figure it out) #ForeignKey(u'unitable1.\u6e2c\u8a66') ), Column(u'Unitéble2_b', Integer, |