Skip to content

dbListTables lists a table but dbExistsTable says it doesn't exist #275

Description

@joethorley

The following code demonstrates the problem

con <- DBI::dbConnect(RSQLite::SQLite(), ":memory:")
DBI::dbCreateTable(con, "`loCal`", mtcars)
DBI::dbListTables(con) # lists table 
DBI::dbExistsTable(con, "`loCal`") # but says it doesn't exist
DBI::dbDisconnect(con)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions