Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2.6
-
None
Description
SELECT JSON_MERGE('[{"a":"b"}]', '{"c":"d"}'); |
-- [{"a": "b"}, {"c": "d"}]
|
|
SELECT JSON_MERGE('[]', '{"c":"d"}'); |
-- MariaDb 10.2: NULL <-- bug
|
-- MySql 5.7: [{"c": "d"}] |
Attachments
Activity
Transition | Time In Source Status | Execution Times |
---|
|
26m 37s | 1 |
|
88d 13h 14m | 1 |
|
26m 56s | 1 |