Dustin Bensing
Dustin Bensing
I could further reduce the repro to this https://github.com/pythoneer/sqlx_test/blob/main/src/main1.rs `DATABASE_URL="" cargo run --bin binary1` It aborts the future just in the middle which is what we both suspected is happening...
Not very familiar with the code base but it looks like this part (and the sibling functions) are not safely increasing or decreasing the `conn.transaction_depth` https://github.com/launchbadge/sqlx/blob/b1387057e5e6c6b72eacd01f491cb45854616502/sqlx-postgres/src/transaction.rs#L16-L25 What happens if the...
Anything left i can help with to bring this over the finish line? 0.7 is is nearing its release and i would love to not use a workaround for my...
I think the work here is relevant https://github.com/DioxusLabs/dioxus/pull/4958 idk.
This PR https://github.com/DioxusLabs/dioxus/pull/5072 worked on the same code location and created a conflict.