enso icon indicating copy to clipboard operation
enso copied to clipboard

Postgres integer `round` operation should type as integer

Open GregoryTravis opened this issue 1 year ago • 0 comments

Currently, rounding in Postgres returns either Float or Decimal (depending on the number of decimal places). It should always return an Integer.

GregoryTravis avatar Jun 21 '24 18:06 GregoryTravis