Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subqueries support #832

Merged
merged 9 commits into from
Oct 4, 2024
Merged

Subqueries support #832

merged 9 commits into from
Oct 4, 2024

Conversation

tonioo
Copy link
Collaborator

@tonioo tonioo commented Oct 2, 2024

Simple way to include one or more subqueries within a NodeSet context

@tonioo tonioo changed the base branch from master to rc/5.4.0 October 2, 2024 11:08
Copy link

codecov bot commented Oct 2, 2024

Codecov Report

Attention: Patch coverage is 98.05825% with 4 lines in your changes missing coverage. Please review.

Project coverage is 92.49%. Comparing base (cad5936) to head (2a97f75).
Report is 10 commits behind head on rc/5.4.0.

Files with missing lines Patch % Lines
neomodel/async_/match.py 98.05% 2 Missing ⚠️
neomodel/sync_/match.py 98.05% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           rc/5.4.0     #832      +/-   ##
============================================
+ Coverage     92.38%   92.49%   +0.11%     
============================================
  Files            34       34              
  Lines          4948     5078     +130     
============================================
+ Hits           4571     4697     +126     
- Misses          377      381       +4     
Flag Coverage Δ
?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@mariusconjeaud
Copy link
Collaborator

Example use case : insert an isolated CALL {} subquery to retrieve the first element of an ordered collection of relationships

@mariusconjeaud mariusconjeaud added this to the 5.4.0 milestone Oct 2, 2024
Copy link

sonarcloud bot commented Oct 3, 2024

@mariusconjeaud mariusconjeaud merged commit fc63d48 into rc/5.4.0 Oct 4, 2024
33 checks passed
@mariusconjeaud mariusconjeaud deleted the feature/subqueries branch October 4, 2024 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants