mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2026-01-29 09:40:08 +01:00
According to HikariCP, it's recommended to use the DataSource version if available. For MySQL, it's not recommended, because of bugs in the network timeout implementation. Therefore, we use here the jdbc url version still, but let the driver be picked by the DriveManager. Fixes #591