Guilherme Blanco
|
7d1fca1ca2
|
Added support to NamedQueries through ClassMetadata.
|
2011-03-09 14:43:42 -03:00 |
|
Guilherme Blanco
|
a31289b9d7
|
Added support to NamedQueries through ClassMetadata.
|
2011-03-06 18:45:09 -03:00 |
|
Benjamin Eberlei
|
67ae22b911
|
DDC-1034 - Fix bug where callbacks where registered multiple times in inheritance hierachies.
|
2011-03-04 23:00:54 +01:00 |
|
Benjamin Eberlei
|
b2c7a9c7fc
|
[DDC-1050] Throw exception when trying to define inheritance information on a mapped superclass. It is not a valid use-case.
|
2011-03-03 22:51:53 +01:00 |
|
Guilherme Blanco
|
dcf358f154
|
Fixed some warnings from phpunit.
|
2011-02-19 19:50:58 -02:00 |
|
Jonathan H. Wage
|
839b6dd5e4
|
Revert "Removing old Driver interface in favor of the new one in Common\Persistence. Also changed to use fully qualified class name for interfaces in common to avoid weird aliases."
This reverts commit c988a99d55 .
|
2011-02-16 10:24:42 -06:00 |
|
Jonathan H. Wage
|
c988a99d55
|
Removing old Driver interface in favor of the new one in Common\Persistence. Also changed to use fully qualified class name for interfaces in common to avoid weird aliases.
|
2011-02-16 10:06:39 -06:00 |
|
Benjamin Eberlei
|
fd44894e9a
|
DDC-996 - Throw more useful exception if fieldName is empty in a mapped field or association.
|
2011-01-23 14:20:15 +01:00 |
|
Benjamin Eberlei
|
78d4277e4b
|
Merge branch DDC-117 into master
|
2011-01-02 12:01:05 +01:00 |
|
Benjamin Eberlei
|
194a90923d
|
DDC-117 - Finalize patch, fix all the problems of different use-cases by hugely expanding the test-model.
|
2011-01-01 18:17:19 +01:00 |
|
Benjamin Eberlei
|
7112b551e2
|
DDC-945 - Fix regression, ManyToMany unidirectional owning side assocations should be allowed.
|
2010-12-31 14:39:01 +01:00 |
|
Benjamin Eberlei
|
58019fbac0
|
DDC-961 - Bugfix with missing first letter in automatic join table names in global namespace entities.
|
2010-12-30 22:30:51 +01:00 |
|
Benjamin Eberlei
|
aa6ac3d6b0
|
DDC-945 - Throw exception in ClassMetadataFactory when mapped superclass has to many associations.
|
2010-12-28 11:59:51 +01:00 |
|
Benjamin Eberlei
|
e46c65db09
|
Fix for DDC-944
|
2010-12-22 00:23:22 +01:00 |
|
Benjamin Eberlei
|
aa2501eb96
|
DDC-917 - Bugfix with DriverChain::getAllClassNames() - It was not semantically correct and returning too many metadata.
|
2010-12-08 23:29:21 +01:00 |
|
Benjamin Eberlei
|
dff5dae416
|
DDC-897 - Make ClassMetadataFactory configurable.
|
2010-11-27 20:53:26 +01:00 |
|
Benjamin Eberlei
|
e4f74d8290
|
DDC-886 - Bugfix for composite identifier flag not being mapped to child classes in inheritence/mapped superclass scenarios.
|
2010-11-27 17:38:12 +01:00 |
|
Benjamin Eberlei
|
8f80c94923
|
DDC-514 - Implemented default for discriminator column
|
2010-09-23 23:10:31 +02:00 |
|
Benjamin Eberlei
|
13047aa12e
|
Fixed Mappedsuperclass Functional Test to work with new modelset and verify that relevant features work
|
2010-09-22 00:15:45 +02:00 |
|
Benjamin Eberlei
|
39f732ab91
|
Refactored DDC-671 model to become a first-class modelset, we dont have one with mapped superclass yet.
|
2010-09-21 23:53:26 +02:00 |
|
Benjamin Eberlei
|
7dc8ef1db9
|
Fix DDC-671 - The sourceEntity field has to be corrected to the subclass name when copied from a mapped superclass. Otherwise DQL queries will be wrong, generating wrong table aliases.
|
2010-09-21 23:14:45 +02:00 |
|
Benjamin Eberlei
|
72f65c3665
|
Some changes to the TestCase
|
2010-09-20 19:23:41 +02:00 |
|
Benjamin Eberlei
|
8a92bf075b
|
DDC-671 - Fetch YamlMappingDriverTest from Shurakais remote branch
|
2010-09-16 22:27:04 +02:00 |
|
Benjamin Eberlei
|
97e572e2d8
|
DDC-806 - Fix xsd schema not allowing entities without id (in inheritance hierachies)
|
2010-09-15 21:51:44 +02:00 |
|
Benjamin Eberlei
|
d115f7af4f
|
DDC-752 - Postpone Inheritance Related Metadata Validation into CMF
|
2010-08-27 22:14:48 +02: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 |
|
Sébastien HOUZE
|
4a9f36800e
|
Symfony/Components renamed into Symfony/Component
|
2010-08-23 12:39:30 -05:00 |
|
Roman S. Borschel
|
8d3e0e61ea
|
Moved association mappings to plain arrays, just like field mappings.
|
2010-08-09 22:48:07 +02:00 |
|
Benjamin Eberlei
|
69e9fd3145
|
DDC-704 - Added better validation of inheritence type constructs in Xml, Annotation and Yaml Drivers
|
2010-08-08 12:29:14 +02:00 |
|
Benjamin Eberlei
|
6007084324
|
DDC-706 - Fix DriverChain::isTransient() to comply with interface of Driver
|
2010-07-21 21:20:55 +02:00 |
|
Benjamin Eberlei
|
b0e4d06c40
|
DDC-130 - Refactored deleteJoinTableRecords() even more, simplified approach disfavouring evil legacy database schemas
|
2010-07-10 13:12:33 +02:00 |
|
Benjamin Eberlei
|
1794127d51
|
DDC-130 - Refactored deleteJoinTableRecords() support
|
2010-07-10 12:04:02 +02:00 |
|
Christian Heinrich
|
9b03a1ecdd
|
Added testcase for #DDC-671
|
2010-07-06 20:19:43 +02:00 |
|
Christian Heinrich
|
321fc2506d
|
Fixed #DDC-647
Added missing length element
DBAL-647 - Added test to check for length of string type in all mapping drivers
|
2010-06-28 23:05:49 +02:00 |
|
Benjamin Eberlei
|
7018509126
|
Fix a bug with Table Indexes on XML Driver. Added tests for setting indexes on tables for all the mapping drivers
|
2010-06-13 22:59:56 +02:00 |
|
Benjamin Eberlei
|
f2aacf44c8
|
DDC-628 - Fix missing precision and scale attributes on doctrine-mapping.xsd
|
2010-06-13 17:21:14 +02:00 |
|
Roman S. Borschel
|
59d4e0c8e7
|
[DDC-481] Fixed.
|
2010-05-08 17:01:20 +02:00 |
|
Benjamin Eberlei
|
6c7aaa727c
|
Added tests for 41e830ca68 , thereby finding two issues with XML and YAML Driver handling of Sequence-Generator
|
2010-05-01 03:28:18 +02:00 |
|
Benjamin Eberlei
|
9cee8bf890
|
Merge remote branch 'dc2master/master'
|
2010-05-01 03:12:27 +02:00 |
|
Roman S. Borschel
|
db2be55e27
|
[DDC-561] Fixed.
|
2010-04-30 17:30:27 +02:00 |
|
Benjamin Eberlei
|
f38584a51e
|
DDC-545 - Add unittest for all drivers uniqueConstraint capabilities, fix bug in XML Driver that disallowed using them
|
2010-04-28 20:27:53 +02:00 |
|
Roman S. Borschel
|
8396e72a2c
|
Fixed casing.
|
2010-04-26 14:25:23 +02:00 |
|
Jonathan H. Wage
|
6bda2b44fe
|
Renaming PhpDriver to PHPDriver
|
2010-04-26 14:12:36 +02:00 |
|
Roman S. Borschel
|
d1d1cecc06
|
Restored missing files.
|
2010-04-26 14:12:20 +02:00 |
|
Roman S. Borschel
|
bff4f49b7a
|
Merge commit 'upstream/master'
Conflicts:
lib/Doctrine/Common/Annotations/AnnotationReader.php
lib/Doctrine/Common/Annotations/Parser.php
|
2010-04-26 13:17:36 +02:00 |
|
Jonathan H. Wage
|
27a0058b89
|
Initial entry of StaticPHPDriver
|
2010-04-23 16:16:16 -04:00 |
|
Jonathan H. Wage
|
6d29f05d3a
|
Renaming PhpDriver to PHPDriver
|
2010-04-23 14:37:29 -04:00 |
|
Roman S. Borschel
|
4b71afe7c2
|
Improving metadata caching performance by only serializing what is absolutely necessary.
|
2010-04-18 22:47:03 +02:00 |
|
Roman S. Borschel
|
d4232d906e
|
[DDC-388] Fixed.
|
2010-04-14 17:07:08 +02:00 |
|
Roman S. Borschel
|
7fefe3f4b4
|
Merge commit 'upstream/master'
|
2010-04-14 10:50:37 +02:00 |
|