You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
Changelog
2
2
=========
3
+
v2.1.0.0 (2024-02-28)
4
+
------------------------
5
+
1. Added support for LZ4 and ZSTD compression over wire protocol communication between Redshift server and the client/driver. Compression is turned off by default and can be set using a new connection parameter compression=off or lz4 or zstd.
6
+
2. Added support for unit-testing using Google Test framework.
7
+
3. Upgrade unixODBC dependency from v2.3.1 to v2.3.7 (Linux release).
8
+
4. Fix handling of null termination during unicode processing in SQLDescribeColW API.
9
+
3
10
v2.0.1.0 (2024-01-25)
4
11
------------------------
5
12
1. Added support for Serverless Custom Name. Upgraded windows aws-sdk-cpp to 1.11.218 accordingly.
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Amazon Redshift provides 64-bit ODBC drivers for Linux, and Windows operating sy
15
15
### Prerequisites
16
16
*https://git-lfs.com/ (for correctly cloning this repository)
17
17
* Visual Stuido 2022 Community Edition (For Windows)
18
-
*g++ (For Linux)
18
+
*gcc (For Linux)
19
19
* cmake >= 3.12 (For Linux)
20
20
* Dependencies: To see a list of Linux dependencies, please look into src/odbc/rsodbc/CMakeLists.txt (windows: Dependencies are already included).
21
21
@@ -30,8 +30,7 @@ It builds **rsodbc.dll** file under **src\odbc\rsodbc\x64\Release** directory.
30
30
31
31
32
32
export DEPENDENCY_DIR=
33
-
On Unix system you should provide dependencie folder. To do that, please set `DEPENDENCY_DIR` in `exports_basic.sh` file.
34
-
For more information, please refer to BUILD.CMAKE.md file.
33
+
Ensure proper dependencies are provided on Unix systems by configuring the dependency variable: Set the `DEPENDENCY_DIR` variable in the `exports_basic.sh`` file. For further details, consult the `BUILD.CMAKE.md` file.
35
34
Then run:
36
35
```
37
36
build64.sh n.n.n n
@@ -51,8 +50,8 @@ Default Installation Directory:
51
50
See [Amazon Redshift ODBC Driver Installation and Configuration Guide](https://docs.aws.amazon.com/redshift/latest/mgmt/odbc20-install.html) for more information.
0 commit comments