Files
chaisql/internal/expr/functions
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
..
2021-07-23 21:15:29 +04:00
2021-07-22 15:47:56 +02:00