Path to this page:
Subject: CVS commit: pkgsrc/math/R-DBI
From: Makoto Fujiwara
Date: 2022-12-18 07:46:43
Message id: 20221218064643.8CD6AFA90@cvs.NetBSD.org
Log Message:
(math/R-DBI) Updated 1.1.1 to 1.1.3
# DBI 1.1.3 (2022-06-18)
## Features
- `dbAppendTable()` accepts `Id` (#381, @renkun-ken).
## Documentation
- `?dbSendQuery` and related methods gain a section "The data
retrieval flow" (#386).
- `?dbSendStatement` and related methods gain a section "The command
execution flow" (#386).
# DBI 1.1.2 (2021-12-19)
## Features
- Use `dbQuoteLiteral()` in default method for `sqlData()` (#362, #371).
- Update specification with changes from DBItest 1.7.2 (#367).
## Documentation
- The pkgdown documentation for DBI generics (e.g. `?dbConnect`)
contains clickable links to all known backends (except ROracle), and
an explanatory sentence (#360).
- `?Id` gains better examples (#295, #370).
- Elaborate on status of `dbWriteTable()` in the documentation (#352,
#372).
- Make method definition more similar to S3. All `setMethod()` calls
refer to top-level functions (#368).
- `?dbReadTable` and other pages gain pointers to `Id()` and `SQL()` (#359).
Files: