Update ccache-action reference.
Bump action version.
.gitignore and .Rbuildignore.Create snapshot update PR against correct branch.
Add reference to /apply-patch workflow in commit message.
Clarify rationale for not deploying on schedule.
Auto-update from GitHub Actions.
Run: https://github.com/r-dbi/dblog/actions/runs/25394356053
Cosmetics.
Bump action versions.
Install clang-format-21.
Align fledge workflow.
Harmonize.
Auto-update from GitHub Actions.
Run: https://github.com/r-dbi/dblog/actions/runs/17451415476
Auto-update from GitHub Actions.
Run: https://github.com/r-dbi/dblog/actions/runs/14636222154
Use workflows for fledge (#42).
Sync (#41).
Use reviewdog for external PRs (#40).
Cleanup and fix macOS (#39).
Format with air, check detritus, better handling of extra-packages (#38).
Enhance permissions for workflow (#37).
Permissions, better tests for missing suggests, lints (#36).
Only fail covr builds if token is given (#35).
Always use _R_CHECK_FORCE_SUGGESTS_=false (#34).
Correct installation of xml2 (#33).
Explain (#32).
Add xml2 for covr, print testthat results (#31).
Fix (#30).
Sync (#29).
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.