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

WIP - add Symfony Uid Support #199

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

jrushlow
Copy link
Collaborator

fixes #198

@jrushlow jrushlow added the Feature New Feature label Mar 3, 2022
@chindit
Copy link
Contributor

chindit commented Aug 1, 2022

Maybe you can add a test for ULID because I had to change the setParameter from ->setParameter('user', $user) to ->setParameter('user', $user->getId(), 'ulid')

Code dosn't work for me without ->getId(). Maybe an issue in my own code, but I think adding a test for ULID would definitely worth it.

@PEM-FR
Copy link

PEM-FR commented Jul 6, 2023

Hello, any update on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UUID and ULID support
3 participants