From b6b3988cb1620999142fafe27f6892c96c713c53 Mon Sep 17 00:00:00 2001 From: Mikael Peigney Date: Wed, 15 Mar 2023 17:15:41 +0100 Subject: [PATCH] docs: Remove incorrect @SequenceGenerator info 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 --- docs/en/reference/basic-mapping.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/en/reference/basic-mapping.rst b/docs/en/reference/basic-mapping.rst index 5475277d7de..1d8fd856344 100644 --- a/docs/en/reference/basic-mapping.rst +++ b/docs/en/reference/basic-mapping.rst @@ -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