diff options
author | mef <mef@pkgsrc.org> | 2020-09-20 22:51:47 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-09-20 22:51:47 +0000 |
commit | f26499a3fbb98ddab5320ad8d00945a8803c7b05 (patch) | |
tree | 620020c407e3bd857ac8d551342cf3fbd617540a /math/R-DBI | |
parent | c1a8d3a4e53595f9fd1f322f10d249237cda9c95 (diff) | |
download | pkgsrc-f26499a3fbb98ddab5320ad8d00945a8803c7b05.tar.gz |
(math/R-DBI) Updated 1.0.0 to 1.1.0
# DBI 1.1.0
## New features
- New `DBIConnector` class (#280).
- Specify `immediate` argument to `dbSendQuery()`, `dbGetQuery()`,
`dbSendStatement()` and `dbExecute()` (#268).
- Use specification for `dbGetInfo()` (#271).
- `dbUnquoteIdentifier()` now supports `Id()` objects with `catalog`
members (#266, @raffscallion). It also handles unquoted identifiers
of the form `table`, `schema.table` or `catalog.schema.table`, for
compatibility with dbplyr.
## Documentation
- New DBI intro article (#286, @cutterkom).
- Add pkgdown reference index (#288).
- DBI specification on https://dbi.r-dbi.org/dev/articles/spec now
comes with a table of contents and code formatting.
- Update examples to refer to `params` instead of `param` (#235).
- Improved documentation for `sqlInterpolate()` (#100). Add usage of
`SQL()` to `sqlInterpolate()` examples (#259, @renkun-ken).
- Improve documentation for `Id`.
## Internal
- Add tests for `dbUnquoteIdentifier()` (#279, @baileych).
- `sqlInterpolate()` uses `dbQuoteLiteral()` instead of checking the
type of the input.
- Avoid partial argument match in `dbWriteTable()` (#246, @richfitz).
Diffstat (limited to 'math/R-DBI')
-rw-r--r-- | math/R-DBI/Makefile | 7 | ||||
-rw-r--r-- | math/R-DBI/distinfo | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/math/R-DBI/Makefile b/math/R-DBI/Makefile index e062da3dc20..10839e8b6ed 100644 --- a/math/R-DBI/Makefile +++ b/math/R-DBI/Makefile @@ -1,13 +1,16 @@ -# $NetBSD: Makefile,v 1.8 2019/08/08 19:53:44 brook Exp $ +# $NetBSD: Makefile,v 1.9 2020/09/20 22:51:47 mef Exp $ R_PKGNAME= DBI -R_PKGVER= 1.0.0 +R_PKGVER= 1.1.0 CATEGORIES= math MAINTAINER= minskim@NetBSD.org COMMENT= R database interface LICENSE= gnu-lgpl-v2 OR gnu-lgpl-v2.1 OR gnu-lgpl-v3 +TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown +TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr + USE_LANGUAGES= # none .include "../../math/R/Makefile.extension" diff --git a/math/R-DBI/distinfo b/math/R-DBI/distinfo index f427d5c06d2..63de2d020f0 100644 --- a/math/R-DBI/distinfo +++ b/math/R-DBI/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2018/05/09 18:08:19 minskim Exp $ +$NetBSD: distinfo,v 1.8 2020/09/20 22:51:47 mef Exp $ -SHA1 (R/DBI_1.0.0.tar.gz) = 3d495ca9c05fab5bbb8cddb33af95afc730152d5 -RMD160 (R/DBI_1.0.0.tar.gz) = 7570d18de00b8ef7bfb1399be3fd69995fd57865 -SHA512 (R/DBI_1.0.0.tar.gz) = 641e86b124045c00321bddad70b849d3236abc8a3fec5eb29485754387393405cfa52643073c74780402a17e767094720f7cb2e9f1497d382d98410c77ad587f -Size (R/DBI_1.0.0.tar.gz) = 931812 bytes +SHA1 (R/DBI_1.1.0.tar.gz) = d0a0c5ad899024ff25e250de36dd4ffdbbe36ca1 +RMD160 (R/DBI_1.1.0.tar.gz) = 9ebb019ec45d824e93c653c8fe3aa62032575e5e +SHA512 (R/DBI_1.1.0.tar.gz) = 0d5dbead2fbe40a11557a2e0e6e7e1bc88836a5f6e8ecdb2dda19b37d95a944bb2c387eb08bd586fc88217812f51dc5292f2431b4e67803a1299bc4fec9879c4 +Size (R/DBI_1.1.0.tar.gz) = 633079 bytes |