From cd905fff77bfc5d923c65cfbb226f3469f78103c Mon Sep 17 00:00:00 2001 From: Jorrit Schippers Date: Fri, 13 Mar 2020 20:40:31 +0100 Subject: [PATCH] Fix documentation of default generated value behavior (#8068) --- docs/en/reference/basic-mapping.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/reference/basic-mapping.rst b/docs/en/reference/basic-mapping.rst index 91a8fef811c..5ddeafc74ab 100644 --- a/docs/en/reference/basic-mapping.rst +++ b/docs/en/reference/basic-mapping.rst @@ -328,8 +328,8 @@ annotation. In most cases using the automatic generator strategy (``@GeneratedValue``) is what you want. It defaults to the identifier generation mechanism your current -database vendor prefers: AUTO_INCREMENT with MySQL, SERIAL with PostgreSQL, -Sequences with Oracle and so on. +database vendor prefers: AUTO_INCREMENT with MySQL, sequences with PostgreSQL +and Oracle and so on. Identifier Generation Strategies ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~