Task #13973
Possible table name clash with Doctrine
100%
Description
When having two entities with the same unqualified classname, they both end up with the same table name by default (ie. Blog\Domain\Model\Post vs. Forum\Domain\Model\Post).
Updated by Karsten Dambekalns almost 10 years ago
- Status changed from Accepted to Needs Feedback
What we need to discuss is how to build a prefix to avoid those clashes, keeping in mind the table name length limits some high-end databases impose.
Updated by Karsten Dambekalns over 9 years ago
- Status changed from Needs Feedback to Under Review
Updated by Mr. Hudson over 9 years ago
Patch set 2 of change I10316deddb045e0d0f1d078d44d3aca5df0bc68a has been pushed to the review server.
It is available at http://review.typo3.org/1690
Updated by Mr. Hudson over 9 years ago
Patch set 3 of change I10316deddb045e0d0f1d078d44d3aca5df0bc68a has been pushed to the review server.
It is available at http://review.typo3.org/1690
Updated by Mr. Hudson over 9 years ago
Patch set 4 of change I10316deddb045e0d0f1d078d44d3aca5df0bc68a has been pushed to the review server.
It is available at http://review.typo3.org/1690
Updated by Karsten Dambekalns over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 767e33563fab315de25172634e7161e52978bfea.