Skip to content

Add proper support for `Decimal`

Compare
Choose a tag to compare
@VaporBot VaporBot released this 24 Nov 18:47
· 237 commits to main since this release
2c49bee
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).