|
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 |
13 | 2 |
|
14 | 3 | * 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). |
15 | 5 |
|
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). |
19 | 9 |
|
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). |
21 | 13 |
|
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). |
24 | 17 |
|
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). |
26 | 22 |
|
27 | 23 | # odbc 1.6.1
|
28 | 24 |
|
|
0 commit comments