You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the RS_sqlite_import() C function uses the %q format specifier to construct SQL with the table name quoted. We could change that to use %s in that function and call dbQuoteIdentifier() before entering RS_sqlite_import() .
While doing some bug hunting for RPostgres, realized there's also probably a bug in RSQLite when writing from a CSV:
Created on 2023-03-30 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: