Changes between Version 1 and Version 2 of Ticket #36233, comment 7
- Timestamp:
- Mar 9, 2025, 4:23:05 AM (25 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36233, comment 7
v1 v2 53 53 ---- 54 54 55 I hope the above made sense. I'm not sure what approach I should follow to fix this issue, should we prevent the user from entering a value which has more significant digits than SQLite can handle or should we modify the precision that quantize() expects? Any pointers would be appreciated!55 I hope the above made sense. I'm not sure what approach I should follow to fix this issue, would it suffice to prevent the user from entering a number which has more than 15 digits and check if its within `max_digit - decimal_places`? 56 56