OHDSI / ResultModelManager

RMM is an R package designed to handle common ohdsi results data management functions by providing a common API for data model migrations and definitions
https://ohdsi.github.io/ResultModelManager/
Apache License 2.0
3 stars 2 forks source link

`connectionString` not honored when passing connection details #42

Open anthonysena opened 9 months ago

anthonysena commented 9 months ago

When attempting to establish a pooled connection using connectionDetails that specify a connectionString and not a server, the following code block fails:

https://github.com/OHDSI/ResultModelManager/blob/c1be23c5aa26508acb6b7f9d826aef285871db3e/R/PooledConnectionHandler.R#L46-L53

Perhaps the easiest path here is to validate that the connectionDetails object has all of these attributes set when the constructor is called?

azimov commented 8 months ago

Though not resolved directly, the develop and hotfix version should allow calling pool directly.