Skip to content

Commit

Permalink
R-DBI: Autospec creation for update from version 1.0.0 to version 1.1.0
Browse files Browse the repository at this point in the history
Charles Bailey (3):
      Add dbUnquoteIdentifier tests for valid expressions without embedded quotes
      Add dbUnquoteIdentifier tests for constructs that need quote escaping
      make dbUnquoteIdentifier more flexible with respect to embedded quotes

GitHub (1):
      Deploy from Travis build 1349 [ci skip]

Katharina Brunner (5):
      outsource history part as a separate article
      Revert "outsource history part as a separate article"
      add history part as a separate article
      add draft for introduction vignette
      incorporate comments

Kirill Müller (145):
      Deploy from Travis build 1100 [ci skip]
      Deploy from Travis build 1101 [ci skip]
      Deploy from Travis build 1103 [ci skip]
      Deploy from Travis build 1108 [ci skip]
      Deploy from Travis build 1110 [ci skip]
      Deploy from Travis build 1116 [ci skip]
      Install move probot
      Add assertion
      Remove unused call
      Document
      Link to new API
      - Improve documentation for `Id`.
      fledge: Bump version to 1.0.0.9000
      Add codecov.yml, closes #221
      Add conduct and templates
      Use LGPL 2.1, include license text
      Install pkgapi for tic
      Deploy from Travis build 1242 [ci skip]
      Also need dev pkgdown for Travis CI, for r-lib/pkgdown#738
      Deploy from Travis build 1243 [ci skip]
      Deploy from Travis build 1244 [ci skip]
      Deploy from Travis build 1249 [ci skip]
      Deploy from Travis build 1250 [ci skip]
      Deploy from Travis build 1251 [ci skip]
      Deploy from Travis build 1252 [ci skip]
      Deploy from Travis build 1253 [ci skip]
      Deploy from Travis build 1258 [ci skip]
      Deploy from Travis build 1263 [ci skip]
      Deploy from Travis build 1264 [ci skip]
      Add link to website
      roxygen2 6.1.0
      Update docs
      CoC and templates
      Simple process for reporting security vulnerabilities
      Deploy from Travis build 1265 [ci skip]
      Add badge
      Deploy from Travis build 1266 [ci skip]
      Tweaks
      fledge: Bump version to 1.0.0.9001
      Need only one CoC
      Use SVG badge
      Deploy from Travis build 1352 [ci skip]
      Deploy from Travis build 1357 [ci skip]
      Deploy from Travis build 1361 [ci skip]
      Deploy from Travis build 1364 [ci skip]
      Deploy from Travis build 1367 [ci skip]
      Travis tweaks
      Deploy from Travis build 1374 [ci skip]
      Deploy from Travis build 1393 [ci skip]
      Deploy from Travis build 1399 [ci skip]
      Deploy from Travis build 1400 [ci skip]
      Deploy from Travis build 1411 [ci skip]
      Deploy from Travis build TRUE [ci skip]
      Deploy from Travis build TRUE [ci skip]
      Deploy from Travis build 1434 [ci skip]
      Deploy from Travis build 1438 [ci skip]
      Deploy from Travis build 1444 [ci skip]
      Deploy from Travis build 1445 [ci skip]
      Deploy from Travis build 1448 [ci skip]
      Deploy from Travis build 1450 [ci skip]
      Deploy from Travis build 1452 [ci skip]
      Deploy from Travis build 1453 [ci skip]
      Deploy from Travis build 1454 [ci skip]
      Deploy from Travis build 1457 [ci skip]
      Deploy from Travis build 1460 [ci skip]
      Deploy from Travis build 1463 [ci skip]
      Deploy from Travis build 1465 [ci skip]
      Deploy from Travis build 1467 [ci skip]
      Deploy from Travis build 1468 [ci skip]
      Deploy from Travis build 1474 [ci skip]
      Deploy from Travis build 1475 [ci skip]
      Deploy from Travis build 1476 [ci skip]
      Deploy from Travis build 1478 [ci skip]
      Deploy from Travis build 1479 [ci skip]
      Deploy from Travis build 1480 [ci skip]
      Deploy from Travis build 1482 [ci skip]
      Deploy from Travis build 1483 [ci skip]
      Deploy from Travis build 1484 [ci skip]
      Deploy from Travis build 1485 [ci skip]
      Deploy from Travis build 1486 [ci skip]
      Deploy from Travis build 1487 [ci skip]
      - `dbUnquoteIdentifier()` also handles unquoted identifiers of the form `table`, `schema.table` or `catalog.schema.table`, for compatibility with dbplyr.
      Support R >= 3.2 in tests
      Fewer dev versions
      Document
      Document
      - `sqlInterpolate()` uses `dbQuoteLiteral()` instead of checking the type of the input.
      More detail for sqlInterpolate()
      Restore test
      Specify immediate argument
      Default to immediate = NULL
      Revdep results
      Bump version to 1.0.0.9002
      Deployed from gh-pages now
      Faster local installation
      Build-ignore
      Use newer backends
      - New `DBIConnector` class (#280).
      Build docs for master and release branches
      Use dev rmarkdown to work around article problem
      Document ellipsis
      - Update examples to refer to `params` instead of `param` (#235).
      Consistent documentation of conn argument
      Document
      - New `setDBIMethod()` (#235).
      Bump version to 1.0.0.9003
      Only use description once
      Use html_vignette
      Move DBI history into a separate article, #286
      Rename
      Bump version to 1.0.0.9004
      Revert "Only use description once"
      - Remove `setDBIMethod()` (#235).
      Add GitHub URL
      Qualify modifyList()
      Don't need dev version of rmarkdown
      Notes are errors
      use_tidy_description()
      One sentence per line
      README.Rmd
      fnd
      fnd
      Document
      Improve connector documentation
      Update roxygen2
      Pretty rendering of the spec
      Don't show pandoc command line
      Add reference index, closes #288
      Clarify, closes #280
      - Use specifiaction for `dbGetInfo()` (#271).
      Tweak
      From spec
      Ignore
      Bump version to 1.0.0.9006
      Document
      Remove stale NEWS entry
      Use AppVeyor
      Sync with RSQLite
      Binary
      Bump version to 1.1.0
      Up CRAN comments
      NEWS
      Less ambitious
      Fix CoC link
      Move back

Kun Ren (2):
      Add usage of SQL() to sqlInterpolate() examples
      Add a test case for sqlInterpolate() for unquoted strings using SQL()

Rich FitzJohn (1):
      Avoid parial arg match in dbWriteTable

Sean Raffuse (2):
      Support Id with catalog in dbUnquoteIdentifier
      Add tests for dbUnquoteIdentifier

jarauh (1):
      Fix documentation of dbQuoteIdentifier
  • Loading branch information
fenrus75 authored and clrpackages committed Dec 17, 2019
1 parent 13b66f7 commit 6c7602e
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := R-DBI
URL = https://cran.r-project.org/src/contrib/DBI_1.0.0.tar.gz
URL = https://cran.r-project.org/src/contrib/DBI_1.1.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
41 changes: 26 additions & 15 deletions R-DBI.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,33 @@
# Generated by: autospec.py
#
Name : R-DBI
Version : 1.0.0
Release : 76
URL : https://cran.r-project.org/src/contrib/DBI_1.0.0.tar.gz
Source0 : https://cran.r-project.org/src/contrib/DBI_1.0.0.tar.gz
Version : 1.1.0
Release : 77
URL : https://cran.r-project.org/src/contrib/DBI_1.1.0.tar.gz
Source0 : https://cran.r-project.org/src/contrib/DBI_1.1.0.tar.gz
Summary : R Database Interface
Group : Development/Tools
License : LGPL-2.0+
BuildRequires : R-backports
BuildRequires : R-cli
License : LGPL-2.1
Requires: R-RSQLite
Requires: R-xml2
BuildRequires : R-RSQLite
BuildRequires : R-knitr
BuildRequires : R-markdown
BuildRequires : R-rlang
BuildRequires : R-rprojroot
BuildRequires : R-withr
BuildRequires : R-xml2
BuildRequires : buildreq-R
BuildRequires : util-linux

%description
# DBI
[![Build Status](https://travis-ci.org/r-dbi/DBI.png?branch=master)](https://travis-ci.org/r-dbi/DBI) [![Coverage Status](https://codecov.io/gh/r-dbi/DBI/branch/master/graph/badge.svg)](https://codecov.io/github/r-dbi/DBI?branch=master) [![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/DBI)](https://cran.r-project.org/package=DBI)
<!-- badges: start -->
[![Build
Status](https://travis-ci.org/r-dbi/DBI.svg?branch=master)](https://travis-ci.org/r-dbi/DBI)
[![AppVeyor build
status](https://ci.appveyor.com/api/projects/status/github/r-dbi/DBI?branch=master&svg=true)](https://ci.appveyor.com/project/r-dbi/DBI)
[![Coverage
Status](https://codecov.io/gh/r-dbi/DBI/branch/master/graph/badge.svg)](https://codecov.io/github/r-dbi/DBI?branch=master)
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/DBI)](https://cran.r-project.org/package=DBI)
[![CII Best
Practices](https://bestpractices.coreinfrastructure.org/projects/1882/badge)](https://bestpractices.coreinfrastructure.org/projects/1882)
<!-- badges: end -->

%prep
%setup -q -c -n DBI
Expand All @@ -33,10 +39,10 @@ export http_proxy=http://127.0.0.1:9/
export https_proxy=http://127.0.0.1:9/
export no_proxy=localhost,127.0.0.1,0.0.0.0
export LANG=C.UTF-8
export SOURCE_DATE_EPOCH=1571815893
export SOURCE_DATE_EPOCH=1576528175

%install
export SOURCE_DATE_EPOCH=1571815893
export SOURCE_DATE_EPOCH=1576528175
rm -rf %{buildroot}
export LANG=C.UTF-8
export CFLAGS="$CFLAGS -O3 -flto -fno-semantic-interposition "
Expand Down Expand Up @@ -93,8 +99,13 @@ R CMD check --no-manual --no-examples --no-codoc DBI || :
/usr/lib64/R/library/DBI/R/DBI.rdx
/usr/lib64/R/library/DBI/doc/DBI-1.Rmd
/usr/lib64/R/library/DBI/doc/DBI-1.html
/usr/lib64/R/library/DBI/doc/DBI-history.Rmd
/usr/lib64/R/library/DBI/doc/DBI-history.html
/usr/lib64/R/library/DBI/doc/DBI-proposal.Rmd
/usr/lib64/R/library/DBI/doc/DBI-proposal.html
/usr/lib64/R/library/DBI/doc/DBI.R
/usr/lib64/R/library/DBI/doc/DBI.Rmd
/usr/lib64/R/library/DBI/doc/DBI.html
/usr/lib64/R/library/DBI/doc/backend.R
/usr/lib64/R/library/DBI/doc/backend.Rmd
/usr/lib64/R/library/DBI/doc/backend.html
Expand Down
3 changes: 2 additions & 1 deletion buildreq_cache
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
1.0.0
1.1.0
R-RSQLite
R-backports
R-cli
R-markdown
Expand Down
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = R-DBI
url = https://cran.r-project.org/src/contrib/DBI_1.0.0.tar.gz
url = https://cran.r-project.org/src/contrib/DBI_1.1.0.tar.gz
archives =
giturl = https://github.com/r-dbi/DBI.git
domain =
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
76
77
4 changes: 2 additions & 2 deletions testresults
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Total : 45
Pass : 42
Total : 44
Pass : 41
Fail : 1
Skip : 2
XFail : 0
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3d495ca9c05fab5bbb8cddb33af95afc730152d5/DBI_1.0.0.tar.gz
d0a0c5ad899024ff25e250de36dd4ffdbbe36ca1/DBI_1.1.0.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0

0 comments on commit 6c7602e

Please sign in to comment.