Daniel de Oliveira Arantes

Results 2 comments of Daniel de Oliveira Arantes

It's probably because the schema of the temp table is different. Maybe add a check on the dbExistsTable to check if there is a temp table with that name?

@tomoakin and @eddelbuettel Would it be ok to make a pull request to change dbExistsTable to use a query that will check for an existing temp table of that name?...