Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connection_open() could show more information in the display name #18

Open
dfalbel opened this issue Apr 24, 2024 · 0 comments
Open

connection_open() could show more information in the display name #18

dfalbel opened this issue Apr 24, 2024 · 0 comments

Comments

@dfalbel
Copy link
Member

dfalbel commented Apr 24, 2024

Here's the display name shown by opening the same postgres connection using ODBC vs connection_open():

image

Or a similar but SQLite connection:

image

tmp <- tempfile()
dir.create(tmp)
dbplyr::nycflights13_sqlite(path = tmp)
con <- connections::connection_open(RSQLite::SQLite(), file.path(tmp, "nycflights13.sqlite"))
con <- DBI::dbConnect(odbc::odbc(), driver = "SQLite", database = file.path(tmp, "nycflights13.sqlite"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant