enso
enso copied to clipboard
Postgres integer `round` operation should type as integer
Currently, rounding in Postgres returns either Float or Decimal (depending on the number of decimal places). It should always return an Integer.