DDC-304: Mapping Exporter From Database Driver fails on Oracle #376

Closed
opened 2026-01-22 12:36:27 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Feb 7, 2010).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user @beberlei:

Oracle Identifiers are all upper-case, which fucks up the Inflector process to go from column to field names.

Originally created by @doctrinebot on GitHub (Feb 7, 2010). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user @beberlei: Oracle Identifiers are all upper-case, which fucks up the Inflector process to go from column to field names.
admin added the Bug label 2026-01-22 12:36:27 +01:00
admin closed this issue 2026-01-22 12:36:28 +01:00
Author
Owner

@doctrinebot commented on GitHub (Feb 7, 2010):

Comment created by @beberlei:

Fixed by calling strtolower on all column names before inflecting them. Inflection is based on lower-case and underscore anyways.

@doctrinebot commented on GitHub (Feb 7, 2010): Comment created by @beberlei: Fixed by calling strtolower on all column names before inflecting them. Inflection is based on lower-case and underscore anyways.
Author
Owner

@doctrinebot commented on GitHub (Feb 7, 2010):

Issue was closed with resolution "Fixed"

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

No dependencies set.

Reference: doctrine/archived-orm#376