JDBC connection pool close not working correctly
Details
| Detail name | Value |
|---|---|
| Changelog Number | 8566 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | |
| Fix Versions | Exasol 7.0.0, Exasol 6.2.3, Exasol 7.0.0-alpha1 |
| Resolution Date | 2019-10-21 |
Calling the close() method on a pooled connection should put the connection back into the pool, ready for reuse.
In our case this method was closing the physical connection instead of giving it back to the pool.
We have fixed that.