Breaking changes
dbUnquoteIdentifier()
createsId()
objects without component names and allows non-NA
character input (#421, #422).
Features
-
New generics
dbSendQueryArrow()
,dbFetchArrow()
,dbGetQueryArrow()
,dbReadTableArrow()
,dbWriteTableArrow()
(@nbenn, #390),dbCreateTableArrow()
,dbAppendTableArrow()
(#396),
dbBindArrow()
(#415) anddbFetchArrowChunk()
(#424), with default implementations via nanoarrow (#414). -
Id()
now accepts unnamed components (#417). If names are provided, the components are arranged in SQL order (@eauleaf, #427). -
New
dbIsValid()
method for"DBIResultArrowDefault"
objects implemented by DBI (#425). -
Implement
dbiDataType()
for objects of class"blob"
.
Documentation
-
Clarify repeated parameter binding (#430).
-
Deal with sundown of
https://relational.fit.cvut.cz
(#423). -
Correct vignette titles (#419).
-
Harmonize table documentation (#400).
-
Tweak typo, add families for data retrieval and command execution.