Skip to content

feat: extract orm internals#1

Merged
brianvarskonst merged 6 commits into
mainfrom
feat/extract-orm-internals
Jun 19, 2026
Merged

feat: extract orm internals#1
brianvarskonst merged 6 commits into
mainfrom
feat/extract-orm-internals

Conversation

@brianvarskonst

Copy link
Copy Markdown
Member

Summary

Extracts ORM connection/DQL collaborators, fixes optimistic version updates after flush success, clarifies query safety docs, and adopts PHP 8.5 QA tooling.

Checklist

  • The change is focused and scoped to one concern.
  • Tests or verification notes are included for behavior changes.
  • Documentation was added or updated where needed.
  • Public APIs, configuration keys, and contracts are described clearly.
  • Backward compatibility impact is noted.

Type of Change

  • Bug fix
  • Feature
  • Documentation
  • Refactoring
  • Maintenance
  • Breaking change

Verification

  • git diff --check origin/main...HEAD
  • Not run locally: PHP/composer are not available in this shell; package CI should run the PHP QA commands.

Notes

Breaking change: the 0.x development line now targets PHP 8.5 or newer.

@brianvarskonst brianvarskonst left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed the package-level diff and CI result. The entity-manager extraction, optimistic-version fix, docs update, PHP 8.5/QA adoption, and wpdb adapter hardening are split into conventional commits, and GitHub Actions is green. No blocking findings.

@brianvarskonst
brianvarskonst merged commit 4ef5ec9 into main Jun 19, 2026
3 checks passed
@brianvarskonst
brianvarskonst deleted the feat/extract-orm-internals branch June 19, 2026 02:16
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