This PR introduces functionality to allow an offset of the entry event start/end dates, and even use end dates as cohort entry dates.
In addition, the queries have been adjusted to only select the columns from the domain tables that are needed in WHERE clauses. This could improve performance on some RDBMS that doesn't optimize out unused columns.
This PR introduces functionality to allow an offset of the entry event start/end dates, and even use end dates as cohort entry dates.
In addition, the queries have been adjusted to only select the columns from the domain tables that are needed in WHERE clauses. This could improve performance on some RDBMS that doesn't optimize out unused columns.
Fixes #167.