[MDEV-30705] JSON_SCHEMA_VALID: schema with multipleOf for big value always return 1 Created: 2023-02-21 Updated: 2023-11-27 Resolved: 2023-04-21 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | JSON |
| Affects Version/s: | None |
| Fix Version/s: | 11.1.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Lena Startseva | Assignee: | Rucha Deodhar |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
The big value dependencies on multipleOf. So, for example, for multipleOf=2 the big values starts from 9007900000000001:
Actual result:
Expected result:
|
| Comments |
| Comment by Rucha Deodhar [ 2023-03-03 ] |
|
patch: https://github.com/MariaDB/server/tree/bb-MDEV-30705-json_schema |
| Comment by Alexey Botchkov [ 2023-04-20 ] |
|
ok to push. |
| Comment by Rucha Deodhar [ 2023-04-21 ] |
|
Pushed to: https://github.com/MariaDB/server/tree/bb-10.12-MDEV-27128 |