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

gh-9 Skip empty strings '' for enumerations. Save summary metadata to… #10

Merged
merged 2 commits into from
Nov 25, 2021

Conversation

aaronforshaw
Copy link
Contributor

@aaronforshaw aaronforshaw commented Nov 22, 2021

… data class as well as data element

Closes #9

  1. When counting or selecting distinct enumeration values, append WHERE {column} <> ''to the queries, to prevent empty values being converted into null enumerations. This does not affect summary metadata, which still includes counts for empty strings.
  2. Save summary metadata to the data class as well as the data element
  3. Use the LongIntervalHelper when dealing with integers. When you have a large negative minimum (Integer) and a large positive maximum (Integer), the difference between them can be Long.

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.

Skip empty strings and save summary metadata to the data class
2 participants