Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.4.1
-
Component/s: other
-
Labels:None
Description
Query issue error when having null value in array like
connection.query('insert into my_table(col1, col2) values ?', ['val1', null]) |
See PR