Merge beta into release #21

Merged
didirus merged 276 commits from beta into release 2025-11-01 13:04:25 +00:00
Showing only changes of commit 3dbfd69bdd - Show all commits

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