Reject non-finite values #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Non-finite numeric values such as
NANor±INFshould be rejected during insertion and updates. It does not matter if the rejection is from the database itself, its driver or a runtime check.Presumably only MongoDB needs to explicitly check this at runtime.