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
- or `Doctrine\ORM\Mapping\ClassMetadata::isIdGeneratorTable()`.
18
18
19
-
## BC Break: Removed possibility to extend the doctrine mapping xml schema with anything
20
-
21
-
If you want to extend it now you have to provide your own validation schema.
22
-
23
19
## New method `Doctrine\ORM\EntityManagerInterface#wrapInTransaction($func)`
24
20
25
21
Works the same as `Doctrine\ORM\EntityManagerInterface#transactional()` but returns any value returned from `$func` closure rather than just _non-empty value returned from the closure or true_.
0 commit comments