You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
Resolves#2007
If the same taker tries to connect twice we prioritize the second connection. This can be useful if the taker thinks he is disconnected from the maker but the maker does not
2053: Steal connection r=bonomat a=bonomat
Resolves#2007
If the same taker tries to connect twice we prioritize the second connection. This can be useful if the taker thinks he is disconnected from the maker but the maker does not
2074: Revert changes to `prepare_db.sh` r=luckysori a=luckysori
With patch b899831 we modified the `prepare_db.sh` script in order to be able to define `sqlx` queries under `cfg(test)`.
This was convenient, but it turns out that the changes cause the script to trigger _complete_ recompilation of the project every time we run it.
There may be an alternative, but for the time being we revert this change. The effect is very minor: we move some test queries to a
`sqlx_test_utils` annotated with `#[allow(dead_code)]`.
Co-authored-by: Philipp Hoenisch <[email protected]>
Co-authored-by: Lucas Soriano del Pino <[email protected]>
This would be an attempt at solving some of the issues described here: #1954.
The text was updated successfully, but these errors were encountered: