Commit Graph

7 Commits

Author SHA1 Message Date
Anthony Tuininga 762d4ac4e1 Added support for growing the pool back to the minimum number of
connections allowed in the pool when connections are killed or otherwise
become unusable; fixed bug when a dynamically sized pool is created with
an increment of zero and the pool needs to grow.
2023-06-14 18:39:42 -06:00
Anthony Tuininga 423a282aeb Adjust pool to use LIFO (last-in-first-out) processing so that
more recently returned connections are used first.
2023-03-02 10:21:55 -07:00
Anthony Tuininga 7f3c938eb4 Fixed bug creating a homogeneous connection pool with a proxy user
(#101).
2022-11-17 20:37:59 -07:00
Anthony Tuininga 00b526c5bb Ensure that the type cache metadata cursor is closed when a connection
is returned to the pool (since it can no longer be used).
2022-11-10 10:50:09 -07:00
Anthony Tuininga eaa4234442 Test tweaks. 2022-09-12 10:46:09 -06:00
Anthony Tuininga 948cf3b176 Added more tests to the test suite. 2022-09-02 16:35:15 -06:00
Anthony Tuininga 6d5d93eeb9 Initial commit. 2022-05-20 16:08:18 -06:00