Replies: 4 comments
-
Seems to be an issue on sqlx side: launchbadge/sqlx#666 How can I make use of this fix when it only landed in sqlx's main branch? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you verify that or make a reproducible example? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am inserting my
Option<rust_decimal::Decimal>
via the code below whilevolume
is of typeDecimal
.which works fine.
But when reading rows from the table the app panics with
This confuses me as I inserted only
Decimal
values which I would have not been able to construct if invalid. It would also be helpful to see which exact number caused this issue as theDecimal
crates error message does not print the number.Sorry for not providing a exact reproducable example but I assume it can be done by trying to insert and read the Decimal's max value.
Database: Postgres 16
Versions
Beta Was this translation helpful? Give feedback.
All reactions