fix(mysql): set HasRawValue::Database

This commit is contained in:
Ryan Leckey 2021-02-26 00:05:33 -08:00
parent d92ae2500d
commit 1748406222
No known key found for this signature in database
GPG Key ID: F8AA68C235AB08C9

View File

@ -25,5 +25,6 @@ impl<'x> HasOutput<'x> for MySql {
}
impl<'r> HasRawValue<'r> for MySql {
type Database = Self;
type RawValue = MySqlRawValue<'r>;
}