unclear about how to deal with the deprecation of IDENTITY for postgresql #11038
-
I'm using doctrine/orm 2.16.2 And I'm currently confused by the message
because:
so why is it deprecated ? Link to the deprecation issue: #8850 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I think something is indeed wrong especially since IDENTITY will become recommended again in #8931 Or maybe what's wrong is that your version of PG uses sequence emulated identity columns. It's hard for me to check because I'm on my phone, but if I were you I would look into the different PostgreSQLPlatform classes, and I would make sure I am using the latest version of Doctrine dbal. EDIT: I think this will require DBAL 4: doctrine/dbal#5396 |
Beta Was this translation helpful? Give feedback.
@allan-simon I think I've sorted this out: #11044