fix: add cfg for DecodeSqlValue error (#6420)

This commit is contained in:
fys
2025-06-28 09:39:06 +08:00
committed by GitHub
parent 6bed0b6ba0
commit 524bdfff22

View File

@@ -374,6 +374,7 @@ pub enum Error {
location: Location,
},
#[cfg(feature = "mysql_kvbackend")]
#[snafu(display("Failed to decode sql value"))]
DecodeSqlValue {
#[snafu(source)]