[MDEV-31009] JSON_SCHEMA_VALID does not properly validate the maximum/minimum value of a number Created: 2023-04-05 Updated: 2023-04-21 Resolved: 2023-04-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | JSON |
| Affects Version/s: | 11.1 |
| Fix Version/s: | 11.1.0 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Ramesh Sivaraman | Assignee: | Rucha Deodhar |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Actual result
Expected result
Actual result
Expected result
|
| Comments |
| Comment by Rucha Deodhar [ 2023-04-13 ] |
|
Wont fix for now. The json values are store in "double" type but the maximum values mentioned in the test case are bigger than what double can store. long double can store it, but currently we don't support long double. It needs to be implemented as a separate task. |