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
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.
Added support for unit-testing using Google Test framework.
Upgrade unixODBC dependency from v2.3.1 to v2.3.7 (Linux release).
Fix handling of null termination during unicode processing in SQLDescribeColW API.