hediet / ts-typed-sql

A fully typed sql builder. Not maintained anymore, use it for your inspiration.
https://hediet.github.io/ts-typed-sql/
54 stars 4 forks source link

sum() function return type depends on input type #36

Open phiresky opened 6 years ago

phiresky commented 6 years ago

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

(see here)