Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.59
-
Fix Version/s: 1.0.0
-
Component/s: DBAPI 2.0
-
Labels: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,)) |