Commit 381810b
committed
Fix AttributeError when pool is None in Bolt3 error handling
Add null check for self.pool before calling on_neo4j_error() in
async Bolt3 implementation to prevent AttributeError when the
connection pool is not available during Neo4jError handling.1 parent 4fc39f3 commit 381810b
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
591 | | - | |
| 591 | + | |
| 592 | + | |
592 | 593 | | |
593 | 594 | | |
594 | 595 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments