dbAppendTable
method for DomoConnection
class.dbGetRowsAffected
method for DomoResult
class. This method always
returns 0, since it is not possible to execute SQL.dbColumnInfo
, dbGetStatement
, and dbIsValid
methods for
DomoResult
.dbGetInfo
methods for DomoDriver
, DomoConnection
, and DomoResult
classes.dbSendQuery
, dbBind
, and
dbFetch
.dbWriteTable
now updates the dataset schema when overwrite = TRUE
and the
schema of the value
argument does not match the schema of the dataset.DomoTblConnection
class to simplify dbplyr code.sql_translate_env
method for DomoTblConnection
.paste
and paste0
translations for DomoTblConnection
class.pkgdown
website.dbCreateTable
now accepts a named list of fields for the fields
parameter.dbWriteTable
gains overwrite
, append
and stream
parameters. One of
overwrite
or append
is usually required.dbWriteTable
is now able to append to an existing dataset by setting the
append
parameter to TRUE
.dbWriteTable
is now able to import data into an existing dataset without
using the stream API by setting the stream
parameter to FALSE
.NEWS.md
file to track changes to the package.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.