Skip to content

Commit 966ee47

Browse files
author
Naveen Kumar
committed
Updated changelog, readme and version file for ODBC 2.1.9 release
1 parent 070e721 commit 966ee47

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
v2.1.9 (2025-08-14)
5+
---------------------
6+
1. Fixed row-wise parameter binding in SQLBindParameter by implementing correct length indicator pointer and stride calculations.
7+
48
v2.1.8 (2025-07-01)
59
---------------------
610
1. Added support to change the connection to read-write using mode SQL_ATTR_ACCESS_MODE after the connection was established.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Linux: https://docs.aws.amazon.com/redshift/latest/mgmt/odbc20-install-linux.htm
2323
Amazon Redshift recommends downloading and using the prebuilt driver installer from [AWS Redshift documentation](https://docs.aws.amazon.com/redshift/latest/mgmt/odbc20-install-win.html) for the best experience.
2424

2525
If you choose to build from source, please note that the Redshift ODBC driver does not include pre-built binaries or complementary build script for building driver dependencies.
26-
Building Redshift ODBC driver from source requires pre-built binaries for following dependencies:
26+
Building Redshift ODBC driver from source requires pre-built binaries for following dependencies (last tested versions shown):
2727
* OpenSSL 1.1.1x latest version (requires OpenSSL Premium support)
28-
* AWS SDK for CPP
29-
* C-ares
30-
* GoogleTest
28+
* AWS SDK for CPP (1.11.626)
29+
* C-ares (1.34.5)
30+
* GoogleTest (1.17.0)
3131
* Curl (Linux only)
3232

3333
### Prerequisites

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.8 0
1+
2.1.9 0

0 commit comments

Comments
 (0)