r-dbi / dbi3

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

Specify binding of different argument types for different calls of dbBind() #38

Open krlmlr opened 6 years ago

krlmlr commented 6 years ago

Need to mention in the specs that dbBind() can expect the same argument types between calls for each result set. Maybe even require rejection of parameters if the type is different in a second call?

Reference: https://github.com/r-dbi/RPostgres/issues/139.