mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
35ba8e2b93
On `PoolOptions::connect()`, we open at least `min_connections` connections, or 1 if unset. Therefore, the expression needs to be `max()`. (`min(1, x)` would mean we always open only a single connection). |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |