05storm26
05storm26
Create 3 corresponding features like: `sqlx-runtime-actix`, `sqlx-runtime-tokio`, `sqlx-runtime-async-std` which each enable the proper sqlx runtime feature like this: "sqlx/runtime-actix", "sqlx/runtime-tokio", "sqlx/runtime-async-std". Users of your library will then be able to...
If you have a notebook you might want to use it sometimes with external monitors sometimes without external monitors. (I know I do). Then new horizontal overview is fine if...
@billy1624 Can you approve the run now?
I think the rocket example that failed has beed fixed. Also I have went through and added Hash, PartialEq, Clone derives on all types where possible, in the second commit.
> I'm curious about why we need to derive Hash? I am not sure. Maybe someone needs it. If you want to use ConnectOptions in a hashmap as keys maybe....
Due to [changes](https://github.com/launchbadge/sqlx/compare/9890bdb61a57c8b67f38a151ef8fc60d3e0c3711..80962656944d26c1a270ad42b3c5d58c0941cce1) [requested by sqlx owner](https://github.com/launchbadge/sqlx/pull/1610#pullrequestreview-885145801) I had to make a [small change in this pr as well](https://github.com/SeaQL/sea-orm/compare/8711d895e5d7893d6dc38987774b31cf40a356d3..e842e8adc225bfb3e85ff9a1842d603c1e07a81a).
> the trait `std::hash::Hash` is not implemented for `sea_query::Value` Seems like maybe there was a `sea_query` change that removed `Hash` from `Value`. No idea why. I think it is useful...
But I am still not sure what to do with the `get_url` method on `DatabaseConnection`, when the connection was not created from an url string but a `sqlx::ConnectOptions`....
Yes I am using GNU make to call trunk and then cargo. :\ It would be better if cargo would build the workspace in the correct order. (It should use...
Hi @thedodd, could you merge this? I have not looked at the code of this change too much but I am using ybc with this change with yew 0.19.3 and...