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
dbColumnInfo() returns a data frame, currently with "name" and "type" columns (as tested by DBItest and implemented by backends) but the documentation specifies "name", "field.type" and "data.type" columns.
This method seems to be new, so we're free to choose what to do here.
The text was updated successfully, but these errors were encountered:
dbColumnInfo()
returns a data frame, currently with "name" and "type" columns (as tested by DBItest and implemented by backends) but the documentation specifies "name", "field.type" and "data.type" columns.This method seems to be new, so we're free to choose what to do here.
The text was updated successfully, but these errors were encountered: