objectbox-java
objectbox-java copied to clipboard
Support BigDecimal
Check https://stackoverflow.com/questions/46277927/how-can-i-use-objectbox-to-store-money-values-bigdecimal
As a first workaround we could provide an converter out of the box.
Open questions:
- Can we have a efficient binary format - or should we just go with strings?
- Can we make it sortable with reasonable effort?
Any updates on this feature request?
Any updates?
Any updates?
I have spent a lot of time trying to understand why my double value 1.15 is rounding to 1.1, not to 1.2, so I do not like doubles.
No updates. If you are just interested in this, please thumbs up the first comment to help us track interest.
Note that there is a limited workaround by using a converter.