Benjamin Eberlei
|
8e4197adc5
|
DDC-909 - Fix Result Cache with entities as parameters.
|
2010-12-03 17:34:56 +01:00 |
|
Pascal Borreli
|
0ba9321f06
|
[ORM] Fixed typo
|
2010-11-30 02:50:34 +08:00 |
|
Fabien Potencier
|
892eec2f26
|
Update Symfony\Component\Console to latest version
|
2010-11-30 02:45:04 +08:00 |
|
Benjamin Eberlei
|
796b62cd2c
|
DDC-897 - Fix DisconnecetdClassMetadataFactory with regards to namespace setting, now inferred from the FQCN.
|
2010-11-27 22:17:55 +01:00 |
|
Benjamin Eberlei
|
dff5dae416
|
DDC-897 - Make ClassMetadataFactory configurable.
|
2010-11-27 20:53:26 +01:00 |
|
Benjamin Eberlei
|
7196999b69
|
DDC-895 - Fix Generated XML from XMLExporter and remove silly formatting xml code used on SimpleXML by just stuffing it into DOMDocument with formatOutput=true.
|
2010-11-27 20:32:14 +01:00 |
|
Benjamin Eberlei
|
386b7e26d6
|
DDC-888 - Fix Warning in AnnotationsDriver when using @JoinTable without explicitly defining join- and inverse join-columns.
|
2010-11-27 20:05:36 +01:00 |
|
Benjamin Eberlei
|
51922a1ff0
|
DDC-855 - Fix EntityGenerator annoyance when run successive times.
|
2010-11-27 19:57:37 +01:00 |
|
Benjamin Eberlei
|
e4f74d8290
|
DDC-886 - Bugfix for composite identifier flag not being mapped to child classes in inheritence/mapped superclass scenarios.
|
2010-11-27 17:38:12 +01:00 |
|
Benjamin Eberlei
|
6cd0fefef2
|
Merge branch 'sqlsrv'
|
2010-11-18 23:14:20 +01:00 |
|
Benjamin Eberlei
|
e142bd1f30
|
Merge and modify juokazs Sqlsrv changes
|
2010-11-18 23:14:07 +01:00 |
|
Benjamin Eberlei
|
97b80d69f1
|
Fix several test-issues after upgrading dependencies and a Bug in a SchemaTool and DatabaseDriver
|
2010-11-18 23:07:32 +01:00 |
|
Benjamin Eberlei
|
154176516e
|
Upgrade Dependencies to Common RC2 and DBAL RC3
|
2010-11-18 23:05:34 +01:00 |
|
Benjamin Eberlei
|
a2cbb8f72f
|
DDC-882 - Bugfix with typehint
|
2010-11-18 20:45:44 +01:00 |
|
Juozas Kaziukenas
|
ec50125568
|
Fix for foreign keys and autoincrement
|
2010-11-17 14:07:05 -08:00 |
|
Juozas Kaziukenas
|
831b40e093
|
Fixes required for Microsoft SQL tests
|
2010-11-17 13:18:18 -08:00 |
|
Juozas Kaziukenas
|
b6da2e0e42
|
Proper FORM clause generation to support locking
|
2010-11-16 16:12:08 -08:00 |
|
Juozas Kaziukenas
|
494bfc8966
|
Fixed length, lower, upper and mod AST functions to use platform for generating SQL
|
2010-11-16 15:41:41 -08:00 |
|
Benjamin Eberlei
|
1b9e9c019d
|
DDC-862 - Fix Codeigniter Cookbook entry
|
2010-11-16 22:03:27 +01:00 |
|
Benjamin Eberlei
|
c1661dd53e
|
DDC-511 - MappedSuperclasses specifications of inheritance mapping details make no sense and are ignored
|
2010-11-16 21:53:46 +01:00 |
|
Benjamin Eberlei
|
ae76b2ab8d
|
DDC-853, DDC-629 - Fix drop schema always dropping everything at the cost of potential failures when dropping due to foreign keys. Added a full-database drop mode that resembles the old behavior.
|
2010-11-16 21:31:54 +01:00 |
|
Benjamin Eberlei
|
85a579febc
|
DDC-867 - Deep clone of the QueryBuilder nested expression objects
|
2010-11-15 21:32:38 +01:00 |
|
Benjamin Eberlei
|
e62fb0b48e
|
DDC-849 - Test verifies all different behaviors, clear contains, remove contains and clear count to be correct.
|
2010-11-15 19:03:09 +01:00 |
|
Benjamin Eberlei
|
ece27e39c4
|
Merge branch 'DDC-736'
|
2010-11-13 09:53:00 +01:00 |
|
Benjamin Eberlei
|
d3d3032759
|
DDC-736 - Simplified patch and extended test to verify scalar results are still in order.
|
2010-11-13 09:52:35 +01:00 |
|
Benjamin Eberlei
|
ae9080aa98
|
DDC-873 - throw exception if trying to add @version to @id
|
2010-11-11 21:21:17 +01:00 |
|
Benjamin Eberlei
|
4ea3277c28
|
DDC-856 - Add default "string" type to discriminator column, throw exception on specification of a bunch of invalid types
|
2010-11-11 21:13:03 +01:00 |
|
Benjamin Eberlei
|
e4280cf82e
|
DDC-736 - Fix ordering of identification variables in DQL parser to be by specification.
|
2010-11-11 21:12:09 +01:00 |
|
Benjamin Eberlei
|
49ecdff016
|
DDC-763 - Add note about handling merges of multiple entities which share subgraphs of objects
|
2010-11-10 23:49:07 +01:00 |
|
Benjamin Eberlei
|
f2b20e5949
|
DDC-736 - Add note about order of the identfication variables during fetch joins requirements.
|
2010-11-10 23:43:24 +01:00 |
|
goran
|
54a61bbbc2
|
Changed method name in an example for fetching class metadata
|
2010-11-11 03:24:14 +08:00 |
|
Timo A. Hummel
|
69d4e185d8
|
Added documentation notice regarding @version in combination with @id (DDC-873)
|
2010-11-11 03:23:52 +08:00 |
|
Timo A. Hummel
|
87c1c50bfa
|
Fixed documentation issue for cascade="ALL" (DDC-850)
|
2010-11-11 03:23:11 +08:00 |
|
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
|
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 |
|