-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
stop using unwrap()
in value parsers
#108
Comments
I just tried with sqlite file saved from QGis and it crashed here: rainfrog/src/database/sqlite.rs Line 175 in 0159133
on table that has column of type Edit: I had wrong line copied, should be fixed. |
Included in release v0.2.7 |
@platlas let me know if you have a chance to test this with the MULTIPOLYGON type after the new release and if it still crashes 🙏 |
It works now without crashes. Thanks! |
description
the value parsers for the db drivers uses unwrap a lot
proposed solution
maybe fall back to an empty string or something else to indicate if the type can't be cast to a string
The text was updated successfully, but these errors were encountered: