Skip to content

feat: add ID transformation support for relations #10

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

Merged
merged 1 commit into from
Jul 8, 2025

Conversation

michalsn
Copy link
Owner

@michalsn michalsn commented Jul 8, 2025

Description
This PR adds the ability to transform relation IDs before they are used in whereIn() queries when loading relations. This is particularly useful when working with different ID formats like UUIDs that need to be converted to binary format.

Fixes #9

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@michalsn michalsn merged commit 2af1788 into develop Jul 8, 2025
15 checks passed
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.

Doesnt Work with codeigniter4-uuid
1 participant