Benjamin Eberlei
|
cb28bfd484
|
Improve Error Messages in ClassMetadata and UnitOfWork
|
2011-10-15 17:38:55 +02:00 |
|
Benjamin Eberlei
|
09ac3a9eb2
|
DDC-659 - Add ClassMetadataBuilder for PHP based metadata management
|
2011-09-04 14:13:20 +02:00 |
|
Guilherme Blanco
|
93521217a6
|
Moved getQuoted* from ClassMetadata to ClassMetadataInfo, since SchemaTool relies on them, making impossible to work with DisconnectedClassMetadataFactory.
|
2011-05-26 02:18:29 -03:00 |
|
Benjamin Eberlei
|
9a75277dd4
|
[DDC-692] Add ClassMetadataInfo::isReadOnly flag and ignore these entities in Change Tracking.
|
2011-03-29 20:04:14 +02:00 |
|
Benjamin Eberlei
|
ac175d2c40
|
[DDC-1068] Fix case-sensitivity problems of first loading of Metadata.
|
2011-03-20 12:35:52 +01:00 |
|
Guilherme Blanco
|
180078d0f6
|
Added namedQueries as optional during serialization of ClassMetadata.
|
2011-03-14 01:04:50 -03:00 |
|
Guilherme Blanco
|
a31289b9d7
|
Added support to NamedQueries through ClassMetadata.
|
2011-03-06 18:45:09 -03: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 |
|
Roman S. Borschel
|
8d3e0e61ea
|
Moved association mappings to plain arrays, just like field mappings.
|
2010-08-09 22:48:07 +02:00 |
|
Roman S. Borschel
|
913e58e385
|
[DDC-167] Implemented.
|
2010-07-20 14:27:14 +02:00 |
|
Roman S. Borschel
|
88b0813536
|
Improved entity state detection.
|
2010-07-06 11:43:14 +02:00 |
|
Roman S. Borschel
|
5d00fb764b
|
[DDC-622] Fixed.
|
2010-06-07 13:10:15 +02:00 |
|
Jonathan H. Wage
|
94928c5dd8
|
[DDC-552] Fixing issue with getReflectionClass() not existing on ClassMetadataInfo when it is required by AnnotationDriver
|
2010-04-30 12:27:52 -04:00 |
|
Roman S. Borschel
|
db2be55e27
|
[DDC-561] Fixed.
|
2010-04-30 17:30:27 +02: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 |
|
Jonathan H. Wage
|
071adf68cd
|
Fixing tabs in ClassMetadata class
|
2010-04-13 14:09:11 -04:00 |
|
Roman S. Borschel
|
db603547a2
|
Added failing test for DDC-388. Naming refactorings and comment cleanups.
|
2010-04-13 00:49:19 +02:00 |
|
Roman S. Borschel
|
7cc56c45d3
|
[DDC-193] Fixed.
|
2010-04-10 00:00:36 +02:00 |
|
romanb
|
354ede1e04
|
[2.0][DDC-354][DDC-425] Fixed. Encapsulated SQL logging better in the DBAL. Added binding types to DBAL mapping types as well as using these binding types in the persisters. Query and NativeQuery now support PDO binding types as well as DBAL mapping types when binding parameters.
|
2010-03-29 13:20:41 +00:00 |
|
romanb
|
a53c2fbd6c
|
[2.0] Code cleanups. Preparations for DDC-193. Fixed DDC-399, type configuration remains global for now but the irritating instance methods on the Configuration have been removed. Use Type::addType et al. Added TODOs for naming standards.
|
2010-03-15 17:19:00 +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 |
|
romanb
|
22fce635c0
|
[2.0][DDC-339][DDC-340] Fixed.
|
2010-02-20 18:27:05 +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 |
|
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 |
|
romanb
|
572f728153
|
[2.0][DDC-260] Fixed/Corrected patch.
|
2010-01-21 22:25:42 +00:00 |
|
guilhermeblanco
|
37cb86fe81
|
[2.0][DDC-260] Added support for better error reporting on ClassMetadata
|
2010-01-21 19:52:17 +00:00 |
|
romanb
|
0a9876b2e8
|
[2.0][DDC-248] Fixed and some more unrelated tests.
|
2010-01-15 13:33:42 +00:00 |
|
romanb
|
60b9fb7c5b
|
[2.0] Some small cleanups.
|
2009-12-21 11:06:27 +00:00 |
|
romanb
|
3d14da4105
|
[2.0][DDC-168] Moved INSERT SQL generation to persisters during runtime.
|
2009-12-17 13:37:47 +00:00 |
|
romanb
|
909e98c6f2
|
[2.0][DDC-202][DDC-132][DDC-185] Fixed.
|
2009-12-09 12:37:57 +00:00 |
|
romanb
|
555b097641
|
[2.0][DDC-164][DDC-165] Fixed. Cleaned up ManyToManyMapping. Cleaned up identifier handling and handling of composite identifiers in some places.
|
2009-11-21 18:52:02 +00:00 |
|
romanb
|
7bbdac1c88
|
[2.0][DDC-61][DDC-108] Fixed. Started exception refactoring.
|
2009-11-03 18:30:21 +00:00 |
|
romanb
|
4fc1781d78
|
[2.0][DDC-22] Fixed. Also cleaned up association handling. More to come: exception refactorings, proxy simplifications (single proxy class, not two).
|
2009-10-28 10:31:47 +00:00 |
|
romanb
|
a4913774c8
|
[2.0] Added ConnectionTest. Fixed sandbox.
|
2009-10-23 21:47:25 +00:00 |
|
jwage
|
b353dc5172
|
[2.0] Adding EntityRepository::createQueryBuilder() method
|
2009-10-05 05:42:30 +00:00 |
|
jwage
|
d1b2f93acb
|
[2.0] Splitting ClassMetadata in to ClassMetadataInfo and other bug fixes
|
2009-10-05 04:11:29 +00:00 |
|
romanb
|
b9ec48d68e
|
[2.0][DDC-31] Fixed.
|
2009-10-03 22:00:01 +00:00 |
|
guilhermeblanco
|
fe5a356aa0
|
[2.0][DDC-31] Fixed issue with column definition of 'name' when it is not set.
|
2009-10-03 16:19:51 +00:00 |
|
jwage
|
01d6a61a90
|
[2.0] Fixes for some strict standards notices and other various things
|
2009-09-29 15:54:16 +00:00 |
|
guilhermeblanco
|
7ef91a6449
|
[2.0] Some work over SchemaTool update of schema (affects directly the CLI schema-tool task on --update option.
|
2009-09-12 23:25:47 +00:00 |
|
jwage
|
de67ffa187
|
[2.0] Initial entry of ClassmetadataExporter class skeleton/drivers
|
2009-09-11 01:03:46 +00:00 |
|
jwage
|
f83fd8e950
|
[2.0] Updating exceptions to use methods so that we can later provide better exception messages
|
2009-08-26 22:03:39 +00:00 |
|
jwage
|
05d5fe4954
|
[2.0] Finishing optimistic locking with timestamp support
|
2009-08-24 17:06:12 +00:00 |
|
romanb
|
b1d34fca1c
|
[2.0] Work on SchemaTool and DBAL.
|
2009-08-21 18:13:22 +00:00 |
|
guilhermeblanco
|
842267c11c
|
[2.0] Refactored pieces of QueryBuilder, it does not use string concatenation anymore. Splitted from into from and join, allowing update and delete DQLs to be correctly built. Added missing entry set. Removed Expr\Having because it was useless. Updated docs.
|
2009-08-20 02:59:42 +00:00 |
|
romanb
|
3d17cb0d60
|
[2.0] Applied fixes for character casing issues. Simplified inheritance mapping and improved handling of outer joins in Class Table Inheritance.
|
2009-08-17 17:58:16 +00:00 |
|
romanb
|
8797921937
|
[2.0] Removed AssociationMappings from ResultSetMapping for improved caching. Fixed caching issue with reflection classes and properties. Reimplemented and leaned up broken identifier quoting. Added support for named (native) queries. Fixed small hydration memory leak.
|
2009-08-11 10:51:38 +00:00 |
|
romanb
|
e1f2b8abec
|
[2.0] Implemented support for mapped superclasses. Fixed #2353.
|
2009-07-30 15:16:02 +00:00 |
|