Open kmishra9 opened 1 year ago
Thanks, good catch.
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