Pmarquez
Pmarquez
@apvarun looks like this in many Android devices.
How to process/retrieve the result of a task and how to pass a non serializable context to the task?
There is no current way to pass non-serializable object to a task. One work-around you can do is to make the Task fields to be database pool, or connetion url...
How to process/retrieve the result of a task and how to pass a non serializable context to the task?
I have been reasearching about this and I think since Rust 1.75 this change could be possible. As soon as Sqlite PR and Mysql closes #141 , I will open...
I think this [docs paragraph](https://docs.rs/sqlx/latest/sqlx/sqlite/types/index.html#non-feature-numeric--rust_decimal--bigdecimal-support) could be related to your issue
https://github.com/ayrat555/el_monitorro/blob/master/src/sync/sync_feed_job.rs#L151-L155 This is the affected code
I think we should delete this pr if we are not adding this command for users. That will take a lot of work.
it `panic!` because it hits this [unreachable code](https://github.com/diesel-rs/diesel/blob/master/diesel/src/mysql/connection/bind.rs#L685-L689)