Benjamin Eberlei
|
3764e49e6c
|
Merge branch 'DDC-2895' into 2.4
|
2014-02-08 16:01:57 +01:00 |
|
Geoffrey Wagner
|
6ee20204a5
|
Fix some code standard things
|
2014-02-08 16:01:41 +01:00 |
|
Geoffrey Wagner
|
d9b0c87ded
|
Fix some code standard things
|
2014-02-08 16:01:41 +01:00 |
|
Geoffrey Wagner
|
8594e5c4da
|
Add a test
addLifecycleCallback now only allows a callback once so we do not hook them twice
|
2014-02-08 16:01:41 +01:00 |
|
Geoffrey Wagner
|
5f821f3b98
|
Fix Lifecycle Callbacks
Remove a bit of code that breaks lifecycle callbacks of parent MappedSuperclasses
|
2014-02-08 16:01:41 +01:00 |
|
Benjamin Eberlei
|
b566525099
|
Merge branch 'DDC-2931' into 2.4
|
2014-02-08 15:53:12 +01:00 |
|
Marco Pivetta
|
215c4a03e1
|
DDC-2931 - Removing previous broken fix for DDC-2931 - hardened
|
2014-02-08 15:52:46 +01:00 |
|
Marco Pivetta
|
b3ccd6466b
|
DDC-2931 - Safe comparison between proxies and entities when refreshing objects
|
2014-02-08 15:52:46 +01:00 |
|
Marco Pivetta
|
b596bbb29f
|
DDC-2931 - adding test that verifies that fetch-joined entities get refreshed with hints
|
2014-02-08 15:52:46 +01:00 |
|
Marco Pivetta
|
c204e6c6a1
|
DDC-2931 - removing old comments
|
2014-02-08 15:52:46 +01:00 |
|
Marco Pivetta
|
0bc94589e1
|
DDC-2931 - Removing refresh hints when fetching association data in hydrators
|
2014-02-08 15:52:45 +01:00 |
|
Marco Pivetta
|
f37856829f
|
DDC-2931 - Detailed explanation
|
2014-02-08 15:52:45 +01:00 |
|
Marco Pivetta
|
157c793810
|
DDC-2931 - cleaning up code formatting/simplifying test case
|
2014-02-08 15:52:45 +01:00 |
|
root
|
72d838a804
|
[DDC-2931] testcase to reproduce Jira 2931
|
2014-02-08 15:52:45 +01:00 |
|
Benjamin Eberlei
|
58f8dc5d4c
|
Update UPGRADE.md notes with BC mention.
|
2014-02-08 15:42:09 +01:00 |
|
Benjamin Eberlei
|
7d3ecd9481
|
Merge branch 'DDC-2947' into 2.4
|
2014-02-08 15:31:56 +01:00 |
|
Tim Lieberman
|
1bb55703a7
|
Make SchemaTool and SchemaValidator use EntityManagerInterface instead of EntityManager
|
2014-02-08 15:31:08 +01:00 |
|
Tim Lieberman
|
56cbcec13d
|
Substitute EntityManagerInterface for EntityManager in Console EntityManagerHelper
|
2014-02-08 15:31:07 +01:00 |
|
Tim Lieberman
|
837c19bfc0
|
Console EntityManagerHelper now accepts EntityManagerInterface as constructor argument, instead of insisting on an EntityManager
|
2014-02-08 15:31:07 +01:00 |
|
Benjamin Eberlei
|
7b8f09ee4a
|
Merge branch 'DDC-2700' into 2.4
|
2014-01-02 23:51:07 +01:00 |
|
Benjamin Eberlei
|
488a4dc78a
|
[DDC-2700] Add test and fix CS.
|
2014-01-02 23:50:37 +01:00 |
|
Alex Pogodin
|
1364b6acc6
|
Identifier can be empty for MappedSuperclasses
When MappedSuperclass is inspected without identifier column been assigned, always return false. Solves "Undefined offset" notice.
|
2014-01-02 23:50:37 +01:00 |
|
Benjamin Eberlei
|
3dbe181762
|
Merge branch 'DDC-2732' into 2.4
|
2014-01-02 23:34:44 +01:00 |
|
Benjamin Eberlei
|
a3acaab65c
|
[DDC-2732] Add tests for XML id options fix.
|
2014-01-02 23:34:17 +01:00 |
|
Eduardo
|
f183d25a33
|
Options not respected for ID Fields in XML Mapping Driver (XSD update)
XSD update.
The same bug of the yaml driver: see http://www.doctrine-project.org/jira/browse/DDC-2661
|
2014-01-02 23:34:17 +01:00 |
|
Eduardo
|
7c8350094e
|
Options not respected for ID Fields in XML Mapping Driver
Same bug of the YAML driver, see: http://www.doctrine-project.org/jira/browse/DDC-2661
|
2014-01-02 23:34:17 +01:00 |
|
Benjamin Eberlei
|
c613410ba6
|
Merge branch 'DDC-2764' into 2.4
|
2014-01-02 23:16:56 +01:00 |
|
Sander Marechal
|
6bb7581dd7
|
Add rootAlias to Criteria where clauses
|
2014-01-02 23:16:35 +01:00 |
|
Sander Marechal
|
ab71dab7d1
|
Set rootAlias outside loop
|
2014-01-02 23:15:31 +01:00 |
|
Sander Marechal
|
2c114756bd
|
[DDC-2764] Prefix criteria orderBy with rootAlias
|
2014-01-02 23:15:31 +01:00 |
|
Benjamin Eberlei
|
45496f040d
|
Merge branch 'DDC-2775' into 2.4
|
2014-01-02 23:11:16 +01:00 |
|
Benjamin Eberlei
|
b40866c624
|
[DDC-2775] cleanup test.
|
2014-01-02 23:11:07 +01:00 |
|
Matthieu Napoli
|
a89cc7abea
|
Inlined the model for the DCC2775 test case inside the test class
|
2014-01-02 23:07:53 +01:00 |
|
Matthieu Napoli
|
5ac111e5f8
|
Cleaned up tests for DDC-2775
|
2014-01-02 23:07:53 +01:00 |
|
Matthieu Napoli
|
c5f66e6e7f
|
Fixed tests failing in pgsql because of used of a reserved keyword
|
2014-01-02 23:07:53 +01:00 |
|
Matthieu Napoli
|
b59f495875
|
Fixed tests for pgsql: was using reserved keyword as table name
|
2014-01-02 23:07:53 +01:00 |
|
Matthieu Napoli
|
3829b9c28b
|
[DDC-2775] Bugfix
|
2014-01-02 23:07:53 +01:00 |
|
Matthieu Napoli
|
65bcdbf4c7
|
[DDC-2775] Tests reproducing DDC-2775
|
2014-01-02 23:07:53 +01:00 |
|
Benjamin Eberlei
|
95d000e51b
|
Merge branch 'DDC-2692' into 2.4
|
2014-01-02 22:17:20 +01:00 |
|
Stefan Kleff
|
3657df3b01
|
Listener class prefix
|
2014-01-02 22:16:59 +01:00 |
|
Stefan Kleff
|
1661ffae9a
|
removed unused use statements, fixed typo and group tag
|
2014-01-02 22:16:59 +01:00 |
|
Stefan Kleff
|
b424a5cf14
|
Added unit test
|
2014-01-02 22:16:59 +01:00 |
|
Stefan Kleff
|
2767a4eec4
|
Multiple invokation of listeners on PreFlush event
Only lifecycle callbacks and entity listeners should be triggered here. The preFlush listener event is already triggered at the beginning of commit()
|
2014-01-02 22:16:59 +01:00 |
|
Benjamin Eberlei
|
9486867279
|
Merge branch 'DDC-2645' into 2.4
|
2013-12-15 23:34:57 +01:00 |
|
Pouyan Savoli
|
6f2bb08972
|
[DDC-2645] Apply patch to fix issue
|
2013-12-15 23:34:34 +01:00 |
|
Aaron Muylaert
|
da2d3b406e
|
Create failing test for DDC-2645.
Merge not dealing correctly with composite primary keys.
|
2013-12-15 23:34:34 +01:00 |
|
Benjamin Eberlei
|
c4b7d3fbea
|
Bump version to 2.4.2
|
2013-11-12 13:40:15 +01:00 |
|
Benjamin Eberlei
|
84373d05a4
|
Release 2.4.1
|
2013-11-12 13:40:13 +01:00 |
|
Benjamin Eberlei
|
e82e7147fa
|
Merge branch 'DDC-2715' into 2.4
|
2013-10-29 09:25:13 +01:00 |
|
jan brunnert
|
e23ed2250d
|
Removed unnecessary is_object() check
|
2013-10-29 09:24:52 +01:00 |
|