Austin Bonander

Results 748 comments of Austin Bonander

I'm not sure what query would be failing here. Ostensibly it would be in this file: https://github.com/launchbadge/sqlx/blob/main/sqlx-core/src/mysql/migrate.rs However, at a glance I don't see how any queries in that file...

> The item is sent into a queue of waiters. This is an optimisation for latency - the receiver doesn't need to wake the sender and then wait for the...

I think it's highly surprising that a `send_async()` operation can be cancelled but still go through, that could easily lead to some very subtle bugs. If nothing else, that needs...

PR target changed to the 0.7 development branch.

Thank you for taking the time to open this PR. However, we're now in the process of splitting out the MSSQL driver for our SQLx Pro offering and it will...

PR target changed to the 0.7 development branch. @xfbs can you rebase again?

PR target changed to the 0.7 development branch.

@rongcuid can you push another commit to trigger another CI run? Amending and force-pushing your last commit to update the SHA should be sufficient. I'm now working on 0.7.0 so...

If you rebase on `0.7-dev` it should fix those.

For safety, I've earmarked this for 0.7.0, which I've started working on.