Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.3(EOL), 10.4(EOL)
-
None
Description
SELECT
|
JSON_OBJECT("cond", true) AS j1, |
JSON_OBJECT("cond", COALESCE(true, false)) j2; |
+----------------+-------------+
|
| j1 | j2 |
|
+----------------+-------------+
|
| {"cond": true} | {"cond": 1} |
|
+----------------+-------------+
|
j2 looks wrong. It should print the value as true, similar to how j1 does.
Attachments
Issue Links
- blocks
-
MDEV-4912 Data type plugin API version 1
-
- Closed
-
Activity
issue.field.resolutiondate | 2018-05-31 14:55:14.0 | 2018-05-31 14:55:14.123 |
Fix Version/s | 10.4.0 [ 23115 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 87591 ] | MariaDB v4 [ 154452 ] |