Fix clickhouse (#4592)

This commit is contained in:
François-Xavier Talbot
2025-10-20 18:07:23 +01:00
committed by GitHub
parent 19393a38bb
commit 3dbfd69bdd

View File

@@ -691,7 +691,7 @@ async fn query_clickhouse<Row>(
row_to_analytics: impl Fn(Row::Value<'_>) -> AnalyticsData,
) -> Result<(), ApiError>
where
Row: clickhouse::RowRead + serde::de::DeserializeOwned + std::fmt::Debug,
Row: clickhouse::Row + serde::de::DeserializeOwned + std::fmt::Debug,
{
let mut query = cx
.clickhouse