Benjamin Eberlei
|
49195ebe17
|
[DDC-1041] You could retrieve instances of the wrong type in inheritance hierachies because the identity map aggregates them by rootEntityName.
|
2011-03-03 23:11:09 +01:00 |
|
Benjamin Eberlei
|
afc9495b3f
|
Revert "Merge branch 'DDC-884'"
This reverts commit 3eea19dcfa , reversing
changes made to b13c29944b .
|
2011-02-21 18:52:49 +01:00 |
|
Guilherme Blanco
|
04ab0cd8fc
|
[DDC-884] Allow subclassing EntityManager.
|
2011-02-21 00:50:51 -03:00 |
|
Jonathan H. Wage
|
68a4099684
|
Implementing initial Doctrine\Common\Persistence interfaces.
|
2011-02-15 20:02:45 -06:00 |
|
Benjamin Eberlei
|
c6a6aaf493
|
DDC-899 - Add method to check if EntityManager is still open.
|
2010-12-03 17:44:24 +01:00 |
|
Benjamin Eberlei
|
dff5dae416
|
DDC-897 - Make ClassMetadataFactory configurable.
|
2010-11-27 20:53:26 +01:00 |
|
Benjamin Eberlei
|
07016f6da5
|
DDC-834 - Commit fix for requesting references of classes that have subclasses. This is not possible, so we do an eager find instead. Yes this means there is yet another negative performance impact when using Inheritance STI and CTI.
|
2010-10-11 20:11:23 +02:00 |
|
Roman S. Borschel
|
0424d87099
|
[DDC-386][DDC-675] Fixed.
|
2010-08-08 15:03:40 +02:00 |
|
Roman S. Borschel
|
913e58e385
|
[DDC-167] Implemented.
|
2010-07-20 14:27:14 +02:00 |
|
Roman S. Borschel
|
4212b88edc
|
Fixed DDC-455, DDC-600. Some behavior and API polish in the UoW as well as continued _ prefix removal in some core classes. Cleanups and fixes for one-to-one orphan removal including tests.
|
2010-07-08 00:20:54 +02:00 |
|
Jonathan H. Wage
|
bf9f7f85af
|
Tweaking the method names of the recently added feature which allows custom hydration modes.
|
2010-06-03 14:11:31 -04:00 |
|
Jonathan H. Wage
|
5b148c7b20
|
[DDC-161] Adding ability to use custom hydrators with queries.
|
2010-06-02 23:25:09 -04:00 |
|
Benjamin Eberlei
|
78328ec6ea
|
DDC-178 - Removed Doctrine\ORM\LockMode in favour of Doctrine\DBAL\LockMode
|
2010-05-15 11:48:20 +02:00 |
|
Benjamin Eberlei
|
64b57bbcfb
|
Merge upstream into lock-support branch
|
2010-05-15 09:41:32 +02:00 |
|
Roman S. Borschel
|
5dbd40563c
|
Added control abstractions for transaction demarcation.
|
2010-05-13 13:19:59 +02:00 |
|
Roman S. Borschel
|
f619a15a63
|
Removed EntityTransaction until it has a real purpose. Added the affected entity to OptimisticLockException. Updated functional optimistic locking tests accordingly.
|
2010-05-10 23:51:56 +02:00 |
|
Guilherme Blanco
|
d0325d7048
|
Merged with upstream/master
|
2010-05-08 12:42:06 -03:00 |
|
Roman S. Borschel
|
8d52967fcd
|
Polished QueryBuilder API documentation and added another test.
|
2010-05-07 13:36:25 +02:00 |
|
Guilherme Blanco
|
65fbb9f7a4
|
Renamed fetchRow to fetchAssoc, as defined in @todo list. Renamed getRollbackOnly to isRollbackOnly, since it is more consistent to its purpose.
|
2010-05-06 18:45:18 -03:00 |
|
Guilherme Blanco
|
b12b8b0041
|
Revertd partially the support to DBAL\Transaction, it was wrong. Fixed implementation of ORM\EntityTransaction and fixed tests.
|
2010-05-06 18:39:19 -03:00 |
|
Benjamin Eberlei
|
f65a555d04
|
Merge Upstream into Locking-Branch
|
2010-05-02 13:02:44 +02:00 |
|
Guilherme Blanco
|
6705d9b9cc
|
Introduced the concept of DBAL\Transaction and ORM\EntityTransaction.
|
2010-04-29 22:46:51 -03:00 |
|
Guilherme Blanco
|
841008c461
|
[2.0] Coding Standards fixes, added missing docblocks, removed some dependencies from Common package (in Annotations component), etc.
|
2010-04-23 00:51:32 -03:00 |
|
Benjamin Eberlei
|
c763b47626
|
Merge commit 'dc2master/master' into lock-support
|
2010-04-21 20:30:41 +02:00 |
|
Benjamin Eberlei
|
dfbd9e6e2f
|
DDC-178 - Add additional tests for Locking Support
|
2010-04-11 16:43:33 +02:00 |
|
Benjamin Eberlei
|
4cf5b7afdc
|
DDC-510 Move Exception for no Metadata Driver from Configuration to EntityManager::create, commit missing MetadataFilter
|
2010-04-11 10:51:31 +02:00 |
|
Benjamin Eberlei
|
6e5b1bbe60
|
DDC-510 - Refactored Metadata Driver to be an required option, even for Annotations - allowing to use the specified paths in ORM Tooling Commands
|
2010-04-10 17:35:18 +02:00 |
|
Benjamin Eberlei
|
e6a44b145f
|
[DDC-178] First approach to Locking support
|
2010-04-08 22:50:06 +02:00 |
|
guilhermeblanco
|
511bf2248e
|
[2.0] Fixed and added some missing/wrong docblocks. Renamed Assigned to AssignedGenerator as scheduled to be renamed.
|
2010-03-30 21:14:17 +00:00 |
|
romanb
|
a53c2fbd6c
|
[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 |
|
guilhermeblanco
|
af63f2cb6d
|
[2.0] Fixed reporting issue with TaskNamespace and some small cosmetic changes
|
2010-03-08 21:03:04 +00:00 |
|
romanb
|
715da59ded
|
[2.0][DDC-384] Fixed getReference problem with aliases.
|
2010-03-04 12:45:41 +00:00 |
|
romanb
|
96eaf67e0f
|
[2.0][DDC-350] Fixed. Patch provided by Christian Heinrich.
|
2010-02-21 23:26:42 +00:00 |
|
beberlei
|
54010a55b0
|
[2.0] DDC-309 - Allow multiple IteratbleResult instances and work on them concurrently.
|
2010-02-09 19:58:04 +00:00 |
|
romanb
|
4adc289596
|
[2.0][DDC-284] Fixed. API polish and some convention over configuration simplifications for join columns and join tables.
|
2010-02-09 17:13:49 +00:00 |
|
romanb
|
d76096d045
|
[2.0][DDC-288] Removed deprecated flush modes.
|
2010-01-29 21:36:05 +00:00 |
|
romanb
|
94d41dfbdc
|
[2.0][DDC-279] Fixed.
|
2010-01-29 21:24:29 +00:00 |
|
romanb
|
c727483ad8
|
[2.0][DDC-208] Fixed.
|
2009-12-18 13:20:22 +00:00 |
|
romanb
|
3d14da4105
|
[2.0][DDC-168] Moved INSERT SQL generation to persisters during runtime.
|
2009-12-17 13:37:47 +00:00 |
|
romanb
|
fe7ef4bbeb
|
[2.0][DDC-122][DDC-97][DDC-98][DDC-147] Refactored metadata mapping drivers by removing the useless PRELOAD mode. Introduced ClassMetadataFactory#getAllMetadata. Classloader simplifications. Old classloaders deprecated. New Doctrine\Common\ClassLoader is almost the same as the previous IsolatedClassLoader.
|
2009-12-15 21:06:32 +00:00 |
|
romanb
|
fdd9b05158
|
[2.0] Fix for optimistic locking.
|
2009-11-25 21:48:04 +00:00 |
|
beberlei
|
f9ab947372
|
DDC-126 - Make Query, NativeQuery Fluent-Interfaces for all their set Methods, renamed setExpireQueryCache() and setExpireResultCache() to expireQueryCache() and expireResultCache(). Updated UPGRADE_TO_2_0 document accordingly.
|
2009-11-21 13:13:19 +00:00 |
|
romanb
|
10e3407ed1
|
[2.0][DDC-70] Added some EntityManager tests provided by beberlei.
|
2009-10-28 22:12:45 +00:00 |
|
romanb
|
f572c372dc
|
[2.0] Fixed DDC-18. Simplified proxy classes. Just 1 proxy class per entity now, instead of 2.
|
2009-10-28 15:32:55 +00:00 |
|
romanb
|
5842411afe
|
[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.
|
2009-10-15 14:39:43 +00:00 |
|
romanb
|
cb1c7bce48
|
[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.
|
2009-10-14 20:18:36 +00:00 |
|
romanb
|
b8bcd51ff2
|
[2.0][DDC-32] Fixed.
|
2009-10-07 12:39:46 +00:00 |
|
romanb
|
d0bb8ab2e4
|
[2.0] Fixed EntityManager#contains().
|
2009-10-05 09:32:50 +00:00 |
|
jwage
|
d1b2f93acb
|
[2.0] Splitting ClassMetadata in to ClassMetadataInfo and other bug fixes
|
2009-10-05 04:11:29 +00:00 |
|
guilhermeblanco
|
2ff65dd7f0
|
[2.0] Removed already done TODO items
|
2009-09-05 23:54:36 +00:00 |
|