Abstract: The IEEE 754 standard does not distinguish between exact and inexact floating-point numbers. There is no bit or field in the binary encoding that indicates whether a floating-point number is ...
Exact decimal types (DECIMAL and NUMERIC) are by default converted to float64. This can lead to loss of precision during query result mapping. Currently it's not possible to customize generated model ...