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

Using an integer as discriminator value with ORM v3 #11456

Merged

Conversation

prohalexey
Copy link
Contributor

This fixes a bug that occurred when configuring integers as discriminator values and using DQL instanceOf function in the queries. Doctrine throws a type error whenever the application generates these queries.

Related to #11425

@prohalexey prohalexey force-pushed the IntegerDescriminatorInInstanceOf branch 2 times, most recently from 30ae1fe to aff565e Compare May 15, 2024 15:18
This fixes a bug that occurred when configuring integers as discriminator values and using DQL instanceOf function in the queries. Doctrine throws a type error whenever the application generates these queries.
@prohalexey prohalexey force-pushed the IntegerDescriminatorInInstanceOf branch from aff565e to 2b04cc2 Compare May 16, 2024 08:53
@prohalexey
Copy link
Contributor Author

@greg0ire @SenseException @yakijavier done, could you check this ?

@greg0ire greg0ire added this to the 3.1.4 milestone May 17, 2024
@greg0ire greg0ire merged commit daa99f1 into doctrine:3.1.x May 17, 2024
62 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants