1
0
mirror of synced 2025-01-11 19:37:10 +03:00
Commit Graph

7700 Commits

Author SHA1 Message Date
Benjamin Eberlei
de1d72f348 DDC-866 - Fix EBNF grammer rule 2010-11-09 22:19:07 +01:00
Benjamin Eberlei
ee042bc642 Some changes left 2010-11-09 22:18:25 +01:00
Benjamin Eberlei
c22bddc9a7 DDC-866 Fix deprecated EBNF rule 2010-11-09 22:17:31 +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
a5a0dfa96e Converted ORM Docs into ReST 2010-11-01 22:03:50 +01:00
Benjamin Eberlei
e7e1f62f72 Add Sphinx Configs 2010-11-01 21:21:07 +01:00
Benjamin Eberlei
aa25b7cc0a Add Sphinx Configs 2010-11-01 21:21:01 +01:00
Benjamin Eberlei
1bfeaf3eaf Initial conversion from Markdown to ReST - Finalized Cookbook 2010-11-01 21:16:12 +01:00
Benjamin Eberlei
6985b671d8 Add note about float type 2010-10-31 15:13:51 +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
468c878c92 Add hint about multiple directories in Metadata drivers to configuration section 2010-10-31 07:34:43 +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
05f5ae1519 DDC-732 - Document sql schema requirements for inheritance strategies 2010-10-30 18:16:13 +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
61640ef7ce Add Note that this is not a holy-grail but may need adjustments for other versions 2010-10-30 12:08:28 +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
833a4a9319 Clarify not to use prefix blacklash in targetEntity 2010-10-29 14:12:29 +02:00
Benjamin Eberlei
3182f150c1 Fix a little render glitch 2010-10-29 13:30:02 +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
Jonathan H. Wage
62aef84205 Merge remote branch 'ralfas/master' 2010-10-18 17:15:38 -05: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
9c63363ccc Add details on the negative performance impact of STI and CTI in many-to-one or one-to-one scenarios 2010-10-11 20:36:52 +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
Ralfas
e4b1357a22 fixed typos and grammar 2010-10-07 22:39:52 +01: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
Ralfas
f8ba66bb0c fixed typos 2010-10-05 22:43:56 +01:00
Ralfas
61c1f0e1ed fixed typos 2010-10-05 13:11:34 +01:00
Ralfas
8ac6d29c74 fixed typos 2010-10-05 13:09:10 +01:00
Ralfas
6b01986c48 fixed typos 2010-10-05 12:58:43 +01:00
Ralfas
efe2a18189 2010-10-04 11:29:40 -07:00
Benjamin Eberlei
b05e1ad7ad Fix typo in last patch 2010-10-01 21:05:54 +02:00
Benjamin Eberlei
e9617f1e50 DDC-798 - Clarify parameters for MEMBER OF expression 2010-09-30 22:09:49 +02:00
Benjamin Eberlei
4f18aaaf6e DDC-797 - Fix dql example bug 2010-09-30 22:05:39 +02:00