This repository has been archived by the owner on Jun 14, 2022. It is now read-only.
- Connection pool management adjustments
- Improved connection reuse during concurrent queries for schema introspection
- Go 1.15's DB.SetConnMaxIdleTime is now used to ensure that idle connections aren't reused beyond the session wait_timeout
- Max connection reuse lifetime increased to 60s (previously was 30s, or lower depending on wait_timeout)
- Several module dependencies have been updated to their latest versions