Benjamin Eberlei
|
5ff44b5ec7
|
DDC-1203, DDC-1204 - Fix problems with mapped superclasses in midth of inheritance hierachy and entities not mapped in discriminator map.
|
2011-06-15 22:27:24 +02:00 |
|
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
|
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 |
|
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
|
2d27a99a0b
|
DDC-117 - Began to fix some issues surrounding the DDC-881 report and references to composite fk entities.
|
2010-12-29 01:02:21 +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
|
ae9080aa98
|
DDC-873 - throw exception if trying to add @version to @id
|
2010-11-11 21:21:17 +01:00 |
|
Benjamin Eberlei
|
4ea3277c28
|
DDC-856 - Add default "string" type to discriminator column, throw exception on specification of a bunch of invalid types
|
2010-11-11 21:13:03 +01:00 |
|
steffkes
|
9fa8ff86f8
|
show given path for MappingException::fileMappingDriversRequireConfiguredDirectoryPath
|
2010-09-17 11:54:31 -05: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
|
0be6b3fd85
|
Clarified Exception Message
|
2010-07-22 22:33:37 +02:00 |
|
Roman S. Borschel
|
760ea34a0c
|
[DDC-497][DDC-500][DDC-342] Fixed. Persister polishing and refactoring. More to come for that, but after beta1.
|
2010-04-26 13:02:30 +02:00 |
|
Benjamin Eberlei
|
6e5b1bbe60
|
DDC-510 - Refactored Metadata Driver to be an required option, even for Annotations - allowing to use the specified paths in ORM Tooling Commands
|
2010-04-10 17:35:18 +02:00 |
|
beberlei
|
f78ac41cd8
|
[2.0] DDC-239 - Added several new mapping validations for duplicate association/field and or column name definitions, and in combination with the discriminator column name.
|
2010-03-20 19:19:12 +00:00 |
|
romanb
|
df6ca602fb
|
[2.0][DDC-92] Fixed. Patch provided by Christian Heinrich. [DDC-274] Started some method renaming. [DDC-142] Fixed (join column names and discriminator column names dont support quoting) [DDC-258] Fixed.
|
2010-03-05 16:35:00 +00:00 |
|
guilhermeblanco
|
0cbc9aa672
|
[2.0][DDC-387] Fixed wrong variable name in MappingException. Thanks Christian for report
|
2010-03-03 01:38:21 +00:00 |
|
guilhermeblanco
|
a56689be67
|
[2.0] Reverted wrong changeset of commit related to 7246
|
2010-03-01 04:23:23 +00:00 |
|
guilhermeblanco
|
fc5960c489
|
[2.0][DDC-265] Partial support to inheritanceType in AnnotationExporter. Still needs to add the discriminator column.
|
2010-03-01 04:03:44 +00:00 |
|
beberlei
|
b7de1ed115
|
[2.0] Fixed missing parameter in MappingException::mappingFileNotFound
|
2010-02-25 21:36:48 +00:00 |
|
beberlei
|
bbda52a448
|
[2.0] DDC-376 - Fix in XML Mapping Driver 'inheritance-type' attribute.
|
2010-02-25 21:16:05 +00:00 |
|
romanb
|
4685a9ab6a
|
[2.0][DDC-355] Fixed. Patch provided by Christian Heinrich.
|
2010-02-23 14:02:31 +00:00 |
|
beberlei
|
7cf8d1ae52
|
[2.0] DDC-268 Added missing duplicateAssociationMapping() method to MappingException
|
2010-02-02 21:46:39 +00:00 |
|
beberlei
|
703ba989be
|
[2.0] DDC-268 - Exchanged DoctrineException for MappingException and added missing exception method (thanks to Christian Heinrich for the patch)
|
2010-02-02 21:17:00 +00:00 |
|
guilhermeblanco
|
f6d17b79d8
|
[2.0][DDC-286][DDC-287] Fixed missing method and casting. Thanks Hannes for reporting and patch.
|
2010-01-30 21:11:13 +00:00 |
|
romanb
|
94d41dfbdc
|
[2.0][DDC-279] Fixed.
|
2010-01-29 21:24:29 +00:00 |
|
guilhermeblanco
|
14ec40e1e6
|
[2.0][DDC-281] Fixed several issues with mapping drivers and loading of mapping files.
|
2010-01-28 12:46:12 +00:00 |
|
romanb
|
c4549c4541
|
[2.0][DDC-260] Fixed/Corrected patch.
|
2010-01-21 22:26:36 +00:00 |
|
guilhermeblanco
|
37cb86fe81
|
[2.0][DDC-260] Added support for better error reporting on ClassMetadata
|
2010-01-21 19:52:17 +00:00 |
|
guilhermeblanco
|
2ff76e44c0
|
[2.0][DDC-254] Improved MappingException thrown on missing required configuration of Many-Many mapping
|
2010-01-14 15:48:42 +00:00 |
|
jwage
|
d458197e3a
|
[2.0] Another step towards finishing namespace refactoring
|
2009-02-20 05:46:20 +00:00 |
|
romanb
|
9dcab5ee63
|
Small reorganizations, improvements and progress.
|
2009-02-07 17:02:13 +00:00 |
|