Changes between Version 1 and Version 2 of Ticket #36233, comment 7


Ignore:
Timestamp:
Mar 9, 2025, 4:23:05 AM (25 hours ago)
Author:
Hridesh MG

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36233, comment 7

    v1 v2  
    5353----
    5454
    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!
     55I 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`?
    5656
Back to Top