doctrine-extensions / DoctrineExtensions

Doctrine2 behavioral extensions, Translatable, Sluggable, Tree-NestedSet, Timestampable, Loggable, Sortable
MIT License
4.04k stars 1.27k forks source link

Add support for new SqlOutputWalker class in the ORM #2895

Open mbabker opened 1 week ago

mbabker commented 1 week ago

Fixes #2892

codecov[bot] commented 1 week ago

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 :warning:
...c/Tool/ORM/Walker/CompatSqlOutputWalkerForOrm3.php 50.00% 2 Missing :warning:
...leteable/Query/TreeWalker/SoftDeleteableWalker.php 90.00% 1 Missing :warning:
...ranslatable/Query/TreeWalker/TranslationWalker.php 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.