-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
QueryBuilder function "createNamedParameter" like in doctrine/dbal #9878
Labels
Comments
I don't know why it wasn't added, but if we were to add Personally, I've never used |
Digi92
added a commit
to Digi92/orm
that referenced
this issue
Jul 6, 2022
…eter" to the class "QueryBuilder" The two functions "createNamedParameter" and "createPositionalParameter", from the "QueryBuilder" in the package "doctrine/dbal", copied into the ORM "QueryBuilder" class and adapted to ORM. doctrineGH-9878
Digi92
added a commit
to Digi92/orm
that referenced
this issue
Jul 7, 2022
…Parameter" to the class "QueryBuilder" doctrineGH-9878
Digi92
added a commit
to Digi92/orm
that referenced
this issue
Jul 7, 2022
…"createNamedParameter" to the class "QueryBuilder" doctrineGH-9878
Digi92
added a commit
to Digi92/orm
that referenced
this issue
Jul 12, 2022
…eter" to the class "QueryBuilder" The two functions "createNamedParameter" and "createPositionalParameter", from the "QueryBuilder" in the package "doctrine/dbal", copied into the ORM "QueryBuilder" class and adapted to ORM. doctrineGH-9878
Digi92
added a commit
to Digi92/orm
that referenced
this issue
Jul 12, 2022
…Parameter" to the class "QueryBuilder" doctrineGH-9878
Digi92
added a commit
to Digi92/orm
that referenced
this issue
Jul 12, 2022
…"createNamedParameter" to the class "QueryBuilder" doctrineGH-9878
Digi92
added a commit
to Digi92/orm
that referenced
this issue
Jul 12, 2022
…medParameter" and "createNamedParameter" in the class "QueryBuilder" doctrineGH-9878
norkunas
pushed a commit
to norkunas/orm
that referenced
this issue
Jun 27, 2024
norkunas
pushed a commit
to norkunas/orm
that referenced
this issue
Jun 27, 2024
norkunas
pushed a commit
to norkunas/orm
that referenced
this issue
Jun 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
Hello,
i noticed that the function "createNamedParameter" does not exist in the QueryBuilder, unlike the QueryBuilder from "doctrine/dbal".
Is there a reason why it is not available in "doctrine/orm"?
Otherwise I can create a pull request.
Summary
Documentation of the function "createNamedParameter": https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/query-builder.html#binding-parameters-to-placeholders
The text was updated successfully, but these errors were encountered: