rds-data
rds-data copied to clipboard
Decimal Data Type Not Supported
when running the query function, I'm presented with "Missing type: DECIMAL"
. I tracked it down to that type missing in the case statement inside of resultFormat
.
Seems like we could add the type to the case statement, but wanted to ask a question.
Should there be a way for users to opt out of the formatting? To me, that seems like unnecessary logic and could be opt in.