Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Not a Bug
-
Affects Version/s: None
-
Fix Version/s: N/A
-
Component/s: Generic
-
Labels:None
Description
This is working:
cur.execute("insert into test (foo) values (%s)", [None])
But this not
cur.execute("select * from test where foo is %s", [None])