- 26 Apr, 2010 1 commit
-
-
Roman S. Borschel authored
[DDC-497][DDC-500][DDC-342] Fixed. Persister polishing and refactoring. More to come for that, but after beta1.
-
- 02 Apr, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-484 - Fix reference to Doctrine\ORM\ORMException in ProxyException, added two unit-tests for missing tests of ProxyException throws
-
- 29 Mar, 2010 1 commit
-
-
romanb authored
[2.0][DDC-354][DDC-425] Fixed. Encapsulated SQL logging better in the DBAL. Added binding types to DBAL mapping types as well as using these binding types in the persisters. Query and NativeQuery now support PDO binding types as well as DBAL mapping types when binding parameters.
-
- 19 Mar, 2010 1 commit
-
-
jwage authored
[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
-
- 18 Mar, 2010 1 commit
-
-
jwage authored
-
- 10 Mar, 2010 1 commit
-
-
guilhermeblanco authored
-
- 05 Mar, 2010 2 commits
- 28 Feb, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-381 - Unserialized Entity that was a proxy during serialize() will fatal when accessing methods that call _load() - A check for the existance of entity persister solves the problem.
-
- 11 Feb, 2010 1 commit
-
-
romanb authored
[2.0] Fixed proxy classes to not invoke parent class constructors. We never call constructors to reconstitute persistent entities and proxies always represent persistent entities.
-
- 06 Jan, 2010 1 commit
-
-
beberlei authored
-
- 05 Jan, 2010 1 commit
-
-
romanb authored
[2.0][DDC-237][DDC-216] Fixed. If you're using manual proxy generation through the CLI, please regenerate your proxies.
-
- 07 Dec, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-194 - Fixed infinite recursion issue with references and @PostLoad annotation by telling proxy to be loaded before calling EntityPersister->load...
-
- 21 Nov, 2009 1 commit
-
-
romanb authored
[2.0][DDC-164][DDC-165] Fixed. Cleaned up ManyToManyMapping. Cleaned up identifier handling and handling of composite identifiers in some places.
-
- 31 Oct, 2009 1 commit
-
-
beberlei authored
-
- 28 Oct, 2009 1 commit
-
-
romanb authored
-
- 15 Oct, 2009 1 commit
-
-
romanb authored
[2.0][DDC-49][DDC-50][DDC-33] Fixed DDC-49 and DDC-50. Also addressed DDC-33. Various other small changes and fixes. For problems with proxy objects please refer to the updated documentation.
-
- 14 Oct, 2009 1 commit
-
-
romanb authored
[2.0] DBAL cleanups (DDC-46). Proxy class improvements (DDC-19, DDC-39). Started new UPGRADE_TO document for upgrade instructions between advancing Doctrine 2 versions.
-
- 12 Oct, 2009 1 commit
-
-
romanb authored
-
- 03 Oct, 2009 2 commits
- 01 Oct, 2009 1 commit
-
-
romanb authored
-
- 13 Aug, 2009 1 commit
-
-
romanb authored
[2.0] Fixed several referential integrity issues. Fixed critical issue with inserts being run twice on postgresql/oracle. Added support for additional tree walkers that modify the AST prior to SQL construction and started to play with it in a testcase.
-
- 29 Jul, 2009 1 commit
-
-
romanb authored
[2.0] More cleanups for recent lazy-loading implementation and minor object hydration improvements and cleanups. Collection refactoring part I for ticket #2352.
-
- 20 Jul, 2009 1 commit
-
-
piccoloprincipe authored
[2.0] Accomodate joincolumn names in the metadata, in the selection and the hydration processes. Improved Api of the ProxyFactory. Working implementation of lazy loading for *-to-one associations (affects #2348)
-
- 18 Jul, 2009 1 commit
-
-
piccoloprincipe authored
-
- 17 Jul, 2009 2 commits
-
-
piccoloprincipe authored
-
piccoloprincipe authored
-
- 16 Jul, 2009 2 commits
-
-
guilhermeblanco authored
[2.0] Fixed 4 issues with ProxyGenerator. It was not considering the type hint and it was generating an E_STRICT error with incompatible method declaration. Some cosmetic changes in Query
-
piccoloprincipe authored
-