Skip to content

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
Contributor

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