You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following up #84, another difference that I've found has to do with cursor.nextset. psycopg2 raises psycopg2.NotSupportedError, whereas psycopg2cffi raises NotImplementedError
The text was updated successfully, but these errors were encountered:
avanov
changed the title
Cursor.nextset raises NotImplementedError instead of NotSupportedError
Cursor.nextset() raises NotImplementedError instead of NotSupportedError
Aug 19, 2017
Following up #84, another difference that I've found has to do with cursor.nextset.
psycopg2
raisespsycopg2.NotSupportedError
, whereaspsycopg2cffi
raisesNotImplementedError
The text was updated successfully, but these errors were encountered: