diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-07-27 21:10:12 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-07-27 21:10:12 +0000 |
| commit | 34360bff781e92e326d928ce3499652b6741e263 (patch) | |
| tree | 1e1250b127993912fcbca186ebf2ce215f77f2ac /test/sql/unicode.py | |
| parent | a4169b03b36da9a42e8b554fb9f6fa2e0f049560 (diff) | |
| download | sqlalchemy-34360bff781e92e326d928ce3499652b6741e263.tar.gz | |
added distinct positional dictionary arg to query.params(), fixes [ticket:690]
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 f882c2a5f..34e3c19f8 100644 --- a/test/sql/unicode.py +++ b/test/sql/unicode.py @@ -101,5 +101,6 @@ class UnicodeSchemaTest(PersistTest): assert new_a1.a == a1.a assert new_a1.t2s[0].a == b1.a + if __name__ == '__main__': testbase.main() |
