You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AND (($4::int IS NULL AND lvl IS NULL) OR (lvl = $4)) \
AND (($5::int IS NULL AND sensor IS NULL) OR (sensor = $5))",
)
.await?;
This query can return multiple values if for example a timeseries has been deactivated.
We need to either modify this query or the query_opt call to solve this problem.
The text was updated successfully, but these errors were encountered:
lard/ingestion/src/kldata.rs
Lines 253 to 263 in 2cc0a95
This query can return multiple values if for example a timeseries has been deactivated.
We need to either modify this query or the
query_opt
call to solve this problem.The text was updated successfully, but these errors were encountered: