mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-450: Add TableGenerator Implementation #562
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?
Originally created by @doctrinebot on GitHub (Mar 20, 2010).
Jira issue originally created by user @beberlei:
The TableGenerator Id Generator is not yet implemented, here is some code i came up with:
@doctrinebot commented on GitHub (Mar 20, 2010):
@doctrinebot commented on GitHub (Aug 4, 2010):
Comment created by @guilhermeblanco:
Already merged into core.
@doctrinebot commented on GitHub (Aug 4, 2010):
Comment created by @beberlei:
But it is not enabled yet :-) Plus we need tests to verify this works in high concurrency enviroments and does not pass the same id twice.
Furthermore the DAtabase Platform Methods are completly missing. No implementations yet.
@doctrinebot commented on GitHub (Aug 4, 2010):
Comment created by @beberlei:
Schema-Tool support is also missing.
@Majkl578 commented on GitHub (Sep 11, 2017):
Should be reconsidered for 3.0, either remove it entirely (it has never been enabled afaik) or finish & enable it.
@derrabus commented on GitHub (May 11, 2022):
Closed via #8961