r-dbi / dbi3

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

Send parameter types #2

Open krlmlr opened 2 years ago

krlmlr commented 2 years ago

libpq has an option to define the types of the parameters in PQprepare(). Can we make use of it? Does it allow getting rid of typecasting in DBItest?

krlmlr commented 2 years ago

Need to pass params to result_create() . Not infeasible, but postponing to get 1.4.0 out the door.

krlmlr commented 2 years ago

In a rewrite.