0.10.0 - 2020-01-01¶
PyExasol code improvements¶
Reworked script output code and moved it into
pyexasol_utilsmodule. The new way to start script output server in debug mode is:python -m pyexasol_utils.script_output. Old call will produce the RuntimeException with directions.Removed
.utilssub-module.Renamed
pyexasol_utils.httpintopyexasol_utils.http_transportfor consistency.
ExaConnection¶
Fixed bug of
.execute_udf_output()not working with emptyudf_output_bind_address.Added function
_encrypt_password(), logic was moved from.utils.Added function
_get_stmt_output_dir(), logic was moved from.utils. It is now possible to overload this function.