Skip to content

Commit cd905ff

Browse files
authored
Fix documentation of default generated value behavior (#8068)
1 parent eb70040 commit cd905ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/reference/basic-mapping.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ annotation.
328328
329329
In most cases using the automatic generator strategy (``@GeneratedValue``) is
330330
what you want. It defaults to the identifier generation mechanism your current
331-
database vendor prefers: AUTO_INCREMENT with MySQL, SERIAL with PostgreSQL,
332-
Sequences with Oracle and so on.
331+
database vendor prefers: AUTO_INCREMENT with MySQL, sequences with PostgreSQL
332+
and Oracle and so on.
333333

334334
Identifier Generation Strategies
335335
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)