JDBC setSchema(null) exits the current schema

Details

Detail name Value
Changelog Number 9061
Type Improvement
Status Resolved
Fix Versions Exasol 7.0.0, Exasol 6.2.3
Resolution Date 2019-11-18

Current behavior:
The method setSchema called with null as parameter will throw an exception telling us that this value is not allowed.

Improved behavior:
setSchema(null) will exit the current schema, if any schema was open. It does the same like calling "close schema" as a SQL command.

Changed behavior

Current behavior: The method setSchema called with null as parameter will throw an exception telling us that this value is not allowed. Improved behavior: setSchema(null) will exit the current schema, if any schema was open. It does the same like calling "close schema" as a SQL command.