Skip to content

Commit e53f7fd

Browse files
authored
merge pr #939: odbc v1.6.2
2 parents 3a289af + 739e697 commit e53f7fd

File tree

3 files changed

+18
-23
lines changed

3 files changed

+18
-23
lines changed

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Package: odbc
22
Title: Connect to ODBC Compatible Databases (using the DBI Interface)
3-
Version: 1.6.1.9000
3+
Version: 1.6.2
44
Authors@R: c(
55
person("Jim", "Hester", role = "aut"),
66
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
77
person("Oliver", "Gjoneski", role = "aut"),
8+
person("Simon", "Couch", email = "[email protected]", role = "aut"),
89
person("lexicalunit", role = "cph",
910
comment = "nanodbc library"),
1011
person("Google Inc.", role = "cph",

NEWS.md

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
1-
# odbc (development version)
2-
3-
* SQL Server: You can now bind `data.frames` to table
4-
valued parameters of stored procedures (#928).
5-
6-
* Snowflake: Add `sf_private_key` and `sf_private_key_password`
7-
connection attributes to allow users to pass the contents
8-
of the PEM formatted private key to the driver directly from
9-
memory (#933).
10-
11-
* Fix retrieving multiple result sets from parametrized queries
12-
in cases when some parameters yield empty results (#927).
1+
# odbc 1.6.2
132

143
* Fix hang when parsing exceptionally long database errors (#916).
4+
* Fix retrieving multiple result sets from parametrized queries in cases when some parameters yield empty results (#927).
155

16-
* DB2: Fix error when writing to temp tables (#910).
17-
18-
* DB2: Add support for `DB2_XML` (#913).
6+
* Databricks and Snowflake:
7+
- The package will prefer shlib to locate statically built installations of unixodbc, correcting an issue with erroneously overwritten lines in `simba.sparkodbc.ini` (#921).
8+
- `dbConnect()` no longer errors on repeated calls (#901).
199

20-
* SQL Server: Support for `DATETIMEOFFSET` data type (#918).
10+
* DB2:
11+
- `DB2_XML` support added (#913).
12+
- Fix error when writing to temp tables (#910).
2113

22-
* SQL Server: Fix issues with argument propagation in bespoke
23-
S4 methods (#906).
14+
* Snowflake:
15+
- `sf_private_key` and `sf_private_key_password` connection attributes added to pass PEM formatted private key contents directly from memory (#933).
16+
- Corrected search paths for `.ini` files, so the package is now more likely to find configuration files by default (#937).
2417

25-
* Databricks: Fix repeated calls to `dbConnect` (#901).
18+
* SQL Server:
19+
- Fix issues with argument propagation in bespoke S4 methods (#906).
20+
- `DATETIMEOFFSET` data type support added (#918).
21+
- `data.frames` can now bind to table valued parameters of stored procedures (#928).
2622

2723
# odbc 1.6.1
2824

cran-comments.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
Trying again - I think we should now be passing on M1mac. Sorry for the multiple attempts here but something is configured in an unexpected way on that system and we're having a hard time replicating locally.
2-
31
## R CMD check results
42

53
Recent MacOS builds trigger the NOTE "installed size is 11.0Mb." MacOS builds include all debug symbols and CRAN policy doesn't permit building without them.
64

75
## revdepcheck results
86

9-
We checked 35 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
7+
We checked 39 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
108

119
* We saw 0 new problems
1210
* We failed to check 0 packages

0 commit comments

Comments
 (0)