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

Add support for new SqlOutputWalker class in the ORM #2895

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mbabker
Copy link
Contributor

@mbabker mbabker commented Nov 12, 2024

Fixes #2892

Copy link

codecov bot commented Nov 12, 2024

Codecov Report

Attention: Patch coverage is 76.92308% with 6 lines in your changes missing coverage. Please review.

Project coverage is 78.62%. Comparing base (22418b1) to head (6db37f9).

Files with missing lines Patch % Lines
...c/Tool/ORM/Walker/CompatSqlOutputWalkerForOrm2.php 50.00% 2 Missing ⚠️
...c/Tool/ORM/Walker/CompatSqlOutputWalkerForOrm3.php 50.00% 2 Missing ⚠️
...leteable/Query/TreeWalker/SoftDeleteableWalker.php 90.00% 1 Missing ⚠️
...ranslatable/Query/TreeWalker/TranslationWalker.php 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2895      +/-   ##
==========================================
- Coverage   78.66%   78.62%   -0.04%     
==========================================
  Files         167      170       +3     
  Lines        8746     8768      +22     
==========================================
+ Hits         6880     6894      +14     
- Misses       1866     1874       +8     

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

@mbabker mbabker marked this pull request as ready for review November 12, 2024 01:09
@mbabker mbabker changed the title [WIP] Add support for new SqlOutputWalker class in the ORM Add support for new SqlOutputWalker class in the ORM Nov 12, 2024
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.

[Translatable] Deprecation notice: TranslationWalker should implement OutputWalker
1 participant