Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Duplicate
-
11.2(EOL)
-
None
Description
JSON_ARRAY_INTERSECT function prints zero when leading zero is present in a decimal integer.
11.1.0-dbg>select json_array_intersect('[01]','[01]'); |
+-------------------------------------+ |
| json_array_intersect('[01]','[01]') | |
+-------------------------------------+ |
| [0] |
|
+-------------------------------------+ |
1 row in set (0.000 sec) |
 |
11.1.0-dbg>
|
Attachments
Issue Links
- duplicates
-
MDEV-31478 Inconsistent handling of zero-padded numbers in json
- Open