Skip to content

Decimal support - #288

Merged
jcrist merged 3 commits into
mainfrom
decimal-support
Feb 1, 2023
Merged

Decimal support#288
jcrist merged 3 commits into
mainfrom
decimal-support

Conversation

@jcrist

@jcrist jcrist commented Feb 1, 2023

Copy link
Copy Markdown
Member

This adds builtin support for decimal.Decimal types. These are encoded/decoded as their string representation, ensuring no precision loss on roundtripping.

Fixes #287

This adds builtin support for `decimal.Decimal` types. These are
encoded/decoded as their string representation, ensuring now precision
loss on roundtripping.
@jcrist
jcrist merged commit 8233e5b into main Feb 1, 2023
@jcrist
jcrist deleted the decimal-support branch February 1, 2023 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Builtin support for decimal types

1 participant