r-dbi / dbi3

DBI revisited
https://r-dbi.github.io/dbi3
37 stars 2 forks source link

Raise error if data type domain differs between R and database #6

Open krlmlr opened 4 years ago

krlmlr commented 4 years ago

It's the only safe way. We might need to make this an option, though, to support legacy user code.

krlmlr commented 3 years ago

With ALTREP, we can achieve this:

krlmlr commented 2 years ago

For now, let's convert types in SQL. Maybe in a future rewrite.