Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
0.9.59
-
None
Description
Python crashes when eecuting text and binary protocol with the same cursor:
cursor.execute("SELECT a FROM t1") |
cursor.fetchone()
|
cursor.execute("SELECT a FROM t1 WHERE 1=?",(1,)) |