mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
chore: bump sqlx to 0.7
This commit is contained in:
@@ -61,7 +61,7 @@ impl Connect for ConnectionOptions {
|
||||
let mut connect_options =
|
||||
sqlx::mysql::MySqlConnectOptions::from_str(&fresh.url).unwrap();
|
||||
if fresh.disable_logging {
|
||||
connect_options.disable_statement_logging();
|
||||
connect_options = connect_options.disable_statement_logging();
|
||||
}
|
||||
fresh
|
||||
.pool_options
|
||||
|
||||
Reference in New Issue
Block a user