Open
Description
Looking at the current decimal implementation it doesn't support NaN insertion:
Line 29 in fad098a
And trying to insert it anyway results in an error:
refusing to allow NaN into database
However postgres does support NaN:
https://www.postgresqltutorial.com/postgresql-numeric/
Can we change decimal
to support NaN insertion?