[PR #11812] Test quoted qualified name #13271

Closed
opened 2026-01-22 16:16:42 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/11812

State: closed
Merged: No


The current behavior is that a quote in the table name should result in the name being considered "quoted" and be passed to DBAL's quoteIdentifier() method, which should quote each identifier individually (so the dot is still interpreted as a schema separator).

This is prompted by https://github.com/doctrine/dbal/pull/6590: let's make sure we don't break the current behavior when addressing the deprecation.

**Original Pull Request:** https://github.com/doctrine/orm/pull/11812 **State:** closed **Merged:** No --- The current behavior is that a quote in the table name should result in the name being considered "quoted" and be passed to DBAL's `quoteIdentifier()` method, which should quote each identifier individually (so the dot is still interpreted as a schema separator). This is prompted by https://github.com/doctrine/dbal/pull/6590: let's make sure we don't break the current behavior when addressing the deprecation.
admin added the pull-request label 2026-01-22 16:16:42 +01:00
admin closed this issue 2026-01-22 16:16:42 +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#13271