Skip to content

Commit

Permalink
docs: Remove incorrect @SequenceGenerator info (#10583)
Browse files Browse the repository at this point in the history
The default allocationSize for @SequenceGenerator has actually been set to 1 ever since 434325e (back in 2010!)
This was done to remove confusion, but the docs were never updated to reflect the change
  • Loading branch information
Mika56 authored Mar 16, 2023
1 parent abb3009 commit a50a611
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/en/reference/basic-mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,6 @@ the above example with ``allocationSize=100`` Doctrine ORM would only
need to access the sequence once to generate the identifiers for
100 new entities.

*The default allocationSize for a @SequenceGenerator is currently 10.*

.. caution::

The allocationSize is detected by SchemaTool and
Expand Down

0 comments on commit a50a611

Please sign in to comment.