You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when fetching objects, scale and precision of numbers is not considered and NUMBER attributes are always returned as python floats, even if scale is 0 and the NUMBER could be better represented as int.
Please add the same logic for objects depending on metadata as used when fetching numbers.
Currently when fetching objects, scale and precision of numbers is not considered and
NUMBER
attributes are always returned as pythonfloat
s, even if scale is 0 and theNUMBER
could be better represented asint
.Please add the same logic for objects depending on metadata as used when fetching numbers.
See also discussion #88
The text was updated successfully, but these errors were encountered: