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

EVA-2217 Improve release api #143

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

andresfsilva
Copy link
Contributor

No description provided.

//Species stats by release version excluding the unmapped only
@Query(value = "select * from release_rs_statistics_per_species " +
"where release_version = ?1 and not (current_rs = 0 and multi_mapped_rs = 0 and merged_rs = 0 " +
"and deprecated_rs = 0 and merged_deprecated_rs = 0 and unmapped_rs > 0)", nativeQuery=true)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we refactor the query string for getAllExcludingUnmappedOnly into a variable and just add a release_version condition for this method?

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.

3 participants