DDC-1088: Description for SequenceGenerator annotation options is wrong #1359

Closed
opened 2026-01-22 13:11:42 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Mar 30, 2011).

Originally assigned to: @billschaller on GitHub.

Jira issue originally created by user iksela:

On paragraph 4.8.1.1 SequenceGenerator, the correct example should be:

<?php class User { /**** \* @Id \* @GeneratedValue(strategy="SEQUENCE") \* @SequenceGenerator(sequenceName="tablename_seq", initialValue=1, allocationSize=100) */ protected $id = null; }
Originally created by @doctrinebot on GitHub (Mar 30, 2011). Originally assigned to: @billschaller on GitHub. Jira issue originally created by user iksela: On paragraph 4.8.1.1 SequenceGenerator, the correct example should be: <?php class User { /**** \* @Id \* @GeneratedValue(strategy="SEQUENCE") \* @SequenceGenerator(sequenceName="tablename_seq", initialValue=1, allocationSize=100) */ protected $id = null; }
admin added the Documentation label 2026-01-22 13:11:42 +01:00
admin closed this issue 2026-01-22 13:11:43 +01:00
Author
Owner

@doctrinebot commented on GitHub (Nov 26, 2013):

Comment created by @deeky666:

Is that still an issue? Seems it is fixed...

@doctrinebot commented on GitHub (Nov 26, 2013): Comment created by @deeky666: Is that still an issue? Seems it is fixed...
Author
Owner

@billschaller commented on GitHub (Jan 6, 2016):

Seems to be fixed.

@billschaller commented on GitHub (Jan 6, 2016): Seems to be fixed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#1359