mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Doctrine Query Builder and Custom Types #5035
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Gladhon on GitHub (Mar 4, 2016).
Originally assigned to: @Ocramius on GitHub.
I am using a custom type, as entity id.
unfortunately if i'm using the query builder, the custom type wouldn't be parsed automatically, it just using ParameterTypeInferer::inferType, which doesnt support any custom type.
Could we change that ?