Changeset: c6009fc4abf1 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c6009fc4abf1
Modified Files:
        clients/R/MonetDB.R/R/dbi.R
Branch: embedded
Log Message:

some people still call fetch() instead of dbFetch(). looking at you, dplyr


diffs (12 lines):

diff --git a/clients/R/MonetDB.R/R/dbi.R b/clients/R/MonetDB.R/R/dbi.R
--- a/clients/R/MonetDB.R/R/dbi.R
+++ b/clients/R/MonetDB.R/R/dbi.R
@@ -658,7 +658,7 @@ monetdbRtype <- function(dbType) {
 
 setMethod("fetch", signature(res="MonetDBResult", n="numeric"), 
def=function(res, n, ...) {
   # DBI on CRAN still uses fetch()
-  .Deprecated("dbFetch")
+  # .Deprecated("dbFetch")
   dbFetch(res, n, ...)
 })
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to