ropensci / nodbi

Document DBI connector for R
https://docs.ropensci.org/nodbi
Other
76 stars 6 forks source link

fix for docdb_update() used with sqlite: to quote strings #29

Closed rfhb closed 4 years ago

rfhb commented 4 years ago

Hi, this is a fix that adds quotations when strings are used to search for keys other than _id to identify rows in which another key(s) should be updated. If more than one key to be updated, avoid warning by not creating row names from update values.

sckott commented 4 years ago

thanks looks good