Skip to content

Commit

Permalink
Merge pull request #260 from OHDSI/release-1.12.3/fix-cohortservice-test
Browse files Browse the repository at this point in the history
fix test
  • Loading branch information
wivern authored Sep 4, 2018
2 parents b2b27d2 + 17500fc commit df712bb
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ public void createMSSQLTest() throws IOException {
") QE\n" +
"WHERE QE.ordinal = 1\n" +
";\n" +
"ANALYZE qualified_events\n" +
";\n" +
"\n" +
"\n" +
"CREATE TEMP TABLE inclusionRuleCohorts \n" +
Expand Down Expand Up @@ -230,6 +232,8 @@ public void createMSSQLTest() throws IOException {
"cteIncludedEvents Results\n" +
"WHERE Results.ordinal = 1\n" +
";\n" +
"ANALYZE included_events\n" +
";\n" +
"\n" +
"-- Apply end date stratagies\n" +
"-- by default, all events extend to the op_end_date.\n" +
Expand All @@ -241,6 +245,8 @@ public void createMSSQLTest() throws IOException {
"\n" +
"FROM\n" +
"included_events;\n" +
"ANALYZE cohort_ends\n" +
";\n" +
"\n" +
"\n" +
"\n" +
Expand Down

0 comments on commit df712bb

Please sign in to comment.