Closed D3SL closed 4 years ago
If I understand this error correctly readwritesqlite currently isn't compatible with pool::dbPool() type connections because of a class inheritance issue:
Error: `conn` must inherit from S4 class 'SQLiteConnection'
@D3SL - thanks for the feedback.
Fixed in the development version.
If I understand this error correctly readwritesqlite currently isn't compatible with pool::dbPool() type connections because of a class inheritance issue:
Error: `conn` must inherit from S4 class 'SQLiteConnection'