mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
fix(mysql): set HasRawValue::Database
This commit is contained in:
parent
d92ae2500d
commit
1748406222
@ -25,5 +25,6 @@ impl<'x> HasOutput<'x> for MySql {
|
||||
}
|
||||
|
||||
impl<'r> HasRawValue<'r> for MySql {
|
||||
type Database = Self;
|
||||
type RawValue = MySqlRawValue<'r>;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user