mariadb/mysql-test/suite/json/r
Rucha Deodhar d7df63e1c9 MDEV-19487: JSON_TYPE doesnt detect the type of String Values
(returns NULL) and for Date/DateTime returns "INTEGER"

Analysis:
When the first character of json is scanned it is number. Based on that
integer is returned.
Fix:
Scan rest of the json before returning the final result to ensure json is
valid in the first place in order to have a valid type.
2024-04-29 22:32:17 +05:30
..
json_no_table.result MDEV-19487: JSON_TYPE doesnt detect the type of String Values 2024-04-29 22:32:17 +05:30
rpl_json_char.result MDEV-27018 IF and COALESCE lose "json" property 2022-01-21 19:28:48 +04:00
rpl_json_longtext.result MDEV-27018 IF and COALESCE lose "json" property 2022-01-21 19:28:48 +04:00
rpl_json_mediumtext.result MDEV-27018 IF and COALESCE lose "json" property 2022-01-21 19:28:48 +04:00
rpl_json_text.result MDEV-27018 IF and COALESCE lose "json" property 2022-01-21 19:28:48 +04:00
rpl_json_tinytext.result MDEV-27018 IF and COALESCE lose "json" property 2022-01-21 19:28:48 +04:00
rpl_json_varchar.result MDEV-27018 IF and COALESCE lose "json" property 2022-01-21 19:28:48 +04:00
type_json.result MDEV-30646 View created via JSON_ARRAYAGG returns incorrect json object 2024-04-29 13:47:45 +04:00