internetee / auction_center

Estonian Internet Foundation's software for auctioning domain names
Other
5 stars 4 forks source link

Internal error on big bets #1013

Open vohmar opened 1 year ago

vohmar commented 1 year ago

On testauction: auction: inglise1.ee current highest bid: 21474836.47

trying to overbid this with any sum results in internal error.

OlegPhenomenon commented 1 year ago

@vohmar limit of integer in postgres is:

integer | 4 bytes | -2147483648 to +2147483647 https://www.postgresql.org/docs/current/datatype-numeric.html

Because we store price in cents, you tried to reached the limit. So, in this case we need to define upper limit