|
|
@ -1,5 +1,17 @@
|
|
|
|
HikariCP Changes
|
|
|
|
HikariCP Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes between 1.2.1 and 1.2.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*) Perform a rollback() on connections returned to the pool with
|
|
|
|
|
|
|
|
auto commit disabled.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*) Add a constructor for HikariConfig that accepts a Properties
|
|
|
|
|
|
|
|
object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*) Speed improvements for delegate mode.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*) Fix a bug where connection timeouts could not be disabled.
|
|
|
|
|
|
|
|
|
|
|
|
Changes between 1.1.9 and 1.2.1
|
|
|
|
Changes between 1.1.9 and 1.2.1
|
|
|
|
|
|
|
|
|
|
|
|
*) Clear SQL warnings before returning a connection to the user.
|
|
|
|
*) Clear SQL warnings before returning a connection to the user.
|
|
|
|