Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Permit using the array parameter :
example
connection.query('SELECT * FROM arrayParam WHERE val IN ?', [['b', 'c', 1]]) |
resulting query send to server is then
SELECT * FROM arrayParam WHERE val IN ('b','c', 1) |
(Array value are escaped according to type)
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
issue.field.resolutiondate | 2019-07-05 12:49:20.0 | 2019-07-05 12:49:20.337 |
Component/s | compatibility [ 14522 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 98044 ] | MariaDB v4 [ 128509 ] |