Version 8.7.0 Release Notes
This list provides an overview of all changes in version 8.7.0. Version 8.7.0 was released on 2022-11-01.
Changed behavior
| Changelog entry | Changed behavior |
|---|---|
| 15645 | The JDBC driver now returns 28000 (SQLSTATE_INVALID_AUTH_MODE - invalid authorization specification) if the credentials were rejected by the server. |
| 13326 | Write-locks are set when dropping an object. |
| 12820 | The creation of UFDs with duplicated parameter names now returns the error "duplicate parameter name: p1" |
| 11726 | Improved error messages when adding an invalid constraint to a table |
Improvements
| Changelog entry | Summary |
|---|---|
| 13326 | The transaction system sets write-locks for dropped objects |
| 11726 | Improved error messages for duplicate or unknown columns in table constraints |
| 11517 | Weighted active session queue |
Bug fixes
| Changelog entry | Summary |
|---|---|
| 15645 | JDBC: Wrong error code for rejected credentials |
| 15257 | Prepared statements do not allow parameterised LIMIT/OFFSET |
| 12820 | Disallow duplicated parameter names in UDFs |
| 12399 | Queries may fail when combining EMIT - SET chains with ROWNUM |
| 8748 | Wrong 'emitting script in HAVING clause' when an emitting script is used inside a scalar subquery |
| 7034 | CONNECT BY LEVEL < x fails in special case |
| 6155 | Query execution while active session limit has been reached may lead to internal server error |