Skip to content

Commit 2f66e88

Browse files
authored
odbc 1.4.1 release (#705)
* Polish news * Rebuild readme * Correctly wrap news * Re-document * Note about resubmission * Increment version number to 1.4.1
1 parent 4e9d6a7 commit 2f66e88

6 files changed

+20
-17
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: odbc
22
Title: Connect to ODBC Compatible Databases (using the DBI Interface)
3-
Version: 1.4.0.9000
3+
Version: 1.4.1
44
Authors@R: c(
55
person("Jim", "Hester", role = "aut"),
66
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),

NEWS.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1-
# odbc (development version)
1+
# odbc 1.4.1
22

3-
* The Microsoft SQL Server method for `odbcDataType()` will now return `"BIGINT"`
4-
for integer64 objects rather than converting to `"FLOAT"` (@simonpcouch, #698).
3+
* New `odbcListConfig()` lists configuration files on Mac and Linux
4+
(@simonpcouch, #565).
55

66
* `databricks()` now works with manually supplied `pwd` and `uid` (#690).
77

8+
* Oracle: uses correct parent class (#685).
9+
810
* SQL Server: correctly enumerate schemas across databases in connections pane
911
(@detule, #527).
1012

11-
* Added a function `odbcListConfig()` to help locate configuration files on
12-
macOS and Linux (@simonpcouch, #565).
13-
14-
* Use correct parent class for Oracle (#685).
15-
16-
* Removed the `driver_info` class from `dbGetInfo()` output (@simonpcouch, #667).
13+
* SQL Server: now uses column type `"BIGINT"` integer64 objects
14+
(@simonpcouch, #698).
1715

1816
# odbc 1.4.0
1917

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ with the driver manager. The odbc package is built on top of the
5454
[nanodbc](https://nanodbc.github.io/nanodbc/) C++ library. To interface
5555
with DBMSs using R and odbc:
5656

57-
<img src="man/figures/r-interface.png" alt="A high-level workflow for using the R interface in 3 steps. In step 1, configure drivers and data sources, the functions odbcListDrivers() and odbcListDataSources() help to interface with the driver manager. In step 2, the dbConnect() function, called with the first argument odbc(), connects to a database using the specified ODBC driver to create a connection object &quot;con.&quot; Finally, in step 3, that connection object can be passed to various functions to retrieve information on database structure, iteratively develop queries, and query data objects." width="1824" />
57+
<img src="man/figures/r-interface.png" alt="A high-level workflow for using the R interface in 3 steps. In step 1, configure drivers and data sources, the functions odbcListDrivers() and odbcListDataSources() help to interface with the driver manager. In step 2, the dbConnect() function, called with the first argument odbc(), connects to a database using the specified ODBC driver to create a connection object &quot;con.&quot; Finally, in step 3, that connection object can be passed to various functions to retrieve information on database structure, iteratively develop queries, and query data objects." width="1302" />
5858

5959
You might also use the [dbplyr package](https://dbplyr.tidyverse.org/)
6060
to automatically generate SQL from your dplyr code.

cran-comments.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## R CMD check results
22

3-
0 errors | 0 warnings | 0 notes
3+
0 errors | 0 warnings | 1 notes
4+
5+
There was one note: Days since last update: 5.
6+
I discovered a severe breakage for Oracle users and wanted to get a fix out as soon as possible.
47

58
## revdepcheck results
69

man/SQLServer.Rd

+6-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/odbcConnectionSchemas.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)