cannot name an entity "Group" : MySQL error because group is not escaped #6365

Open
opened 2026-01-22 15:31:50 +01:00 by admin · 0 comments
Owner

Originally created by @kaamui on GitHub (Dec 10, 2019).

Originally assigned to: @Ocramius on GitHub.

Bug Report

Q A
BC Break no
Symfony Version 4.3.1

Summary

All's in the title.

Current behavior

image

How to reproduce

Create an entity named Group.
Try to use findAll() with its associated repository

Expected behavior

Doctrine should escape table names.

Originally created by @kaamui on GitHub (Dec 10, 2019). Originally assigned to: @Ocramius on GitHub. ### Bug Report <!-- Fill in the relevant information below to help triage your issue. --> | Q | A |------------ | ------ | BC Break | no | Symfony Version | 4.3.1 #### Summary All's in the title. #### Current behavior ![image](https://user-images.githubusercontent.com/11720903/70533202-dc944d00-1b58-11ea-94e7-e49f6469a391.png) #### How to reproduce Create an entity named Group. Try to use findAll() with its associated repository #### Expected behavior Doctrine should escape table names.
admin added the InvalidQuestion labels 2026-01-22 15:31:50 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#6365