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

fix not found status for retrieving workflow status in MySQL backend #63

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

jessepeterson
Copy link
Member

@jessepeterson jessepeterson commented Jul 31, 2024

Workflows status retrieval would return an error if they hadn't already run: sql: no rows in result set using the MySQL driver. This should simply return nil if it has not been found. Add regression test. Correctly worked in the file backend already.

@jessepeterson jessepeterson merged commit f2ab312 into micromdm:main Aug 13, 2024
9 checks passed
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.

1 participant