Version 7.1.4 Release Notes
Release date: 2021-12-22
This list provides an overview of all changes in version 7.1.4.
Download version 7.1.4 from the Exasol Download Portal.
Changed behavior
| Changelog entry | Changed behavior |
|---|---|
| 13564 | The JDBC driver throws UnsupportedOperationException instead of NotImplementedException. |
| 13497 | New Connection string arguments are introduced in the JDBC driver for loading keystore. |
| 11369 | Default behavior is unchanged. With the command line parameter "-zeroRawSizeForViewsAndScripts=1", views, scripts, and functions have 0 raw size. |
Improvements
| Changelog entry | Summary |
|---|---|
| 13564 | JDBC: Throw UnsupportedOperationException instead of NotImplementedException |
| 13547 | JDBC: Only reconnect if reconnecting will allow a successful connection |
| 13497 | JDBC: New Connection String Parameters for Java Keystore |
| 13268 | ODBC: Added check for redistributables to Windows installer |
| 11369 | Raw size of scripts, views, and functions set to 0 bytes |
Bug fixes
| Changelog entry | Summary |
|---|---|
| 13710 | Incorrect results in filter evaluation for columns of type char() ascii and hash type |
| 13587 | EXPORT INTO EXA with HASHTYPE columns may fail with REPLACE |
| 13502 | Analytic functions fails in combination with COUNT of HASHTYPE column and ORDER BY in OVER clause |
| 13430 | Table value constructor with very small HASHTYPE returns wrong results |
| 13304 | DML statements may crash for tables containing HASHTYPE(1,...,15, 17,18,19 BYTE) columns |
| 12834 | EXA_ALL_CONSTRAINT_COLUMNS may become unresponsive |
| 12723 | IF-statement with constant (like true or false) may fail |