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
fix: add DECIMAL and BIGDECIMAL as aliases for NUMERIC and BIGNUMERIC (#638)
* Added decimal types to SqlTypeNames and SqlParameterScalarTypes
* Go ahead and alias on the client
To convey to the observant that these are aliases, even though they could be used (more or less) directly.
* Make sure that DECIMAL data are converted when making API calls.
This is mainly as a backstop -- DECIMAL requests should be converted to NUMERIC.
* blacken
0 commit comments