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