mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-30 13:20:59 +00:00
Fix error packet default
This commit is contained in:
parent
74044d2e4f
commit
2325150f9f
@ -292,6 +292,15 @@ impl Deserialize for ErrPacket {
|
||||
}
|
||||
}
|
||||
|
||||
Ok(ErrPacket::default())
|
||||
Ok(ErrPacket {
|
||||
error_code,
|
||||
stage,
|
||||
max_stage,
|
||||
progress,
|
||||
progress_info,
|
||||
sql_state_marker,
|
||||
sql_state,
|
||||
error_message,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user