You've already forked AstralRinth
Merge beta into release #21
@@ -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