mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #11044] Recommend SEQUENCE until doctrine/dbal 4 is released #12773
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/doctrine/orm/pull/11044
State: closed
Merged: Yes
Using
IDENTITYwithdoctrine/dbal3 results inSERIAL, which is not recommended.On 3.0.x, we should make a different recommendation based on the version of
doctrine/dbalCompanion PR: https://github.com/doctrine/orm/pull/11045