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 3 forks source link

Cannot use createResultsDataModel with sqlite #21

Closed gowthamrao closed 1 year ago

gowthamrao commented 1 year ago

If sqlite is supported, then it appears that 'createResultsDataModel' function wont work on it because when running on sqlite error is observed referencing the absence of 'information_schema.schemata'

https://github.com/OHDSI/ResultModelManager/blob/cb066fcd44393b4608a3cfa6a8f46d14b20a9daa/R/DataModel.R#L255

azimov commented 1 year ago

This function was added in error from OhdsiSharing where it was living in branch for a while - just use DatabaseConnector::executeSql - the function will be removed in the next released (and has been removed from develop)