File "sqlservertests.py", line 195, in _test_strtype
self.cursor.execute("insert into t1 values(?)", value)
DataError: ('22018', '[22018] [FreeTDS][SQL Server]Implicit conversion from data type varchar to varbinary is not allowed. Use the CONVERT function to run this query. (257) (SQLPrepare)')
File "sqlservertests.py", line 195, in _test_strtype
self.cursor.execute("insert into t1 values(?)", value)
DataError: ('22018', '[22018] [FreeTDS][SQL Server]Implicit conversion from data type varchar to varbinary is not allowed. Use the CONVERT function to run this query. (257) (SQLPrepare)')
File "sqlservertests.py", line 195, in _test_strtype
self.cursor.execute("insert into t1 values(?)", value)
DataError: ('22018', '[22018] [FreeTDS][SQL Server]Implicit conversion from data type varchar to varbinary is not allowed. Use the CONVERT function to run this query. (257) (SQLPrepare)')
File "sqlservertests.py", line 195, in _test_strtype
self.cursor.execute("insert into t1 values(?)", value)
DataError: ('22018', '[22018] [FreeTDS][SQL Server]Implicit conversion from data type varchar to varbinary is not allowed. Use the CONVERT function to run this query. (257) (SQLPrepare)')
File "sqlservertests.py", line 195, in _test_strtype
self.cursor.execute("insert into t1 values(?)", value)
DataError: ('22018', '[22018] [FreeTDS][SQL Server]Implicit conversion from data type varchar to varbinary is not allowed. Use the CONVERT function to run this query. (257) (SQLPrepare)')
File "sqlservertests.py", line 195, in _test_strtype
self.cursor.execute("insert into t1 values(?)", value)
DataError: ('22018', '[22018] [FreeTDS][SQL Server]Implicit conversion from data type varchar to varbinary is not allowed. Use the CONVERT function to run this query. (257) (SQLPrepare)')
File "sqlservertests.py", line 195, in _test_strtype
self.cursor.execute("insert into t1 values(?)", value)
DataError: ('22018', '[22018] [FreeTDS][SQL Server]Implicit conversion from data type varchar to varbinary is not allowed. Use the CONVERT function to run this query. (257) (SQLPrepare)')
File "sqlservertests.py", line 195, in _test_strtype
self.cursor.execute("insert into t1 values(?)", value)
DataError: ('22018', '[22018] [FreeTDS][SQL Server]Implicit conversion from data type varchar to varbinary is not allowed. Use the CONVERT function to run this query. (257) (SQLPrepare)')
File "sqlservertests.py", line 195, in _test_strtype
self.cursor.execute("insert into t1 values(?)", value)
DataError: ('22018', '[22018] [FreeTDS][SQL Server]Implicit conversion from data type varchar to varbinary is not allowed. Use the CONVERT function to run this query. (257) (SQLPrepare)')
File "sqlservertests.py", line 195, in _test_strtype
self.cursor.execute("insert into t1 values(?)", value)
DataError: ('22018', '[22018] [FreeTDS][SQL Server]Implicit conversion from data type varchar to varbinary is not allowed. Use the CONVERT function to run this query. (257) (SQLPrepare)')
File "sqlservertests.py", line 195, in _test_strtype
self.cursor.execute("insert into t1 values(?)", value)
DataError: ('22018', '[22018] [FreeTDS][SQL Server]Implicit conversion from data type varchar to varbinary is not allowed. Use the CONVERT function to run this query. (257) (SQLPrepare)')
File "sqlservertests.py", line 195, in _test_strtype
self.cursor.execute("insert into t1 values(?)", value)
DataError: ('22018', '[22018] [FreeTDS][SQL Server]Implicit conversion from data type varchar to varbinary is not allowed. Use the CONVERT function to run this query. (257) (SQLPrepare)')
File "sqlservertests.py", line 298, in test_large_null_binary
self._test_strtype('varbinary', None, 4000)
File "sqlservertests.py", line 195, in _test_strtype
self.cursor.execute("insert into t1 values(?)", value)
DataError: ('22018', '[22018] [FreeTDS][SQL Server]Implicit conversion from data type varchar to varbinary is not allowed. Use the CONVERT function to run this query. (257) (SQLExecDirectW)')
File "sqlservertests.py", line 1208, in test_large_update_nodata
self.cursor.execute('update t1 set a=? where 1=0', (hundredkb,))
DataError: ('22018', '[22018] [FreeTDS][SQL Server]Implicit conversion from data type varchar to varbinary(max) is not allowed. Use the CONVERT function to run this query. (257) (SQLPrepare)')
File "sqlservertests.py", line 1124, in test_none_param
self.cursor.execute("update t1 set n=?, blob=?", 2, None)
DataError: ('22018', '[22018] [FreeTDS][SQL Server]Implicit conversion from data type varchar to varbinary(max) is not allowed. Use the CONVERT function to run this query. (257) (SQLPrepare)')
File "sqlservertests.py", line 294, in test_null_binary
self._test_strtype('varbinary', None, 100)
File "sqlservertests.py", line 195, in _test_strtype
self.cursor.execute("insert into t1 values(?)", value)
DataError: ('22018', '[22018] [FreeTDS][SQL Server]Implicit conversion from data type varchar to varbinary is not allowed. Use the CONVERT function to run this query. (257) (SQLExecDirectW)')