[PR #8068] Fix documentation of default generated value behavior #10794

Open
opened 2026-01-22 16:08:42 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/8068

State: closed
Merged: Yes


When reading about the default behavior of @GeneratedValue I noticed a mismatch in the basic-mapping docs. The introduction tells that PostgreSQL uses SERIAL by default, while later on it says sequence (which is the right one). This small PR fixes this.

**Original Pull Request:** https://github.com/doctrine/orm/pull/8068 **State:** closed **Merged:** Yes --- When reading about the default behavior of `@GeneratedValue` I noticed a mismatch in the basic-mapping docs. The introduction tells that PostgreSQL uses SERIAL by default, while later on it says sequence (which is the right one). This small PR fixes this.
admin added the pull-request label 2026-01-22 16:08:42 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#10794