1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/lib/Doctrine/ORM/Mapping/Driver
2010-06-20 19:34:09 +02:00
..
AbstractFileDriver.php Fixing incorrect exception method used 2010-04-13 14:09:39 -04:00
AnnotationDriver.php [DDC-481] Fixed. 2010-05-08 17:01:20 +02:00
DatabaseDriver.php DDC-616 Made Database Reverse Engineering a Two-Step Approach, first collect details on all tables once and try to detect which tables are many-to-many tables. Then build metadata from this information. This allows to support even many-to-many tables in reverse engineering correctly 2010-06-20 19:34:09 +02:00
DoctrineAnnotations.php Fixed DDC-557 - Default allocation size for sequences changed from 10 to 1. Documented in UPGRADE file 2010-06-13 20:09:59 +02:00
Driver.php [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
DriverChain.php [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
PHPDriver.php [DDC-481] Fixed. 2010-05-08 17:01:20 +02:00
StaticPHPDriver.php Initial entry of StaticPHPDriver 2010-04-23 16:16:16 -04:00
XmlDriver.php 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
YamlDriver.php [DDC-481] Fixed. 2010-05-08 17:01:20 +02:00