This commit is contained in:
hekx 2025-01-18 15:50:52 +08:00
parent e896e0c7d8
commit e9d491b7d6

View File

@ -76,6 +76,7 @@ impl FromQueryResult for JsonValue {
try_get_type!(serde_json::Value, col);
#[cfg(feature = "with-uuid")]
try_get_type!(uuid::Uuid, col);
try_get_type!(String, col);
try_get_type!(Vec<u8>, col);
}
Ok(JsonValue::Object(map))