Use different type to represent DECIMAL than rust_decimals::Decimal #204
Labels
dependencies
Dependency versions, features and changes.
feature
New feature or request
good first issue
Good for newcomers
Hi cornucopia team,
I have found another place where it's hard to work with cornucopia,. It's completely fine to insert
7777777777777777777777777777777777777777777777777777
into PostgreSQL DECIMAL column.Unfortunately
rust_decimal::Decimal::from_str('7777777777777777777777777777777777777777777777777777')
will return error so using it to represent DECIMAL is limited.On possible solution:
The text was updated successfully, but these errors were encountered: