Files
chaisql/internal/expr/functions/testdata
Jean Hadrien Chabran 01c87d1bf7 Handle integer conversion errors (#425)
When converting a double larger or equal to math.MaxInt64 to an integer, it previously overflowed silently. It now returns an explicit error.

This fixes along the way, the math.abs(-9223372036854775808) issue.
2021-07-25 18:25:02 +02:00
..