Adding notes about upgrading to 2.3 (metadata drivers changes)
This commit is contained in:
parent
245718c9eb
commit
5c05a4356a
@ -30,3 +30,11 @@ Also, related functions were affected:
|
||||
|
||||
Internal changes were made to DQL and SQL generation. If you have implemented your own TreeWalker,
|
||||
you probably need to update it. The method walkJoinVariableDeclaration is now named walkJoin.
|
||||
|
||||
# Metadata Drivers
|
||||
|
||||
Metadata drivers have been rewritten to reuse code from Doctrine\Common.
|
||||
Anyone who is using the `Doctrine\ORM\Mapping\Driver\Driver` interface
|
||||
explicitly should instead refer to `Doctrine\Common\Persistence\Mapping\Driver\MappingDriver`.
|
||||
Same applies to `Doctrine\ORM\Mapping\Driver\AbstractFileDriver`: you should now refer to
|
||||
`Doctrine\Common\Persistence\Mapping\Driver\FileDriver`.
|
Loading…
x
Reference in New Issue
Block a user