Ronggui / RQDA

R-based Qualitative Data Analysis
http://rqda.r-forge.r-project.org
Other
113 stars 31 forks source link

Warning when calling dbGetQuery() #19

Open jalvesaq opened 7 years ago

jalvesaq commented 7 years ago

The following warning is being displayed sometimes:

In rsqlite_fetch(res@ptr, n = n): Don't need to call dbFetch() for statements, only for queries

According to DBI documentation, dbGetQuery() should be called only for SELECT queries. Users should call dbExecute() for other statements.