RJDBC icon indicating copy to clipboard operation
RJDBC copied to clipboard

Implement dbFetch

Open imanuelcostigan opened this issue 10 years ago • 0 comments

See DBI release notes warning of deprecation of support for fetch:

dbFetch() added as alias to fetch() to provide consistent name. Implementers should define methods for both fetch() and dbFetch() until fetch() is deprecated in 2015. For now, the default method for dbFetch() calls fetch().

imanuelcostigan avatar Jun 19 '15 00:06 imanuelcostigan