This website requires JavaScript.
Explore
Help
Sign In
RetailCRM-Mirror
/
doctrine2
Watch
1
Star
0
Fork
0
You've already forked doctrine2
mirror of
synced
2024-12-14 07:06:04 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
a5cddb0c11
doctrine2
/
lib
/
Doctrine
/
ORM
/
Mapping
History
Benjamin Eberlei
a5cddb0c11
Merge branch 'master' of github.com:doctrine/doctrine2
2011-06-20 21:26:33 +02:00
..
Driver
Suppressed php undefined variable notice adding initialization code to Doctrine\ORM\Mapping\Driver\DatabaseDriver.php
2011-06-20 19:07:03 +02:00
ClassMetadata.php
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
ClassMetadataFactory.php
Fix regression introduced with DDC-1203,DDC-1204 patch
2011-06-16 23:00:59 +02:00
ClassMetadataInfo.php
strtolower() on cascade information avoids problem with case-sensitivity in YAML and annotations mapping driver.
2011-06-20 21:26:12 +02:00
MappingException.php
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