]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
opened up the test for "reflection with convert_unicode=True". this is since convert...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 27 Nov 2007 16:23:02 +0000 (16:23 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 27 Nov 2007 16:23:02 +0000 (16:23 +0000)
commit6ed4645f02f6cff6bfb46c2eb93004d378a9f423
treea037082ac0821ab99125cb9d4615bd571b19e341
parentccdb7257668583d59cc95aa829780c6a4ff38b57
opened up the test for "reflection with convert_unicode=True".  this is since convert_unicode by default has assert_unicode, want to ensure that other dialects (at least oracle) support this (i.e. not unicode schema names themselves, just that they dont sent thru bytestrings to a String).

if maxdb or sybase *should* be able to handle this too though I can't test on this end.
test/engine/reflection.py