Skip to content

Commit

Permalink
Merge pull request #2 from watson-health-fhir-server/master-candidate4
Browse files Browse the repository at this point in the history
fix for github.com migration
  • Loading branch information
prb112 authored and GitHub Enterprise committed Aug 29, 2019
2 parents da15fad + 8f2eb5b commit e252291
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ protected SqlQueryData processQuantityParm(Class<?> resourceType, Parameter quer
// like this:
// pX.value_number_low <= {search-attribute-value} AND pX.value_number_high >= {search-attribute-value}
if (isRangeSearch(resourceType, queryParm)) {
CODE_REMOVED

if (value.getPrefix() == null) {
handleQuantityRangeComparison(tableAlias, whereClauseSegment, value.getValueNumber(), value.getValueNumber(), bindVariables, Prefix.EQ);
} else {
Expand Down

0 comments on commit e252291

Please sign in to comment.