hannes / MonetDBLite

MonetDB reconfigured as a library
108 stars 11 forks source link

make a nicer API for prepared statements #171

Closed hannes closed 7 years ago

hannes commented 7 years ago

right now, support is rudimentary, Xrelease is also not possible.

hannes commented 7 years ago

See https://cran.r-project.org/web/packages/DBI/vignettes/spec.html#_bind_values_to_a_parameterizedprepared_statement_, dbBind is the way to go

hannes commented 7 years ago

added support