Merixstudio
7f5620a41c
Test parameter removing parameters passed to select part of query.
2014-11-28 12:14:40 +01:00
Marco Pivetta
cfdef3bf19
Merge pull request #925 from deeky666/DDC-2310-2.4
...
[DDC-2310] [DDC-2675] [2.4] Fix SQL generation on table lock hint capable platforms
2014-11-12 00:31:13 +01:00
Marco Pivetta
8fc1c34b29
DDC-3120 - metadata should be waked up before attempting new instance creation
2014-10-06 14:25:16 +02:00
Marco Pivetta
0d683c1897
DDC-3120 - metadata should be initialized before attempting new instance creation
2014-10-06 14:22:06 +02:00
Marco Pivetta
60b75fefed
DDC-3120 - add failing test for un-serialization of an internal PHP class from cached metadata instance
2014-10-06 14:13:40 +02:00
Marco Pivetta
0a7e0617cc
DDC-3120 - add failing test for un-serialization of an internal PHP class
2014-10-06 14:13:32 +02:00
Marco Pivetta
42226dadd1
DDC-3208 - hotfix for DDC-3160 backported to 2.4.x
2014-07-11 04:49:30 +02:00
Marco Pivetta
8b5632cb65
The proxy factory always expects non-null identifier values
2014-06-10 13:48:35 +02:00
Steve Müller
0fb236f451
fix SQL generation on table lock hint capable platforms
2014-04-17 15:07:11 +02:00
Frank Liepert
0081319712
[DDC-3076] Add/Improve tests
2014-04-17 00:03:11 +02:00
Frank Liepert
1f4810e370
[DDC-3076] Add test
2014-04-17 00:03:11 +02:00
Guilherme Blanco
2ae245db30
Fixes DDC-2984. Made DDC-742 more resilient to recurring failures.
2014-04-16 23:41:53 +02:00
Benjamin Eberlei
9d36e855c0
Disable SQLServer platform related test, because of a wrong merge into 2.4
2014-03-23 16:38:05 +01:00
Benjamin Eberlei
0262b083bb
[DDC-3018] Fix string literals in new operator.
2014-03-23 15:17:47 +01:00
Benjamin Eberlei
8b75e3563a
[DDC-2996] Fix bug in UnitOfWork#recomputeSingleEntityChangeSet
...
When calling UnitOfWork#recomputeSingleEntityChangeSet on an entity
that didn't have a changeset before, the computation was ignored.
This method however is suggested to be used in "onFlush" and "preFlush"
events in the documentation.
Also fix a bug where recomputeSingleEntityChangeSet was used
before calculating a real changeset for an object.
2014-03-23 13:19:22 +01:00
Benjamin Eberlei
55b7e4cff2
[DDC-3033] Fix bug in UnitOfWork#recomputeSingleEntityChangeSet.
...
The fix for DDC-2624 had a side effect on recomputation of
changesets in preUpdate events. The method wasn't adjusted
to the changes in its sister method computeChangeSet() and
had wrong assumptions about the computation.
Especially:
1. Collections have to be skipped
2. Comparison was changed to strict equality only.
2014-03-23 12:38:51 +01:00
Thomas Lallement
e38af55100
Update DDC3033Test.php
2014-03-23 12:38:51 +01:00
Thomas Lallement
7338c2d1f8
Update DDC3033Test.php
2014-03-23 12:38:51 +01:00
Thomas Lallement
0ff3cdf150
Failing Test (since commit 53a5a48aed7d87aa1533c0bcbd72e41b686527d8)
...
Hi,
It seems to be a regression since the commit 53a5a48aed
Doctrine\ORM\PersistentCollection can be populated in $changeSet if you set a PreUpdate and PostUpdate event.
Original issue: http://www.doctrine-project.org/jira/browse/DDC-3033
2014-03-23 12:38:51 +01:00
Menno Holtkamp
6bb367f488
Added test to ensure boolean metadata is properly exported/serialized to XML
2014-03-23 10:16:43 +01:00
Benjamin Eberlei
b9c6659b70
Fix tests in 2.4 branch
2014-02-09 14:29:45 +01:00
Benjamin Eberlei
5c06121d94
[DDC-2624] Fix bug when persistent collection is cloned and used in a new entity.
2014-02-09 14:27:54 +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
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
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
488a4dc78a
[DDC-2700] Add test and fix CS.
2014-01-02 23:50:37 +01:00
Benjamin Eberlei
a3acaab65c
[DDC-2732] Add tests for XML id options fix.
2014-01-02 23:34:17 +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
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
65bcdbf4c7
[DDC-2775] Tests reproducing DDC-2775
2014-01-02 23:07:53 +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
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
jan brunnert
192bb6fd21
When the OptimisticLockingException is generated with the static function lockFailedVersionMismatch and the passed parameters are DateTime instances, the exception could not be thrown because the DateTime object is not implicitly converted to a string.
2013-10-29 09:24:52 +01:00
Chris Collins
b983d86612
Added a failing test case for DDC-2759.
2013-10-26 11:16:53 +02:00
Fabio B. Silva
b58fb8f5d4
[DDC-2668] Fix trim leading zero string
2013-09-26 23:23:49 +02:00
Benjamin Eberlei
0f0d8abd67
[DDC-2608][DDC-2662] Fix SequenceGenerator requiring "sequenceName" and now throw exception. Fix a bug in quoting the sequenceName.
2013-09-08 16:00:14 +02:00
Benjamin Eberlei
3cc5fc0252
[DDC-2660] Fix error with NativeSQL, ResultSetMappingBuilder and Associations as Primary Key.
2013-09-08 14:39:25 +02:00
Benjamin Eberlei
159ca79b81
Merge origin/2.4 into local branch
2013-09-07 08:55:15 +02:00
Benjamin Eberlei
2b148a27e0
Merge Oracle test fixes to 2.4 branch
2013-09-07 08:54:23 +02:00
Guilherme Blanco
0aef57f60c
Fixing missing table aliases when using Many2Many persister.
2013-08-26 10:29:45 -04:00