Features
- Use
dbQuoteLiteral()
in default method forsqlData()
(#362, #371). - Update specification with changes from DBItest 1.7.2 (#367).
Documentation
- Method documentation on pkgdown is clickable and contains methods from all known DBI backends except ROracle (#360).
?Id
gains better examples (#295, #370).- Elaborate on status of
dbWriteTable()
in the documentation (#352, #372). - Make method definition more similar to S3. All
setMethod()
calls refer to top-level functions (#368). - The pkgdown documentation for DBI generics (e.g.
?dbConnect
) contains clickable links to many known backends, and an explanatory sentence (#360). ?dbReadTable
and other pages gain pointers toId()
andSQL()
(#359).