-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error reporting is not sufficient #638
Labels
Comments
I achieved an intermediate success with hard coding logger to show the raw row causing the issue:
Logging data might not be acceptable for production mode so I tried to make the feature plugable via runBeamSqliteDebug, but I don't see how to deliver another callback to
e.g.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
My app gets following exception up on basic select all from a single table:
I would like to see table name and a showed raw row which has problem values.
The text was updated successfully, but these errors were encountered: