In speaking with @schuemie, we should update our SQL so that we're dropping temp tables ahead of creating them in an effort to prevent problems for those RDBMS platforms that use a tempEmulationSchema. Putting this here for reference to illustrate that point:
In speaking with @schuemie, we should update our SQL so that we're dropping temp tables ahead of creating them in an effort to prevent problems for those RDBMS platforms that use a tempEmulationSchema. Putting this here for reference to illustrate that point:
https://github.com/OHDSI/CohortMethod/blob/main/inst/sql/CreateCohorts.sql#L33
Related to https://github.com/OHDSI/CohortGenerator/issues/188