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
Copy file name to clipboardExpand all lines: UPGRADE.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1329,7 +1329,7 @@ Additional related changes:
1329
1329
1330
1330
1. The `FetchMode` class and the `setFetchMode()` method of the `Connection` and `Statement` interfaces are removed.
1331
1331
2. The `Statement::fetch()` method is replaced with `fetchNumeric()`, `fetchAssociative()` and `fetchOne()`.
1332
-
3. The `Statement::fetchAll()` method is replaced with `fetchAllNumeric()`, `fetchAllAssociative()` and `fechColumn()`.
1332
+
3. The `Statement::fetchAll()` method is replaced with `fetchAllNumeric()`, `fetchAllAssociative()` and `fetchColumn()`.
1333
1333
4. The `Statement::fetchColumn()` method is replaced with `fetchOne()`.
1334
1334
5. The `Connection::fetchArray()` and `fetchAssoc()` methods are replaced with `fetchNumeric()` and `fetchAssociative()` respectively.
1335
1335
6. The `StatementIterator` class is removed. The usage of a `Statement` object as `Traversable` is no longer possible. Use `iterateNumeric()`, `iterateAssociative()` and `iterateColumn()` instead.
@@ -1393,7 +1393,7 @@ All implementations of the `VersionAwarePlatformDriver` interface have to implem
1393
1393
## BC BREAK: Removed `MsSQLKeywords` class
1394
1394
1395
1395
The `Doctrine\DBAL\Platforms\MsSQLKeywords` class has been removed.
1396
-
Please use `Doctrine\DBAL\Platforms\SQLServerPlatform`instead.
1396
+
Please use `Doctrine\DBAL\Platforms\SQLServerPlatform`instead.
0 commit comments