1
0
mirror of synced 2024-12-14 15:16:04 +03:00
Doctrine 2 Object Relational Mapper (ORM)
Go to file
2010-03-19 04:23:00 +00:00
bin [2.0] Fix bug in detection of global Doctrine Cli Configuration finding the empty replacement configuration before the correct one. 2010-03-10 19:07:02 +00:00
lib/Doctrine [2.0] Removing old unused files 2010-03-19 04:23:00 +00:00
tests [2.0] Refactoring code for reading multiple sources of mapping information from ClassMetadataExporter to a new ClassMetadataReader tool so it can be used to read mapping information easily from multiple different sources. This is used for generating repositories, converting mapping information, generating entity stubs, etc. Generally though, it is useful to be able to read the information for some mapping files into an array of ClassMetadataInfo instances without it being bound to the ORM and the metadata referenced by the EntityManager ClassMetadataFactory 2010-03-19 04:19:15 +00:00
tools [2.0] Adding test to ensure onDelete and onUpdate are read properly from all mapping drivers 2010-03-17 14:20:18 +00:00
build.properties.dev [2.0] Added more configuration options that optionally allow to generate PDepend and PHPMD reports and version them by svn revision 2010-02-07 10:04:17 +00:00
build.xml [2.0] Added more configuration options that optionally allow to generate PDepend and PHPMD reports and version them by svn revision 2010-02-07 10:04:17 +00:00
CHANGELOG [2.0] test commit for DDC-2 2009-09-09 18:47:26 +00:00
COPYRIGHT [2.0] DDC-91 - Enhanced SchemaManager::listTableIndexes() considerably. Add primary keys to the index list, add a bool flag primary to each index, add an array of columns to each index. Moved a test to SchemaFunctionalTestCase to check that every database (Mysql, Pgsql, Sqlite, Oracle) returns exactly the same data from this function. 2009-11-03 08:58:03 +00:00
doctrine-mapping.xsd [2.0] DDC-195 - Updated XSD Schema 2010-02-26 22:02:31 +00:00
jpgraph.php [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
LICENSE [2.0] License corrections. 2009-02-25 13:43:24 +00:00
UPGRADE_TO_2_0 [2.0] DDC-412 - Fixed YAML Driver not allowing multiple lifecycle callbacks per event. Backwards-incompatible change 2010-03-15 19:39:32 +00:00
UPGRADE_TO_ALPHA3 [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
UPGRADE_TO_ALPHA4 [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