Replies: 1 comment 1 reply
-
Hey @cemoktra, thanks for the bug report! I'm still not sure how to reproduce it. Could you please provide a minimal reproducible example? Thanks!! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
While a real implemention of try_get returns an error, the MockRow unwraps on not found columns. This makes testing a bit harder:
Steps to Reproduce
FromQueryResult
Expected Behavior
It should return
DbErr
Actual Behavior
It unwraps and therefore panicks
Reproduces How Often
Always
Versions
0.6
Beta Was this translation helpful? Give feedback.
All reactions