Skip to content

Commit

Permalink
Fix documentation of default generated value behavior (#8068)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorrit committed Mar 13, 2020
1 parent eb70040 commit cd905ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/reference/basic-mapping.rst
Expand Up @@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit cd905ff

Please sign in to comment.