1
0
mirror of synced 2024-12-05 03:06:05 +03:00

[DDC-1786] Add note about BC in EntityManager#find(null)

This commit is contained in:
Benjamin Eberlei 2012-05-05 09:28:42 +02:00
parent bd41e69a1f
commit 758ffe06d2

View File

@ -73,4 +73,9 @@ Will now return a collection of arrays with index "user" pointing to the User ob
Thousands of lines were completely reviewed and optimized for best performance.
Removed redundancy and improved code readability made now internal Doctrine code easier to understand.
Also, Doctrine 2.2 now is around 10-15% faster than 2.1.
Also, Doctrine 2.2 now is around 10-15% faster than 2.1.
# EntityManager#find(null)
Previously EntityManager#find(null) returned null. It now throws an exception.