Hi,
I have a strange new error (I believe resulting in the new iterator underlying mechanism in 1.0)
This is what happens: -------------------------- I query my SQL database w/a stored procedure.
It wants to return thousands of rows.
So while iterating over them, pymssql halts, with this error:
'utf8' codec can't decode bytes in position 7-9: invalid data
This error originates at line 14645, which I don't know is useful or not, (ie: the 14645th iteration over the return result set)
it continues until the end of the result set.
It may be a bad character in my result set, I'm investigating, but I thought I should post here and see what people think
...upon further investigation I can't find any characters in line 14656 that's different than in line 10000... very odd.
Log in to post a comment.
Hi,
I have a strange new error (I believe resulting in the new iterator underlying mechanism in 1.0)
This is what happens:
--------------------------
I query my SQL database w/a stored procedure.
It wants to return thousands of rows.
So while iterating over them, pymssql halts, with this error:
'utf8' codec can't decode bytes in position 7-9: invalid data
This error originates at line 14645, which I don't know is useful or not, (ie: the 14645th iteration over the return result set)
it continues until the end of the result set.
It may be a bad character in my result set, I'm investigating, but I thought I should post here and see what people think
...upon further investigation I can't find any characters in line 14656 that's different than in line 10000... very odd.