0.1.4
Release Notes
For: uc-cdis/cohort-middleware
Notes since tag: 0.1.3
Notes to tag/commit: 0.1.4
Generated: 2022-04-12
Bug Fixes
- fixed issue where code would open a new connection for every(?) new query.
New code now only opens one connection per DB. The max number of
connections expected now is = number_of_sources * 2 + 1 (#12) - the *2 is = 1 for OMOP, 1 for RESULTS (#12)
- the +1 is for Atlas DB (#12)
- removed some code duplication (#12)