DBI 1.1.0
New features
-
New
DBIConnector
class (#280). -
Specify
immediate
argument todbSendQuery()
,dbGetQuery()
,dbSendStatement()
anddbExecute()
(#268). -
Use specification for
dbGetInfo()
(#271). -
dbUnquoteIdentifier()
now supportsId()
objects withcatalog
members (#266, @raffscallion). It also handles unquoted identifiers of the formtable
,schema.table
orcatalog.schema.table
, for compatibility with dbplyr.
Documentation
-
New DBI intro article (#286, @cutterkom).
-
Add pkgdown reference index (#288).
-
DBI specification on https://dbi.r-dbi.org/dev/articles/spec now comes with a table of contents and code formatting.
-
Update examples to refer to
params
instead ofparam
(#235). -
Improved documentation for
sqlInterpolate()
(#100). Add usage ofSQL()
tosqlInterpolate()
examples (#259, @renkun-ken). -
Improve documentation for
Id
.