EXADataSource getConnection functions enhancement

Details

Detail name Value
Changelog Number 28263
Type Improvement
Status Resolved
Fix Versions JDBC 26.2.8
Resolution Date 2026-06-30

Background

Earlier, only the JDBC method getConnection(String connectionString) was available to connect via EXADataSource interface.

Improvement

Method getConnection(String connectionString, String username, String password) overload was added for explicit credential support. Both overloads now automatically add the jdbc:exa: prefix if the connection string is missing it.