rds-data icon indicating copy to clipboard operation
rds-data copied to clipboard

Decimal Data Type Not Supported

Open lbecker34 opened this issue 4 years ago • 0 comments

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.

lbecker34 avatar Jan 29 '21 15:01 lbecker34