Skip to content

v2.5.2

Compare
Choose a tag to compare
@arvdias arvdias released this 04 Dec 09:14
· 98 commits to master since this release
cefb6a0

Changed

Added configuration option, DisableConnectionPool to disable the connection pool. There are cases where the connection pool does not properly re-use cnnections and leads to errors getting new connections thus failing some queries. Disabling the connection pool can lead to lower performance, but removes the issue of not being able to execute some queries.