Changes between Initial Version and Version 1 of Ticket #36030, comment 6
- Timestamp:
- Dec 20, 2024, 10:42:56 AM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36030, comment 6
initial v1 1 1 I was able to replicate. Note that when using `Decimal("3.0")` it returns `Decimal("0.66666666666666666666")` 2 Same thing on SQLite, I consistently get `Decimal("0")`2 But when doing the same thing on SQLite, I consistently get `Decimal("0")` 3 3 I'm not sure what this _should_ do but I agree this is confusing and requires more investigation 4 4