HikariCP icon indicating copy to clipboard operation
HikariCP copied to clipboard

光 HikariCP・A solid, high-performance, JDBC connection pool at last.

Results 241 HikariCP issues
Sort by recently updated
recently updated
newest added

a translation to chinese about readme

Hi Again! A small quality of life improvement to allow external users to get to the connection creation stacktrace. This is useful as I have leak detection hooks in my...

`-Xlint` should be inside `` according to the [documentation](https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#compilerArgs)

Following up on my yesterday's PR #1089. Even though it is ok, I think the fact of accepting an Object and then doing tricks to find out wether the library...

…perties, but with setter. In case of DataSourceClassName specified In case initialisation dataSource with jdbcUrl and DataSourceClassName: PoolBase ignore data that was set to HicariConfig, not as properties, but as...

Hi! I saw [issue 615](https://github.com/brettwooldridge/HikariCP/issues/615) and figure'd it would be something pretty easy to do in a morning. All the tests still pass, and I've written the update so that...

Hi @brettwooldridge I am adding some extra data to the connection exception. During getting a connection it is becomes hard to debug and troubleshoot. In case of multiple db servers(replicas)...

We run into a similar issue to https://github.com/brettwooldridge/HikariCP/issues/1489 so we were using the `SQLExceptionOverride` mechanism to avoid the eviction of a connection in some circumstances But in some scenarios a...

bug
volunteer-needed

#### Environment ``` HikariCP version: 3.3.1 Database : PostgreSQL Driver version : 42.2.5 ``` I set a schema in my `hikari.properties`, so Hikari calls `Connection.setSchema` in `PoolBase.setupConnection` when connections are...

Hi, Help me to understand and solve this error. I've been trying to figure out different options for days/weeks now. I probably read everything that is on the Internet and...