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
2025-03-21 07:23:55 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
doctrine2
/
lib
/
Doctrine
/
ORM
/
Tools
History
Benjamin Eberlei
fe527fbf1a
Merge pull request
#59
from asm89/databasedriver-patch
...
Implemented tableName -> className and columnName -> fieldName mapping in DatabaseDriver.
2011-06-11 03:15:16 -07:00
..
Console
Merge pull request
#59
from asm89/databasedriver-patch
2011-06-11 03:15:16 -07:00
Event
[2.0] DDC-283 - Add two events in SchemaTool that allow to hook into the generated Schema representation, possibly modifying or reacting to it in userland or extensions code.
2010-03-18 22:36:27 +00:00
Export
Merge pull request
#63
from chesteroni/master
2011-06-05 03:28:52 -07:00
ConvertDoctrine1Schema.php
DDC-928 - Fix undefined variable notice.
2010-12-28 12:18:42 +01:00
DisconnectedClassMetadataFactory.php
DDC-897 - Fix DisconnecetdClassMetadataFactory with regards to namespace setting, now inferred from the FQCN.
2010-11-27 22:17:55 +01:00
EntityGenerator.php
Updated the EntityGenerator to be compatible with Common 3.0.x
2011-05-25 12:35:54 +02:00
EntityRepositoryGenerator.php
Fixing EntityRepositoryGenerator to not generate the repository if it already exists
2010-04-14 20:42:17 -04:00
SchemaTool.php
DDC-1151 - Fix missing table quotes when adding foreign keys in SchemaTool
2011-05-14 08:44:19 +02:00
SchemaValidator.php
Moved association mappings to plain arrays, just like field mappings.
2010-08-09 22:48:07 +02:00
ToolEvents.php
[2.0] DDC-283 - Add two events in SchemaTool that allow to hook into the generated Schema representation, possibly modifying or reacting to it in userland or extensions code.
2010-03-18 22:36:27 +00:00
ToolsException.php
Fixing ORMException
2010-04-14 20:42:39 -04:00