Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow returned times to be null #74

Merged
merged 2 commits into from
Sep 18, 2023
Merged

Allow returned times to be null #74

merged 2 commits into from
Sep 18, 2023

Conversation

Nate-Wessel
Copy link
Contributor

@Nate-Wessel Nate-Wessel commented Sep 18, 2023

This can happen e.g. when the HAVING condition of the query is not met.

HAVING SUM(cn.length_w_data) >= %(length_m)s::numeric * 0.8 

Closes #72

@Nate-Wessel Nate-Wessel merged commit 3233f90 into deploy Sep 18, 2023
1 check passed
@Nate-Wessel Nate-Wessel deleted the no-data branch September 18, 2023 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Requesting times with no data gives an internal server error
1 participant