chtd / psycopg2cffi

Port to cffi with some speed improvements
Other
177 stars 43 forks source link

Cursor.nextset() raises NotImplementedError instead of NotSupportedError #85

Open avanov opened 7 years ago

avanov commented 7 years ago

Following up #84, another difference that I've found has to do with cursor.nextset. psycopg2 raises psycopg2.NotSupportedError, whereas psycopg2cffi raises NotImplementedError