-
-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade SQLx to v0.7 #1742
Upgrade SQLx to v0.7 #1742
Conversation
@billy1624 can you prioritize getting this into a new release next week? It seems like sqlx inner processes never close out and keep piling up more tasks in current 0.6.3 version. ⏸ Idle (68)
|
Hey @cbio-erik, so it's being fixed in SQLx 0.7? I suppose. Is there a bug fixes on SQLx CHANGELOG? |
I found a bug on our end, so plz disregard my request. But yeah, there is a bug related to inner pool in sqlx change-log. launchbadge/sqlx#2376 |
#[cfg(feature = "sqlx-mysql")] | ||
InnerConnection::MySql(conn) => { | ||
let query = crate::driver::sqlx_mysql::sqlx_query(&stmt); | ||
let conn: &mut sqlx::MySqlConnection = &mut *conn; | ||
crate::metric::metric!(self.metric_callback, &stmt, { | ||
query.execute(conn).await.map(Into::into) | ||
}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tyt2y3 the trick lol
🎉 Released In 0.12.1 🎉Thank you everyone for the contribution! |
PR Info
Closes [SECURITY] bump to sqlx 0.7.0 #1753
Dependencies:
Upgrade
sqlx
to 0.7