Pmarquez

Results 7 comments of Pmarquez

@apvarun looks like this in many Android devices.

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...

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)