-
Notifications
You must be signed in to change notification settings - Fork 67
Blog Post: ORM 3.4 released #750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Grégoire Paris <[email protected]>
With the re-adding of PARTIAL queries, the move towards native lazy objects | ||
the only deprecation that we haven't fully addressed yet for a migration | ||
towards 3.x is the use of an argument for `EntityManager::flush($entity)` | ||
([#8459](https://github.com/doctrine/orm/issues/8459)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not true that it is the only one: doctrine/orm#9219
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be mentioned in the blog post too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point, done!
Clarify the significance of the 3.4 release, and what it means for upgrading from 2.x