ts-typed-sql
ts-typed-sql copied to clipboard
cast precedence error
a.plus(b).cast(tInteger)
produces
a+b::integer
but it should produce
(a+b)::integer