tests/testthat/_snaps/driver-sql-server.md

dbWriteTable errors if field.types don't exist (#271)

Code
  sqlCreateTable(con, "foo", iris, field.types = list(bar = "[int]"))
Condition
  Warning:
  Some columns in `field.types` not in the input, missing columns:
    - 'bar'
Output
  <SQL> CREATE TABLE "foo" (
    "Sepal.Length" FLOAT,
    "Sepal.Width" FLOAT,
    "Petal.Length" FLOAT,
    "Petal.Width" FLOAT,
    "Species" varchar(255),
    "bar" [int]
  )

can create / write to temp table

`temporary` is `TRUE`, but table name doesn't use # prefix.
`temporary` is `TRUE`, but table name doesn't use # prefix.


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.