You've already forked AstralRinth
forked from didirus/AstralRinth
Fix clickhouse (#4592)
This commit is contained in:
committed by
GitHub
parent
19393a38bb
commit
3dbfd69bdd
@@ -691,7 +691,7 @@ async fn query_clickhouse<Row>(
|
|||||||
row_to_analytics: impl Fn(Row::Value<'_>) -> AnalyticsData,
|
row_to_analytics: impl Fn(Row::Value<'_>) -> AnalyticsData,
|
||||||
) -> Result<(), ApiError>
|
) -> Result<(), ApiError>
|
||||||
where
|
where
|
||||||
Row: clickhouse::RowRead + serde::de::DeserializeOwned + std::fmt::Debug,
|
Row: clickhouse::Row + serde::de::DeserializeOwned + std::fmt::Debug,
|
||||||
{
|
{
|
||||||
let mut query = cx
|
let mut query = cx
|
||||||
.clickhouse
|
.clickhouse
|
||||||
|
|||||||
Reference in New Issue
Block a user