Skip to content

Convert library to doctrine/orm 3#43

Merged
Firehed merged 61 commits into
masterfrom
orm-v3
Jun 23, 2026
Merged

Convert library to doctrine/orm 3#43
Firehed merged 61 commits into
masterfrom
orm-v3

Conversation

@Firehed

@Firehed Firehed commented Feb 11, 2024

Copy link
Copy Markdown
Owner

Like doctrine/orm itself, this does include a major BC break: the default driver has moved from annotations to attributes, as the former has been removed.

Most of this is adapting to the upstream interface changes and changing some documentation. The core of the internal logic (query resolving, etc) is largely unchanged.

@codecov

codecov Bot commented Feb 11, 2024

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 35.29412% with 33 lines in your changes missing coverage. Please review.
✅ Project coverage is 70.03%. Comparing base (86f0f10) to head (9e9ae86).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/InMemoryEntityManager.php 13.15% 33 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #43      +/-   ##
============================================
+ Coverage     67.37%   70.03%   +2.65%     
+ Complexity      134      131       -3     
============================================
  Files             5        6       +1     
  Lines           328      317      -11     
============================================
+ Hits            221      222       +1     
+ Misses          107       95      -12     

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

@Firehed Firehed changed the title Add support for doctrine/orm 3 Convert library to doctrine/orm 3 Jun 23, 2026
Firehed and others added 2 commits June 22, 2026 17:35
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@Firehed Firehed marked this pull request as ready for review June 23, 2026 00:50
@Firehed Firehed merged commit 4f529b9 into master Jun 23, 2026
13 of 14 checks passed
@Firehed Firehed deleted the orm-v3 branch June 23, 2026 00:50
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.

1 participant