flyway / flyway-community-db-support

Offical Flyway Community Supported Database Plugins
https://flywaydb.org/
Apache License 2.0
5 stars 30 forks source link

[Clickhouse] Fix systemConnection connection leak #29

Closed unkn0wnl closed 7 months ago

unkn0wnl commented 7 months ago

System connection aren't closed after it was used. It's because the close() method was not overridden.

In general: If you use a connection pool like HikariCP, the connection isn't returned back to the pool.

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.

sazonov commented 7 months ago

Hi @Barry-RG. Could you please tell if there are plans for merging it.