Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2(EOL)
-
None
-
10.2.10
Description
10.2 |
MariaDB [test]> select json_contains_path('{"foo":"bar"}', 'one', '$[]'); |
+---------------------------------------------------+ |
| json_contains_path('{"foo":"bar"}', 'one', '$[]') | |
+---------------------------------------------------+ |
| 1 |
|
+---------------------------------------------------+ |
1 row in set (0.00 sec) |
MySQL 5.7 |
MySQL [test]> select json_contains_path('{"foo":"bar"}', 'one', '$[]'); |
ERROR 3143 (42000): Invalid JSON path expression. The error is around character position 2. |