Replies: 1 comment
-
|
Would you provide a reproducible code please? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Nitrite with the RocksDB module in my application, and I'm encountering an issue when saving and retrieving BigDecimal values.
When I save a BigDecimal value like 0.00 to the database, and then later retrieve it, the value comes back as 0. Although numerically the same, the scale information is lost, which causes issues in downstream formatting and processing where the distinction between 0 and 0.00 is meaningful.
Is there a way to preserve the scale of BigDecimal values when storing them with Nitrite + RocksDB?
Beta Was this translation helpful? Give feedback.
All reactions