Skip to content

Commit 8b0a4c6

Browse files
committed
Revert "Avoid linking to connectionstrings.com"
After contacting Max Wikström from connectionstrings.com he was able to reconfigure their server to respond to the HEAD requests, so we can re-enable the links now. This reverts commit fee8225.
1 parent a324210 commit 8b0a4c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ S3method(odbcDataType,Oracle)
1414
S3method(odbcDataType,PostgreSQL)
1515
S3method(odbcDataType,Redshift)
1616
S3method(odbcDataType,SQLite)
17-
S3method(odbcDataType,Snowflake)
1817
S3method(odbcDataType,Teradata)
1918
S3method(odbcDataType,default)
2019
S3method(odbcListColumns,OdbcConnection)

R/Driver.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ setMethod(
7575
#' The connection string keywords are driver dependent. The parameters
7676
#' documented here are common, but some drivers may not accept them. Please see
7777
#' the specific driver documentation for allowed parameters,
78-
#' 'https://www.connectionstrings.com' is also a useful resource of example
78+
#' \url{https://www.connectionstrings.com} is also a useful resource of example
7979
#' connection strings for a variety of databases.
8080
#' @aliases dbConnect
8181
#' @export

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ con <- dbConnect(odbc::odbc(),
164164
```
165165

166166
Alternatively you can pass a complete connection string as the
167-
`.connection_string` argument. 'https://www.connectionstrings.com' is a useful resource that
167+
`.connection_string` argument. [The Connection Strings
168+
Reference](https://www.connectionstrings.com) is a useful resource that
168169
has example connection strings for a large variety of databases.
169170

170171
``` r

man/dbConnect-OdbcDriver-method.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)