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

Failures with the dev version of RSQLite #9

Closed krlmlr closed 5 years ago

krlmlr commented 5 years ago

Can you please run your tests with the dev version of RSQLite? I believe passing a quoted string is no longer supported, you'd need to do dbExistsTable(SQL("`loCaL`")) instead of dbExistsTable("`loCaL`") .

I'd like to release an update fairly soon. If necessary I can copy the exact error I'm seeing later.

Thanks!

joethorley commented 5 years ago

@krlmlr I'll do this tommorow

joethorley commented 5 years ago

@krlmlr on its way to CRAN