hediet/ts-typed-sql

sum() function return type depends on input type

Opened this issue · 0 comments

int -> bigint
bigint -> numeric
float -> double precision
other -> other

(see here)