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

[server] Fix getting existing analysis info #3339

Merged
merged 1 commit into from
Jun 1, 2021

Conversation

csordasmarton
Copy link
Contributor

It is possible when multiple runs are stored simultaneously to the
server with the same analysis command that multiple entries are
stored into the database. In this case we will select the first one.

Using one_or_none sqlalchemy function is not an option because it
will raise an exception if multiple entries are exists in the database.

It is possible when multiple runs are stored simultaneously to the
server with the same analysis command that multiple entries are
stored into the database. In this case we will select the first one.

Using `one_or_none` sqlalchemy function is not an option because it
will raise an exception if multiple entries are exists in the database.
@bruntib bruntib merged commit 8880695 into Ericsson:master Jun 1, 2021
@csordasmarton csordasmarton deleted the fix_analysis_info_storage branch January 28, 2022 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants