Add proper support for `Decimal`
This patch was authored by @madsodgaard and released by @gwynne.
Fixes an issue when trying to decode/encode numeric
columns as Decimal
, that would result in an error such as: server: column "balance" is of type numeric but expression is of type text (transformAssignedExpr)
.