mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #391] [MERGED] Give FQCN to NamingStrategy#propertyToColumnName #8122
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/391
Author: @FabioBatSilva
Created: 7/5/2012
Status: ✅ Merged
Merged: 8/12/2012
Merged by: @guilhermeblanco
Base:
master← Head:ns-class📝 Commits (2)
50dac40give FQCN to NamingStrategy#propertyToColumnName1369e3dchange ticket/group📊 Changes
5 files changed (+37 additions, -4 deletions)
View changed files
📝
lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php(+2 -1)📝
lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php(+1 -1)📝
lib/Doctrine/ORM/Mapping/NamingStrategy.php(+2 -1)📝
lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php(+1 -1)📝
tests/Doctrine/Tests/ORM/Mapping/ClassMetadataTest.php(+31 -0)📄 Description
Give FQCN to NamingStrategy#propertyToColumnName
related :
#357
http://www.doctrine-project.org/jira/browse/DDC-984
http://www.doctrine-project.org/jira/browse/DDC-559
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.