-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
It would be useful to somehow get the SQL type of a column, e.g. via dbColumnInfo()
. There is also an old issue #78 but this was never really solved.
(By the way this is already possible for Postgres)
This would be useful for the rows_*()
methods in dbplyr. E.g. in Postgres I work with array or json(b) columns. As Postgres is pretty strict about types I need explicit casts to the correct type. I guess the same thing would make sense for other databases as well.
Metadata
Metadata
Assignees
Labels
No labels