1
0
mirror of synced 2025-01-05 16:53:21 +03:00
doctrine2/lib/Doctrine/ORM/Mapping
2009-09-08 19:31:26 +00:00
..
Driver [2.0] Fixes issue with unique annotation on columns (closes #2476) 2009-09-08 18:12:01 +00:00
AssociationMapping.php [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
ClassMetadata.php [2.0] Updating exceptions to use methods so that we can later provide better exception messages 2009-08-26 22:03:39 +00:00
ClassMetadataFactory.php [2.0] Fixing empty insert sql statements (closes #2481) 2009-09-08 19:31:26 +00:00
ManyToManyMapping.php [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
MappingException.php [2.0] Another step towards finishing namespace refactoring 2009-02-20 05:46:20 +00:00
OneToManyMapping.php [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
OneToOneMapping.php [2.0] Work on CLI: Added SchemaToolTask with preliminary support for dropping/creating the database schema. Prepared the sandbox. Adjusted build to include the sandbox. 2009-08-31 16:21:29 +00:00