Application extensibility

New error code 299

Situations that cause error message 205 for extension constraints now throw a new error message.

If an extension constraint was violated, then this error was reported: Error 205 (ENOTINRANGE)

Because this is considered as confusing, the error has been changed into this new error code: 299 (EEXTENSIONHOOKERROR). The corresponding description is "Error raised by hook in extension".

Functions for parallel bhells are now trusted

Several functions are available for parallel bshells. The names of these functions start with par.. Within the scope of extensibility, these functions are now defined as so-called trusted functions.

This way, the functions for parallel bshells have been made available in cloud and cloud-ready environments.

The maximum number of parallel bshells for cloud customers is taken into account.

New time-out mechanism for SQL query execution

A new time-out mechanism has been put in place for the execution of SQL Queries. From now on, the queries that are executed from the Extensions (tx) package are limited by a 1000 seconds time-out.