Skip to content

Conversation

@robsdedude
Copy link
Member

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.

Backport of #1267

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.
@robsdedude robsdedude changed the title Fix AttributeError when pool is None in Bolt3 error handling [5.0] Fix AttributeError when pool is None in Bolt3 error handling Dec 2, 2025
@robsdedude robsdedude changed the title [5.0] Fix AttributeError when pool is None in Bolt3 error handling [5.28] Fix AttributeError when pool is None in Bolt3 error handling Dec 2, 2025
@robsdedude robsdedude marked this pull request as ready for review December 2, 2025 16:32
@robsdedude robsdedude enabled auto-merge (squash) December 2, 2025 16:44
@robsdedude robsdedude merged commit f9cb658 into neo4j:5.0 Dec 3, 2025
30 checks passed
@robsdedude robsdedude deleted the fix-bolt3-pool-null-check-5.0 branch December 3, 2025 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants