mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-12877 Wrong result from JSON native function.
JSON_QUOTE return type set to be JSON.
This commit is contained in:
@ -349,3 +349,8 @@ SET @str = "{\"\\u00e4\":\"yes\"}";
|
||||
SET @path = "$.\"\\u00e4\"";
|
||||
select @str, @path, JSON_EXTRACT(@str, @path);
|
||||
|
||||
#
|
||||
# MDEV-12877 Wrong result from JSON native function.
|
||||
#
|
||||
select json_array(5,json_query('[1,2]','$'));
|
||||
|
||||
|
Reference in New Issue
Block a user