You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Value: A data.frame with one row per output field in res. Methods MUST include name, field.type (the SQL type), and data.type (the R data type) columns, and MAY contain other database specific information like scale and precision or whether the field can store NULLs.
This means the number of columns of the resulting col info data frame does not have to be two, whereas, in DBItest:
DBI::dbColumnInfo help:
This means the number of columns of the resulting col info data frame does not have to be two, whereas, in DBItest:
And also, the name of the type field is assumed to be
type
rather thanfield.type
per doc:Let me know if I have interpreted this correctly and if you would like me to either submit a PR:
The text was updated successfully, but these errors were encountered: