.. |
php
|
support naming convention for listeners without mapping.
|
2013-01-29 12:14:53 -02:00 |
Symfony
|
Removing code from the simplified drivers, use SymfonyFileLocator instead
|
2012-07-04 20:59:21 +02:00 |
xml
|
Update XML schema to reflect addition of embeddables
|
2013-12-07 16:38:32 +01:00 |
yaml
|
Fix YAML EntityListener definition in tests
|
2013-03-14 21:18:54 +01:00 |
AbstractMappingDriverTest.php
|
[DDC-2300] Fix version xml mapping and serialization of ClassMetadata.
|
2013-03-14 23:20:23 +01:00 |
AnnotationDriverTest.php
|
Fixed typos
|
2013-03-11 00:08:58 +00:00 |
AnsiQuoteStrategyTest.php
|
ANSI compliant quote strategy
|
2013-06-21 16:05:59 -04:00 |
BasicInheritanceMappingTest.php
|
Refix test
|
2013-03-14 20:12:20 +01:00 |
ClassMetadataBuilderTest.php
|
[DDC-1654] Add support for orphanRemoval on ManyToMany associations. This only makes sense when ManyToMany is used as uni-directional OneToMany association with join table. The join column has a unique constraint on it to enforce this on the DB level, but we dont validate that this actually happens. Foreign Key constraints help prevent issues and notify developers early if they use it wrong.
|
2012-02-20 10:33:16 +01:00 |
ClassMetadataFactoryTest.php
|
Fixed typos
|
2013-03-11 00:08:58 +00:00 |
ClassMetadataLoadEventTest.php
|
[DDC-1610] Add test and fix wakeup reflection in combination with event listener
|
2012-01-21 13:58:25 +01:00 |
ClassMetadataTest.php
|
[DDC-2608][DDC-2662] Fix SequenceGenerator requiring "sequenceName" and now throw exception. Fix a bug in quoting the sequenceName.
|
2013-09-08 15:59:58 +02:00 |
EntityListenerResolverTest.php
|
split override test
|
2013-01-29 12:14:53 -02:00 |
NamingStrategyTest.php
|
move naming classes to Doctrine\ORM\Mapping
|
2011-12-24 12:01:25 -02:00 |
PHPMappingDriverTest.php
|
Removing deprecated StaticPHPDriver and PHPDriver
|
2012-07-10 02:31:30 +02:00 |
QuoteStrategyTest.php
|
Fix CS and test configuration
|
2012-06-18 14:43:01 -03:00 |
StaticPHPMappingDriverTest.php
|
Removing deprecated StaticPHPDriver and PHPDriver
|
2012-07-10 02:31:30 +02:00 |
XmlMappingDriverTest.php
|
Fix XmlDriver to accept embeddables
|
2013-12-07 16:40:54 +01:00 |
YamlMappingDriverTest.php
|
Fix DDC-2069
|
2012-10-20 00:28:38 -03:00 |