DDC-1031: Cascade ALL Case-Sensitive in Annotations Driver? #1285

Closed
opened 2026-01-22 13:08:23 +01:00 by admin · 3 comments
Owner

Originally created by @doctrinebot on GitHub (Feb 13, 2011).

Originally assigned to: @guilhermeblanco on GitHub.

Jira issue originally created by user @beberlei:

Originally created by @doctrinebot on GitHub (Feb 13, 2011). Originally assigned to: @guilhermeblanco on GitHub. Jira issue originally created by user @beberlei:
admin added the Improvement label 2026-01-22 13:08:23 +01:00
admin closed this issue 2026-01-22 13:08:23 +01:00
Author
Owner

@doctrinebot commented on GitHub (Sep 6, 2011):

Comment created by @guilhermeblanco:

Is this issue still valid?

In ClassMetadataInfo (around line 839), there's a prevention for this:

$cascades = isset($mapping['cascade']) ? array_map('strtolower', $mapping['cascade']) : array();

If not valid anymore, please close.

@doctrinebot commented on GitHub (Sep 6, 2011): Comment created by @guilhermeblanco: Is this issue still valid? In ClassMetadataInfo (around line 839), there's a prevention for this: ``` $cascades = isset($mapping['cascade']) ? array_map('strtolower', $mapping['cascade']) : array(); ``` If not valid anymore, please close.
Author
Owner

@doctrinebot commented on GitHub (Sep 14, 2011):

Comment created by @guilhermeblanco:

No response, closing. If it is still valid, please reopen.

@doctrinebot commented on GitHub (Sep 14, 2011): Comment created by @guilhermeblanco: No response, closing. If it is still valid, please reopen.
Author
Owner

@doctrinebot commented on GitHub (Sep 14, 2011):

Issue was closed with resolution "Invalid"

@doctrinebot commented on GitHub (Sep 14, 2011): Issue was closed with resolution "Invalid"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#1285