Skip to content

Commit 985e872

Browse files
Fixing VocabularyServiceTest (#2199)
* Correcting out the milestone IDs for the 2.12.1 release * Fixing VocabularyServiceTest.prepareExecuteSearchWithQueryOptionalConceptId test
1 parent 30033f6 commit 985e872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
select CONCEPT_ID, CONCEPT_NAME, ISNULL(STANDARD_CONCEPT,'N') STANDARD_CONCEPT, ISNULL(INVALID_REASON,'V') INVALID_REASON, CONCEPT_CODE, CONCEPT_CLASS_ID, DOMAIN_ID, VOCABULARY_ID, VALID_START_DATE, VALID_END_DATE
22
from omop_v5.concept
3-
where 1=1 AND (LOWER(CONCEPT_NAME) LIKE ? or LOWER(CONCEPT_CODE) LIKE ? or CONCEPT_ID = ?)
3+
where 1=1 AND (LOWER(CONCEPT_NAME) LIKE ? or LOWER(CONCEPT_CODE) LIKE ? or CONCEPT_ID = CAST(? as int))
44
order by CONCEPT_NAME ASC

0 commit comments

Comments
 (0)