poissonconsulting / readwritesqlite

An R package that enhances writing and reading data to and from SQLite databases
https://poissonconsulting.github.io/readwritesqlite/
Other
38 stars 1 forks source link

Compatibility with dbPool() objects #21

Closed D3SL closed 4 years ago

D3SL commented 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'

joethorley commented 4 years ago

@D3SL - thanks for the feedback.

Fixed in the development version.