Fabio B. Silva
|
e6d9d1de47
|
support naming convention for listeners without mapping.
|
2013-01-29 12:14:53 -02:00 |
|
Fabio B. Silva
|
c60e3e4ba4
|
remove @LifecycleCallback
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
256cecbefa
|
evaluate as lifecycle callback if the listener class is not given.
|
2013-01-29 12:14:52 -02:00 |
|
Fabio B. Silva
|
b19e4a6440
|
support arithmetic expression and aggregate functions
|
2012-09-29 16:18:58 -03:00 |
|
Fabio B. Silva
|
2b403b7dad
|
basic support refactory
|
2012-09-29 16:18:58 -03:00 |
|
Fabio B. Silva
|
ee7b5da64a
|
start work
|
2012-09-29 16:18:56 -03:00 |
|
Fabio B. Silva
|
52c49b444e
|
test multiple entity results
|
2012-04-15 15:40:43 -03:00 |
|
Fabio B. Silva
|
4aa67a7598
|
static driver
|
2012-04-15 15:40:42 -03:00 |
|
Fabio B. Silva
|
8c407af1fc
|
fix postgres test
|
2012-04-15 15:40:41 -03:00 |
|
Fabio B. Silva
|
68665af6e8
|
test discriminator column
|
2012-04-15 15:40:41 -03:00 |
|
Fabio B. Silva
|
0cc2583a02
|
test scalar result
|
2012-04-15 15:40:40 -03:00 |
|
Fabio B. Silva
|
f813223036
|
test joined one-to-many and one-to-one
|
2012-04-15 15:40:40 -03:00 |
|
Fabio B. Silva
|
f018a56d6d
|
test native query with result class
|
2012-04-15 15:40:40 -03:00 |
|
Fabio B. Silva
|
3b79951824
|
mapping driver tests
|
2012-04-15 15:40:40 -03:00 |
|
Fabio B. Silva
|
bfc7986b20
|
annotation driver and basic support
|
2012-04-15 15:39:22 -03:00 |
|
Klein Florian
|
ac1ffaf7e9
|
make merge copy non persited properties too
|
2012-03-12 23:18:56 +01:00 |
|
Benjamin Eberlei
|
cd6131c9b8
|
Remove all trailing whitespaces
|
2011-12-19 22:56:19 +01:00 |
|
Benjamin Eberlei
|
b1b10042d2
|
Revert "Fixed issue with fetched association not being considered during changeSet calculation. Fixes DDC-1545."
This reverts commit a8478d5766 .
|
2011-12-19 16:31:26 +01:00 |
|
Guilherme Blanco
|
a8478d5766
|
Fixed issue with fetched association not being considered during changeSet calculation. Fixes DDC-1545.
|
2011-12-19 01:39:48 -05:00 |
|
Benjamin Eberlei
|
909504c074
|
DDC-1461 - Fix test failures
|
2011-11-14 21:05:44 +01:00 |
|
Benjamin Eberlei
|
c648981f28
|
DDC-1461 - Verified deferred explicit works
|
2011-11-13 23:14:31 +01:00 |
|
Alexander
|
91bc9c0329
|
Adjusted test to verify that findBy*(null) is now supported
|
2011-10-17 18:56:06 +02:00 |
|
Benjamin Eberlei
|
22a04fd6de
|
Merge dominikl/DDC-1278 into doctrine/DDC-1278
|
2011-10-16 22:41:16 +02:00 |
|
Guilherme Blanco
|
bd5393a318
|
Added coverage for orphanRemoval in OneToOne when unlinking an entity.
|
2011-09-07 13:12:02 -03:00 |
|
Guilherme Blanco
|
2cfc61db84
|
Fixed bug with orphanRemoval not removing associated Entity on OneToMany and OneToOne relationships. As defined in ClassMatedataInfo, in these situations, when orphanRemoval=true, cascade=remove is implicit. This fixes DDC-1321.
|
2011-09-06 01:58:16 -03:00 |
|
Dominik Liebler
|
6e47d7b16d
|
DDC-1278 - EntityManager::clear($entity) support
added test case and modified test data CmsUser to cascade detach address and articles (testing collections and single entites)
|
2011-08-14 16:12:12 +02:00 |
|
Guilherme Blanco
|
a31289b9d7
|
Added support to NamedQueries through ClassMetadata.
|
2011-03-06 18:45:09 -03:00 |
|
Roman S. Borschel
|
506973a92e
|
[DDC-757] Fixed. Also fixed some failing postgres tests due to changes to the default allocation size for sequences.
|
2010-08-26 13:47:37 +02:00 |
|
Roman S. Borschel
|
69073c4b37
|
Fixes for merging bidirectional associations where both sides define cascade=merge as well as fixes for handling null values and proxies properly in single-valued associations.
|
2010-07-30 17:19:50 +02:00 |
|
Roman S. Borschel
|
4212b88edc
|
Fixed DDC-455, DDC-600. Some behavior and API polish in the UoW as well as continued _ prefix removal in some core classes. Cleanups and fixes for one-to-one orphan removal including tests.
|
2010-07-08 00:20:54 +02:00 |
|
beberlei
|
f7e8109d07
|
DDC-501 - Cascade Merging unitialized Persistent Collections leads to weird behaviour
|
2010-07-01 23:48:44 +02:00 |
|
Benjamin Eberlei
|
dfbd9e6e2f
|
DDC-178 - Add additional tests for Locking Support
|
2010-04-11 16:43:33 +02:00 |
|
Roman S. Borschel
|
7cc56c45d3
|
[DDC-193] Fixed.
|
2010-04-10 00:00:36 +02:00 |
|
romanb
|
639718e95c
|
[2.0][DDC-335][DDC-347][DDC-317] Fixed. Also prepared DQL for CASE/COALESCE/NULLIF support.
|
2010-02-19 21:28:17 +00:00 |
|
romanb
|
ca23555c3e
|
[2.0][DDC-79][DDC-261] Fixed. Also fixed support for deleting objects by reference (getReference() + remove() + flush()) to effectively delete objects without loading them.
|
2010-02-10 10:47:42 +00:00 |
|
romanb
|
4adc289596
|
[2.0][DDC-284] Fixed. API polish and some convention over configuration simplifications for join columns and join tables.
|
2010-02-09 17:13:49 +00:00 |
|
beberlei
|
5af891d157
|
[2.0] DDC-197 - Add failing test on oracle as a challenge to fix OCI CLOB handling.
|
2009-12-06 23:40:38 +00:00 |
|
beberlei
|
e2962c73dc
|
[2.0] DDC-84 - Add Mysql Platform unittests for incremental changes of the metadata for the schematool update function. Fixed some quirks in the Unit-Test suite alongside, Fixed changes of length in SchemaTool update - Changes in two files were missing.
|
2009-10-31 22:24:29 +00:00 |
|
romanb
|
c54d582568
|
[2.0] Added test coverage for native query with joined one-to-one association.
|
2009-10-22 09:10:59 +00:00 |
|
romanb
|
b8bcd51ff2
|
[2.0][DDC-32] Fixed.
|
2009-10-07 12:39:46 +00:00 |
|
romanb
|
435acc9188
|
[2.0][DDC-24] Fixed (together with some small misc. refactorings).
|
2009-10-01 12:00:14 +00:00 |
|
jwage
|
7c56bfa156
|
[2.0] Fixes issue with unique annotation on columns (closes #2476)
|
2009-09-08 18:12:01 +00:00 |
|
romanb
|
2ec4cc5cbe
|
[2.0] More cleanups for recent lazy-loading implementation and minor object hydration improvements and cleanups. Collection refactoring part I for ticket #2352.
|
2009-07-29 11:57:27 +00:00 |
|
romanb
|
62446f0f3c
|
[2.0] Cleanup for changeset #6172.
|
2009-07-28 16:36:24 +00:00 |
|
romanb
|
28ca2acb8b
|
[2.0] Refined implementation and semantics of the merge and detach operations. General cleanups and API improvements. Added a testcase for detaching/serializing->unserializing->modifying->merging to demonstrate the transparent serialization.
|
2009-07-25 16:33:29 +00:00 |
|
romanb
|
d674f1923d
|
[2.0] Fixed #2373. Some small perf. improvements for UnitOfWork.
|
2009-07-23 09:52:16 +00:00 |
|
romanb
|
2ffc7f17db
|
[2.0] Migrated AnnotationDriver to new annotation parser. Removed addendum vendor library.
|
2009-07-08 15:25:41 +00:00 |
|
romanb
|
31892fb4a8
|
[2.0] Fixed cascading issue (#2307). Fixed many-many object hydration issue.
|
2009-07-02 11:48:44 +00:00 |
|
romanb
|
6e5a5068a6
|
[2.0] Converted constant values from strings to integers.
|
2009-06-07 17:20:37 +00:00 |
|
romanb
|
f3677a5714
|
[2.0] Changed identifier quoting strategy to something simpler. Dropped Doctrine prefix from annotations.
|
2009-05-29 10:23:13 +00:00 |
|