Skip to content

Tags: r-dbi/DBI

Tags

v1.3.0.9004

Toggle v1.3.0.9004's commit message
DBI 1.3.0.9004

## Chore

- Auto-update from GitHub Actions (#580).

- Auto-update from GitHub Actions (#579).

v1.3.0.9003

Toggle v1.3.0.9003's commit message
DBI 1.3.0.9003

## Chore

- Auto-update from GitHub Actions (#577).

v1.3.0.9002

Toggle v1.3.0.9002's commit message
DBI 1.3.0.9002

## Chore

- Auto-update from GitHub Actions (#575).

- Auto-update from GitHub Actions (#574).

v1.3.0.9001

Toggle v1.3.0.9001's commit message
DBI 1.3.0.9001

## Chore

- Auto-update from GitHub Actions (#572).

v1.3.0.9000

Toggle v1.3.0.9000's commit message
DBI 1.3.0.9000

- Switching to development version.

v1.3.0

Toggle v1.3.0's commit message
DBI 1.3.0

## Features

- Add support for OpenTelemetry via the otel and otelsdk packages (@shikokuchuo, #551).

## Bug fixes

- `dbWithTransaction()` calls `dbRollback()` also on interrupt (@klin333, #528).

- `dbQuoteLiteral()` uses the format `"%Y-%m-%d %H:%M:%S%z"` which is understood by more databases (#486).

## Documentation

- Add "Supported By Posit" badge to website (@krlmlr).

- Render specification with newest pandoc (#568).

- Add new generics to specification.

## Performance

- Avoid unnecessary computation in default `dbUnquoteIdentifier()` method (@MichaelChirico, #515).

## Breaking changes

- Many generics in the package are now a `"nonstandardGeneric"` instead of a `"standardGeneric"`: The `def` argument to `methods::setClass()` changed from a direct call to `methods::standardGeneric()` to a function that wraps `methods::standardGeneric()`. This should not affect most users, but became apparent with the tests in the dittodb package failing and is listed here for completeness. See <ropensci/dittodb#197> for detail.

v1.2.3.9039

Toggle v1.2.3.9039's commit message
DBI 1.2.3.9039

## Features

- Add support for OpenTelemetry (@shikokuchuo, #551).

## Chore

- Simplify matching code for otel (#569).

## Documentation

- Add "Supported By Posit" badge to website (@krlmlr).

- Render specification with newest pandoc (#568).

v1.2.3.9038

Toggle v1.2.3.9038's commit message
DBI 1.2.3.9038

## Continuous integration

- Import from actions-sync, check carefully (#566).

- Import from actions-sync, check carefully (#565).

v1.2.3.9037

Toggle v1.2.3.9037's commit message
DBI 1.2.3.9037

## Continuous integration

- Import from actions-sync, check carefully (#563).

v1.2.3.9036

Toggle v1.2.3.9036's commit message
DBI 1.2.3.9036

## Continuous integration

- Import from actions-sync, check carefully (#561).