You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This class is deprecated and will be removed in 4.0.
@@ -178,6 +217,8 @@ Using array access on instances of the following classes is deprecated:
178
217
179
218
# Upgrade to 3.0
180
219
220
+
See the General notes to upgrading to 3.x versions above.
221
+
181
222
## BC BREAK: Calling `ClassMetadata::getAssociationMappedByTargetField()` with the owning side of an association now throws an exception
182
223
183
224
Previously, calling
@@ -203,6 +244,9 @@ so `$targetEntity` is a first argument now. This change affects only non-named a
203
244
When using the `AUTO` strategy to let Doctrine determine the identity generation mechanism for
204
245
an entity, and when using `doctrine/dbal` 4, PostgreSQL now uses `IDENTITY`
205
246
instead of `SEQUENCE` or `SERIAL`.
247
+
248
+
There are three ways to handle this change.
249
+
206
250
* If you want to upgrade your existing tables to identity columns, you will need to follow [migration to identity columns on PostgreSQL](https://www.doctrine-project.org/projects/doctrine-dbal/en/4.0/how-to/postgresql-identity-migration.html)
207
251
* If you want to keep using SQL sequences, you need to configure the ORM this way:
0 commit comments