Doctrine doesnt escape "match" #5174

Closed
opened 2026-01-22 15:00:41 +01:00 by admin · 1 comment
Owner

Originally created by @VitoHusky on GitHub (Jul 6, 2016).

Originally assigned to: @Ocramius on GitHub.

hey

If i have an entity called "Match" in the table "match" doctrine wont escape it.
Im using Doctrine with symfony2

Originally created by @VitoHusky on GitHub (Jul 6, 2016). Originally assigned to: @Ocramius on GitHub. hey If i have an entity called "Match" in the table "match" doctrine wont escape it. Im using Doctrine with symfony2
admin added the BugInvalid labels 2026-01-22 15:00:41 +01:00
admin closed this issue 2026-01-22 15:00:41 +01:00
Author
Owner

@Ocramius commented on GitHub (Jul 15, 2016):

This is a known issue, as by default doctrine does not quote identifiers. See http://doctrine-orm.readthedocs.io/projects/doctrine-orm/en/latest/reference/limitations-and-known-issues.html#identifier-quoting-and-legacy-databases

@Ocramius commented on GitHub (Jul 15, 2016): This is a known issue, as by default doctrine does not quote identifiers. See http://doctrine-orm.readthedocs.io/projects/doctrine-orm/en/latest/reference/limitations-and-known-issues.html#identifier-quoting-and-legacy-databases
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#5174