Skip to content

Conversation

@mariusconjeaud
Copy link
Collaborator

No description provided.

mariusconjeaud and others added 15 commits June 12, 2025 15:11
Following the pattern of neomodel.sync_.core.Database where all instance properties are threading-local (except global mappings _NODE_CLASS_REGISTRY and _DB_SPECIFIC_CLASS_REGISTRY), I've converted the same properties of AsyncDatabase to ContextVars (to be context-local instance properties).
…sync-database-transactions"

This reverts commit 983def8, reversing
changes made to 3424ab2.
…ions

Fix for AsyncDatabase and parallel transactions #888 ?
@codecov
Copy link

codecov bot commented Sep 25, 2025

Codecov Report

❌ Patch coverage is 95.89708% with 59 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.27%. Comparing base (e654b21) to head (4d8b831).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
neomodel/async_/node.py 94.73% 13 Missing ⚠️
neomodel/sync_/node.py 94.73% 13 Missing ⚠️
neomodel/async_/transaction.py 90.27% 7 Missing ⚠️
neomodel/sync_/transaction.py 90.27% 7 Missing ⚠️
neomodel/async_/match.py 93.82% 5 Missing ⚠️
neomodel/sync_/match.py 93.82% 5 Missing ⚠️
neomodel/async_/database.py 98.44% 2 Missing ⚠️
neomodel/properties.py 91.66% 2 Missing ⚠️
neomodel/sync_/database.py 98.46% 2 Missing ⚠️
neomodel/scripts/neomodel_inspect_database.py 0.00% 1 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #900      +/-   ##
==========================================
+ Coverage   86.78%   88.27%   +1.48%     
==========================================
  Files          36       41       +5     
  Lines        5918     6326     +408     
==========================================
+ Hits         5136     5584     +448     
+ Misses        782      742      -40     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

…jor-bump

Prepare for neo4j driver major bump ; fix test warnings
…is nested in a map from Cypher #906 Nested lists in results of raw Cypher-quries with collect keyword when resolve_objects=True #905
…ss-resolution-for-raw-queries-does-not-work-if-the-node-is-nested-in-a-map-from-cypher
…tion-for-raw-queries-does-not-work-if-the-node-is-nested-in-a-map-from-cypher

Fixes resolve_objects for maps and lists
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 4, 2025

@mariusconjeaud mariusconjeaud requested a review from tonioo November 4, 2025 14:06
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.

5 participants