Trigger run (#17).
- ci: Trigger run
- ci: Latest changes
Install via R CMD INSTALL ., not pak (#14).
- ci: Install via R CMD INSTALL ., not pak
- ci: Bump version of upload-artifact action
Auto-update from GitHub Actions.
Run: https://github.com/r-dbi/dblog/actions/runs/10425482998
Auto-update from GitHub Actions.
Run: https://github.com/r-dbi/dblog/actions/runs/10200110967
Auto-update from GitHub Actions.
Run: https://github.com/r-dbi/dblog/actions/runs/9728444611
Auto-update from GitHub Actions.
Run: https://github.com/r-dbi/dblog/actions/runs/9691619402
Install local package for pkgdown builds.
Improve support for protected branches with fledge.
Improve support for protected branches, without fledge.
Sync with latest developments.
Use v2 instead of master.
Inline action.
Use dev roxygen2 and decor.
Fix on Windows, tweak lock workflow.
Avoid checking bashisms on Windows.
Better commit message.
Bump versions, better default, consume custom matrix.
Recent updates.
Harmonize yaml formatting.
Revert changes to matrix section.
Reduce parallelism.
Also check dev on cran-* branches.
Update hash key for dev.
Remove R 3.3.
Merge pull request #12 from r-dbi/f-safe-deparse.
Work around problems with names containing backslashes in deparse()
(#12).
Work around duckdb storing external pointers in the driver object.
Add dbCreateTable() and dbAppendTable() methods.
dblog_cnr()
(#8).display
argument to collecting logger to combine printing and collecting (#7).dbQuoteString()
for "SQL"
class.dbQuoteLiteral()
.try()
.deparse(backtick = FALSE)
to create parseable code.make_text_logger()
, renamed from make_console_logger()
.make_console_logger()
gains path
argument, is useful again.Initial prototype. Exported functions:
dblog()
wraps an arbitrary DBI driver with a custom logger.get_default_logger()
is the default console logger.make_console_logger()
creates a new console logger (for internal use only).make_collect_logger()
creates a new logger that collects logging output and emits all at once.