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
Hey there!
Loving the library so far, much more comfortable than handling with the aws-sdk version.
When I'm selecting from a table fields that are of type DECIMAL, they are received as strings, is there a way to hydrate these to numbers? Like you are doing with dates.
Thank you!
The text was updated successfully, but these errors were encountered:
Not a solution for the actual problem whatsoever but I just ran into this and realized I didn't need to be using full DECIMAL. FLOAT and DOUBLE hydrate as expected (numerical). Just leaving here in case someone else is searching.
Hey there!
Loving the library so far, much more comfortable than handling with the aws-sdk version.
When I'm selecting from a table fields that are of type
DECIMAL
, they are received as strings, is there a way to hydrate these to numbers? Like you are doing with dates.Thank you!
The text was updated successfully, but these errors were encountered: