Commit da2f650
docs: fix misleading close() docstring — only idle connections are closed
The close() docstring said "Close all connections (both idle and
in-use)" but since the #080 fix, it only closes idle connections.
In-use connections are closed when their acquire() context manager
exits. Update the docstring to accurately describe this behavior
and guide users on how to ensure full cleanup.
Closes #092
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1edc2b5 commit da2f650
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
189 | 196 | | |
190 | 197 | | |
191 | 198 | | |
| |||
0 commit comments