enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.35k stars 323 forks source link

Postgres integer `round` operation should type as integer #10345

Closed GregoryTravis closed 1 week ago

GregoryTravis commented 3 months ago

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

GregoryTravis commented 1 week ago

Closing as WAI.