scim
scim copied to clipboard
Precision Floating-Point Numbers
The library currently does not take precision into account.
-
[x] Fix number comparisons in the
internal/filter
package. The filter parser package currently returnsint
/float64
. Depends on scim2/filter-parser#15. -
[ ] We should only support
json.Number
to prevent losing precision. https://github.com/elimity-com/scim/blob/3cbe2462437e96771f7699d22497c84f919246da/schema/core.go#L329-L356