Benjamin Eberlei
|
ac85584e9b
|
DDC-870 - Fix several bugs with optimistic locking, conversion of types, multiple updating of values and inheritance related stuff.
|
2010-11-09 23:15:14 +01:00 |
|
Benjamin Eberlei
|
53e8b8f32d
|
DDC-868 - Fix bug where a ClassMetadata instance from a STI child level is processed before the parent.
|
2010-11-09 22:13:35 +01:00 |
|
Benjamin Eberlei
|
a966cb6cc7
|
Merge branch 'DDC-861'
|
2010-11-05 22:54:05 +01:00 |
|
Benjamin Eberlei
|
31efc9a149
|
DDC-861 - Rework ProxyFactory to not use autoloader anymore
|
2010-11-05 22:17:05 +01:00 |
|
Benjamin Eberlei
|
6a904a2d67
|
DDC-860 - Allow access to EntityManager in loadClassMetadata event
|
2010-11-05 22:13:19 +01:00 |
|
Benjamin Eberlei
|
634aa0b291
|
DDC-832 - Small adjustments in the patch
|
2010-10-31 11:11:23 +01:00 |
|
Roman S. Borschel
|
4f71c3e6a3
|
[DDC-812] Fix uninitialized collections of managed entities not being initialized on subsequent fetch-join.
|
2010-10-31 11:07:26 +01:00 |
|
Benjamin Eberlei
|
9211bc2f4e
|
DDC-832 - Fix regression in testsuite due to SchemaTool not being able to handle reserved word table names.
|
2010-10-31 09:20:33 +01:00 |
|
Benjamin Eberlei
|
692c35e7e2
|
DDC-826, DDC-841, DDC-671 - Added another testcase to verify mapped superclass + association dql alias generation
|
2010-10-31 08:13:59 +01:00 |
|
Benjamin Eberlei
|
4804f623c1
|
Merge branch 'DDC-758'
|
2010-10-31 07:35:09 +01:00 |
|
Benjamin Eberlei
|
008601f2ea
|
DDC-758 - Respect notify change tracking.
|
2010-10-31 07:23:58 +01:00 |
|
Benjamin Eberlei
|
23795605fc
|
DDC-758 - Fix bugs with adding and removing elements from a cascade merge Collection. This fix leads to a significant hit in merge performance of collections since they have to be initialized to the current database state, leading to an additional sql query being executed + hydration.
|
2010-10-31 07:06:53 +01:00 |
|
Benjamin Eberlei
|
97eeb437b2
|
DDC-832 - Fix regression introduced with last commit.
|
2010-10-30 19:54:36 +02:00 |
|
Benjamin Eberlei
|
3936f179e9
|
Merge branch 'DDC-832'
|
2010-10-30 19:34:00 +02:00 |
|
Benjamin Eberlei
|
515ef33665
|
Fix quoting in BasicEntityPersister::_updateTable and BasicEntityPersister::delete. Added 6 tests for quoting of table names in different update, delete and inheritance scenario combinations
|
2010-10-30 19:33:20 +02:00 |
|
Benjamin Eberlei
|
b5c5ec3c69
|
DBAL-16 - Update Symfony\Component\Console to latest version to fix upstream bug
|
2010-10-30 13:24:50 +02:00 |
|
Benjamin Eberlei
|
aa2a80f3ff
|
DDC-787 - Fix table name casing in DatabaseDriver
|
2010-10-30 12:35:22 +02:00 |
|
Benjamin Eberlei
|
338476805d
|
DDC-830 - Fix extended class in EntityGenerator
|
2010-10-30 09:16:55 +02:00 |
|
Benjamin Eberlei
|
bf79168952
|
Added Testcase to verify failure
|
2010-10-30 08:43:15 +02:00 |
|
Benjamin Eberlei
|
0a8ff7a030
|
Fix Testsuite to run with PHPUnit 3.5
|
2010-10-29 16:46:21 +02:00 |
|
Benjamin Eberlei
|
6006979fc6
|
Merge branch 'DDC-839'
|
2010-10-29 13:14:52 +02:00 |
|
Benjamin Eberlei
|
35860d9a94
|
Fix for DDC-839: Fetch joined collections are not initialized correctly.
|
2010-10-29 13:14:35 +02:00 |
|
Benjamin Eberlei
|
89d0a52c4f
|
DDC-833 - Fix some nasty bug occouring when re-creating an entity that was a proxy before. Also found another nasty issue with refreshing entity that had an already loaded many-to-many or one-to-many association.
|
2010-10-11 22:15:18 +02: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 |
|
Benjamin Eberlei
|
b4aabf0ba6
|
DDC-831 - Fix docblock in ClassMetadataInfo
|
2010-10-10 17:13:23 +02:00 |
|
Benjamin Eberlei
|
7551bb3762
|
Fix notice due to wrong variable reference
|
2010-10-06 23:09:49 +02:00 |
|
Benjamin Eberlei
|
394c67d482
|
Fix DDC-672
|
2010-10-06 22:18:48 +02:00 |
|
Benjamin Eberlei
|
b05e1ad7ad
|
Fix typo in last patch
|
2010-10-01 21:05:54 +02:00 |
|
Benjamin Eberlei
|
638c3df3a6
|
DDC-822 - Fix making queries with detached entities
|
2010-09-30 21:59:01 +02:00 |
|
Benjamin Eberlei
|
de236e0456
|
DDC-784 - Implement doctrine CLI for Windows and refactor CLI stuff in general
|
2010-09-30 20:57:14 +02:00 |
|
Benjamin Eberlei
|
3ad429a5aa
|
Fix bug in OrmFunctionalTestCase in combination with vendors that dont deferr foreign key checks (like MySQL)
|
2010-09-28 22:36:26 +02:00 |
|
Benjamin Eberlei
|
394469d4b7
|
DDC-525 - Single Table Inheritance fields of child entities ALWAYS have to be nullable, Schema-Tool now enforces this.
|
2010-09-27 23:22:52 +02:00 |
|
Benjamin Eberlei
|
84bd843eed
|
Merge branch 'DDC-817'
|
2010-09-27 22:38:07 +02:00 |
|
Benjamin Eberlei
|
140ddf5098
|
DDC-817 - Add possibility to query by owning side association join column ids and tests for plain entities, single- and joined table inheritance
|
2010-09-27 22:31:18 +02:00 |
|
Benjamin Eberlei
|
d2630ff54e
|
DDC-819 - Fix bug with invalid parameter exception because of using isset instead of array_key_exists()
|
2010-09-27 21:03:12 +02:00 |
|
beberlei
|
039293c27a
|
DDC-816 - Fix output of warning message in update and drop schema-tool commands
|
2010-09-25 12:12:19 +02:00 |
|
Benjamin Eberlei
|
8f80c94923
|
DDC-514 - Implemented default for discriminator column
|
2010-09-23 23:10:31 +02:00 |
|
Benjamin Eberlei
|
8b766b6c92
|
Merge branch 'DDC-573'
|
2010-09-23 22:32:37 +02:00 |
|
Benjamin Eberlei
|
01ffa2dc9e
|
DDC-573 - Implement resetDQLPart() and resetDQLParts() methods on QueryBuilder.
|
2010-09-23 22:32:23 +02:00 |
|
Benjamin Eberlei
|
75e5c40a50
|
DDC-742 - More tests on the issue about possible caching problem, could not verify however
|
2010-09-22 23:01:08 +02:00 |
|
Benjamin Eberlei
|
6390653df7
|
Merge branch 'DDC-671'
|
2010-09-22 00:19:37 +02:00 |
|
Benjamin Eberlei
|
13047aa12e
|
Fixed Mappedsuperclass Functional Test to work with new modelset and verify that relevant features work
|
2010-09-22 00:15:45 +02:00 |
|
Benjamin Eberlei
|
39f732ab91
|
Refactored DDC-671 model to become a first-class modelset, we dont have one with mapped superclass yet.
|
2010-09-21 23:53:26 +02:00 |
|
Benjamin Eberlei
|
7dc8ef1db9
|
Fix DDC-671 - The sourceEntity field has to be corrected to the subclass name when copied from a mapped superclass. Otherwise DQL queries will be wrong, generating wrong table aliases.
|
2010-09-21 23:14:45 +02:00 |
|
Benjamin Eberlei
|
62a8e2aad5
|
Enhance Schema-Tool commands by being more aggresive on warning the user that these commands do stuff that can be potentially dangerous to the database (and its contents).
|
2010-09-21 22:08:29 +02:00 |
|
Benjamin Eberlei
|
6d20d7d5ed
|
Merge branch 'DDC-809'
|
2010-09-21 00:32:57 +02:00 |
|
Benjamin Eberlei
|
c70f32f4c9
|
DDC-809 - Fix nasty issue in ObjectHydrator yielding Many-To-Many hydration problems with multi-valued collections that are join-fetched.
|
2010-09-21 00:32:07 +02:00 |
|
Benjamin Eberlei
|
72f65c3665
|
Some changes to the TestCase
|
2010-09-20 19:23:41 +02:00 |
|
steffkes
|
25f5ab6557
|
add inverseBy-Attribute to User-Entity to get valide schema
|
2010-09-17 11:55:00 -05:00 |
|
steffkes
|
9fa8ff86f8
|
show given path for MappingException::fileMappingDriversRequireConfiguredDirectoryPath
|
2010-09-17 11:54:31 -05:00 |
|