Menu

Unicode Error with new Iterator Format

2009-02-03
2013-04-29
  • Mike Wieher

    Mike Wieher - 2009-02-03

    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

     
    • Mike Wieher

      Mike Wieher - 2009-02-03

      ...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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.