Skip to content

Possible Python bug workaround

Compare
Choose a tag to compare
@mkleehammer mkleehammer released this 04 Mar 20:27
· 325 commits to master since this release

Fix for #206 where Cursor.fetchall() fails due to a possible bug in PyCodec_Encode. Encoding works correctly but it sets an invalid exception which fetchall() detects.