Mathew Davies
05758f4564
Documented changes in UPGRADE.md
2017-06-20 07:27:30 +02:00
Marco Pivetta
41a377948b
Documenting BC Break introduced by the removal of Doctrine\ORM\Query\SqlWalker#walkCaseExpression()
...
Ref: https://github.com/doctrine/doctrine2/pull/5600
2017-01-15 23:56:44 +01:00
Jefersson Nathan
5208187f1a
rewording upgrade sentence
2017-01-12 13:02:10 -03:00
Jefersson Nathan
df5f480b4c
document change as minor BC Break
2017-01-11 17:35:28 -03:00
Marco Pivetta
d27cffa8e6
#6001 documenting minor BC break in QueryCacheEntry#time
type - specific version used
2016-09-08 13:51:21 +02:00
Luís Cobucci
16a3a2a132
Use microtime to have more precision on cache time
2016-09-08 13:50:06 +02:00
Klein Thomas
8535e01115
Move to 2.5 section
2015-10-09 07:12:28 +00:00
Klein Thomas
e682f48422
Update Upgrade.md after minor bc break in 2.5.1
...
The introduction of the second parameter in EntityRepository#createQueryBuilder generates a runtime notice if you have a sub-class of EntityRepository that has a second parameter in the createQueryBuilder method
2015-10-09 07:10:07 +00:00
Marco Pivetta
efa375ac96
#1257 DDC-3300 DDC-3503 - providing upgrade notes for the breaking change in discriminator map declarations
2015-01-24 09:14:58 +01:00
Benjamin Eberlei
79ba8c6be8
Add Changelog/Migration to 2.5 documentation chapter.
2015-01-18 15:18:18 +01:00
Marco Pivetta
6acfdc1439
Removing Doctrine\ORM\Id\AbstractIdGenerator#generate(EntityManagerInterface $em, $entity)
from upgrade notes (BC break reverted)
2015-01-16 18:53:27 +01:00
Marco Pivetta
efe9e3ab28
#1209 DDC-3427 - documenting s/EntityManager
/EntityManagerInterface
signature BC breaks
2015-01-16 14:55:16 +01:00
Guilherme Blanco
c49b0795db
Update UPGRADE.md
2015-01-12 22:53:55 -05:00
Marco Pivetta
b61496a36b
#1159 - adding UPGRADE.md
notes for Doctrine\ORM\Repository\DefaultRepositoryFactory
becoming final
2014-10-14 01:48:25 +02:00
Marco Pivetta
10b801dec0
Adding note about a minor BC break: d2 does not call __clone
on new objects anymore.
2014-10-06 14:57:03 +02:00
Michaël Gallego
9d7d731090
Remove BC notice
2014-05-17 16:59:43 +02:00
Michaël Gallego
f52a512c59
Add UPGRADE note
2014-05-17 12:57:39 +02:00
Guilherme Blanco
21437bb276
Heavily simplified code on simple object hydrator. Code cleanup on column information cache; by reference cache variable is no longer needed and protected variable is used in a standardized way everywhere.
2014-04-25 03:41:14 +00:00
Guilherme Blanco
1cd0b26a40
DDC-3068 EntityManager clear() calls now follow cascade detach configuration.
2014-04-16 04:47:57 +00:00
Benjamin Eberlei
8a0901c92b
Merge pull request #835 from schmittjoh/ValueObjects
...
Value objects (Based on #634 )
2014-02-08 16:24:47 +01:00
Benjamin Eberlei
5fc7e653fe
Update UPGRADE.md notes with BC mention.
2014-02-08 15:42:24 +01:00
Steve Müller
a6c8ab8a5f
make lock mode usage consistent
2014-02-05 15:13:53 +01:00
Johannes Schmitt
4f585a3d63
Merge branch 'master' of github.com:doctrine/doctrine2 into ValueObjects
...
Conflicts:
UPGRADE.md
lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
2014-01-04 17:52:32 +01:00
flack
3d12920cd4
Add note about changed behaviour
2013-11-17 12:06:47 +01:00
Johannes M. Schmitt
20fb8270dc
make use of NamingStrategy for columns of embedded fields
2013-11-01 21:44:57 +01:00
Benjamin Eberlei
dc674f809f
Mention BC BREAK in PersistentCollection#matching() more prominently.
2013-05-09 13:40:14 +02:00
Benjamin Eberlei
6d5afb18bc
[DDC-2430] Prevent Criteria queries using the ID of an assocation on PersistentCollections, as the in-memory ArrayCollection does not work with this kind of query. Attention this is a BC-BREAK, that is necessary to fix potentially very hard to debug bugs. Therefore it is not merged back into 2.3
2013-05-09 13:24:36 +02:00
Fabio B. Silva
2ad6565632
Fix parenthesis example
2013-04-06 14:53:36 -03:00
Fabio B. Silva
8109db02b5
Document Parenthesis BC break.
2013-04-06 13:02:43 -03:00
Pascal Borreli
a2cd0f5804
Fixed typos
2013-03-11 00:08:58 +00:00
Marco Pivetta
673323fc67
Adding warnings about deprecation of GIT, TAR and PEAR autoloading
2013-02-04 23:30:02 +01:00
Benjamin Eberlei
0b2d3d4f5d
DDC-2173 - Correct issue is about "postFlush" not "preFlush" and add test
2013-01-06 19:16:12 +01:00
Benjamin Eberlei
512a001e8c
DDC-2173 - Add Test for new OnFlush or PreFlush behavior and update UPGRADE.md
2013-01-06 19:11:52 +01:00
Benjamin Eberlei
95334e9764
Clarify BC break in DDC-2156
2012-11-27 22:25:58 +01:00
Lukasz Cybula
afdb92ff9b
Added note about new methods in UPGRADE.md
2012-11-20 12:42:05 +01:00
Marco Pivetta
75276e453e
Restoring class names extending the Doctrine\Common implementation for BC compatibility
2012-07-10 13:57:33 +02:00
Marco Pivetta
915da58fb7
Adding upgrade notes about the BC Break
2012-07-10 02:51:55 +02:00
Marco Pivetta
346e34adf6
Reverting to default annotation driver with - delayed to 3.0
2012-07-08 17:33:50 +02:00
Marco Pivetta
b67140f73c
Cleaning up description of the BC Break
2012-07-08 16:49:54 +02:00
Marco Pivetta
fc00d5f39f
Updating upgrade docs and fixes suggested by @beberlei
2012-07-08 16:32:27 +02:00
Benjamin Eberlei
5adc8bec58
Cleanup UPDATE.md chapter mess a bit
2012-07-08 14:52:16 +02:00
Benjamin Eberlei
baae40c5f4
Concatenate UPGRADE files into new UPGRADE.md
2012-07-08 14:48:32 +02:00