Cam Saul
Cam Saul
This is because JavaScript internally stores all numbers as 64-bit floating point numbers, so we're running into a rounding error. See [this SO post](https://stackoverflow.com/questions/8663298/json-transfer-of-bigint-12000000000002539-is-converted-to-12000000000002540) for an explanation. Assuming the correct...
alternatively maybe we could just parse all Integers in query results as BigInt and all floating-point numbers as whatever arbitrary Decimal class JavaScript has. Would that break a bunch of...
That's one way we could approach that issue as well. Seems like it would be easy enough to do app-wide in the backend code. As long as the FE would...
Fixed by #13107
DEV-305
Still seems to be the case in 2024
@smokris this sounds like it could be a cool feature but as I'm sure you can imagine it wouldn't exactly be easy to implement. If you're familiar with Clojure, we'd...
This might have been fixed by #61168
So the stats repro question runs fine now https://stats.metabase.com/question/26713-repro-for-56602
Totally working for me on `master`, 99% sure this has been fixed by #61168