tests/testthat/_snaps/dbi-connection.md

show method prints only host if no user is defined

Code
  con
Output
  <OdbcConnection> localhost

show method prints DISCONNECTED if not valid

Code
  con
Output
  <OdbcConnection> localhost
    DISCONNECTED

show method does not print server if it is not available

Code
  con
Output
  <OdbcConnection>

dbQuoteIdentifier() errors informatively

Code
  dbQuoteIdentifier(con, NA_character_)
Condition
  Error in `dbQuoteIdentifier()`:
  ! `x` can't be `NA`.


Try the odbc package in your browser

Any scripts or data that you put into this service are public.

odbc documentation built on June 22, 2024, 9:47 a.m.