Details
-
Bug
-
Status: Confirmed (View Workflow)
-
Blocker
-
Resolution: Unresolved
-
10.11, 11.4, 11.8, 12.2.2
-
built from source on linux.
Description
MariaDB 12.2.2-MariaDB> SELECT JSON_VALUE('{"a": 1}', '$.*');
|
+-------------------------------+
|
| JSON_VALUE('{"a": 1}', '$.*') |
|
+-------------------------------+
|
| NULL |
|
+-------------------------------+
|
1 row in set (0,01 sec)
|
Used to be fine on 12.1.2:
MariaDB 12.1.2-MariaDB> SELECT JSON_VALUE('{"a": 1}', '$.*');
|
+-------------------------------+
|
| JSON_VALUE('{"a": 1}', '$.*') |
|
+-------------------------------+
|
| 1 |
|
+-------------------------------+
|
1 row in set (0,01 sec)
|
I think there might be some more related JSON path incompatibilities.
Attachments
Issue Links
- is caused by
-
MDEV-25148 Unexpected success and result set upon erroneous JSON_VALUE call
-
- Closed
-