From 8669eda82dcc84b726ab420106dfea86fc8a066f Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Sun, 28 Dec 2008 21:07:57 +0000 Subject: Added in a new MSGenericBinary type. This maps to the Binary type so it can implement the specialized behavior of treating length specified types as fixed-width Binary types and non-length types as an unbound variable length Binary type. --- test/sql/testtypes.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/sql') diff --git a/test/sql/testtypes.py b/test/sql/testtypes.py index d7fa5987c..ef4a355d3 100644 --- a/test/sql/testtypes.py +++ b/test/sql/testtypes.py @@ -433,6 +433,7 @@ class BinaryTest(TestBase, AssertsExecutionResults): def tearDownAll(self): binary_table.drop() + @testing.fails_on('mssql', 'MSSQl BINARY type right pads the fixed length with \x00') def testbinary(self): testobj1 = pickleable.Foo('im foo 1') testobj2 = pickleable.Foo('im foo 2') -- cgit v1.2.1