JDBC Module: DWAConnection class is removed

Details

Detail name Value
Changelog Number 8946
Type Improvement
Status Resolved
Fix Versions Exasol 7.1.0
Resolution Date 2021-08-03

Background

The previous release already introduced a new class EXAConnection in the JDBC Module in order to replace the old class DWAConnection, which was marked as deprecated.

Improvement

The deprecated class DWAConnection is completely removed from the JDBC module. 

Please switch to EXAConnection class if you still use the DWAConnection within the JDBC Module

Changed behavior

Interface change, deprecated DWAConnection is removed.