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

Improved intermediate_transform method. #840

Merged
merged 4 commits into from
Nov 22, 2024

Conversation

tonioo
Copy link
Collaborator

@tonioo tonioo commented Nov 22, 2024

New syntax to allow more complex statements when injecting intermediate transformation:

  • Use of DISTINCT clause
  • Indicate item property instead of complete item
  • Indicate if transformed variable should be returned by query or not

New syntax to allow more complex statements when injecting intermediate
transformation:
* Use of DISTINCT clause
* Indicate item property instead of complete item
* Indicate if transformed variable should be returned by query or not
Copy link

codecov bot commented Nov 22, 2024

Codecov Report

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

Project coverage is 92.62%. Comparing base (d2e6704) to head (a13697f).
Report is 6 commits behind head on rc/5.4.1.

Files with missing lines Patch % Lines
neomodel/async_/match.py 93.33% 2 Missing ⚠️
neomodel/sync_/match.py 93.33% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           rc/5.4.1     #840      +/-   ##
============================================
+ Coverage     92.56%   92.62%   +0.05%     
============================================
  Files            34       35       +1     
  Lines          5355     5369      +14     
============================================
+ Hits           4957     4973      +16     
+ Misses          398      396       -2     

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


🚨 Try these New Features:

@mariusconjeaud mariusconjeaud changed the base branch from master to rc/5.4.1 November 22, 2024 13:35
@mariusconjeaud mariusconjeaud self-requested a review November 22, 2024 13:36
@mariusconjeaud mariusconjeaud added this to the 5.4.1 milestone Nov 22, 2024
@mariusconjeaud mariusconjeaud merged commit f866109 into rc/5.4.1 Nov 22, 2024
30 checks passed
@mariusconjeaud mariusconjeaud deleted the improved_intermediate_transform branch November 22, 2024 13:52
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