Guilherme Blanco
|
6521e51170
|
Added missing BC compatibility in QueryBuilder.
|
2012-05-29 14:52:30 -04:00 |
|
Guilherme Blanco
|
161ae31a7e
|
Adde more BC compatibility in setParameters.
|
2012-05-29 14:41:32 -04:00 |
|
Guilherme Blanco
|
b3e7493278
|
Made setParameters()/excute()/iterate() BC compatible.
|
2012-05-29 14:25:54 -04:00 |
|
Guilherme Blanco
|
79ff1f10d2
|
Optimized getParameter.
|
2012-05-28 12:20:35 -04:00 |
|
Guilherme Blanco
|
1635e0af4b
|
[DDC-1840] Implemented parameters as a collection.
|
2012-05-28 12:16:42 -04:00 |
|
Benjamin Eberlei
|
1f2ce21b56
|
[DDC-1497] Change EntityGenerator add method generation for collections.
|
2012-05-27 20:31:01 +02:00 |
|
Benjamin Eberlei
|
04b23dbf10
|
[DDC-1798] Exporter generate error when composite primary key is generated. Fixes GH-342
|
2012-05-27 18:44:31 +02:00 |
|
Benjamin Eberlei
|
3398d1e287
|
[DDC-1685] Fix bug in OutputWalker when used on entities with Foreign Key as Primary Key.
|
2012-05-27 18:33:35 +02:00 |
|
Benjamin Eberlei
|
6523f7f59e
|
[DDC-1777] Fix bug in BasicEntityPersister#exists() when no primary key is set.
|
2012-05-27 17:11:21 +02:00 |
|
Benjamin Eberlei
|
f55b5411c8
|
[DDC-1791] Fix OutputWalker Pagination on Oracle
|
2012-05-27 13:22:48 +02:00 |
|
Benjamin Eberlei
|
44c867827c
|
[DDC-1783] Fix memory leak in ObjectHydrator when using AbstractQuery#iterate() and EntityManager#clear()
|
2012-05-27 12:00:43 +02:00 |
|
Karsten Dambekalns
|
bcddc47356
|
[DDC-1835] Fix cloning persistent collections.
|
2012-05-27 10:17:12 +02:00 |
|
Benjamin Eberlei
|
548c997f7b
|
[DDC-1799] Fix bug in YamlExporter using OneToOne instead of ManyToOne
|
2012-05-27 09:57:46 +02:00 |
|
Benjamin Eberlei
|
0868ec1c19
|
Update Common and fix cache tests with different assumptions about keys.
|
2012-05-26 19:29:51 +02:00 |
|
Benjamin Eberlei
|
70458b2f48
|
LGPL => MIT
|
2012-05-26 14:37:00 +02:00 |
|
Guilherme Blanco
|
f54f8f8a95
|
Fixed anomalous bug of temporary existance table collision in case of any update/delete issue by dropping temp table, no matter what's the result of other executes.
|
2012-05-23 00:55:05 -04:00 |
|
Benjamin Eberlei
|
e2d15c3a04
|
Merge pull request #353 from pscheit/patch-1
prevent the validator to stop with an "undefined array index"-error
|
2012-05-22 10:09:01 -07:00 |
|
Benjamin Eberlei
|
f686a3ac1b
|
Merge pull request #354 from pscheit/master
ValidateSchemaCommand dont't call exit() in execute()
|
2012-05-22 10:03:44 -07:00 |
|
Philipp Scheit
|
e9f936c0ba
|
don't call exit() in execute()
|
2012-05-22 14:25:54 +03:00 |
|
Guilherme Blanco
|
d05ad996c4
|
Implemented support for internal exception showing DQL that contains syntax or semantical error.
|
2012-05-21 16:34:27 -04:00 |
|
Philipp Scheit
|
f1571aeac3
|
prevent the validator to stop with an "undefined array index"-error while validating a wrong inversedBy Attribute
|
2012-05-21 19:23:22 +03:00 |
|
Fabio B. Silva
|
0af5da77f1
|
fix DDC-1822
|
2012-05-19 13:40:01 -03:00 |
|
Fabio B. Silva
|
e9974911fe
|
fix tests
|
2012-05-04 21:13:20 -03:00 |
|
Fabio B. Silva
|
67f0722211
|
change test to uses data provider
|
2012-05-04 21:13:19 -03:00 |
|
Fabio B. Silva
|
790d98133c
|
fix DDC-1694
|
2012-05-04 21:11:51 -03:00 |
|
Benjamin Eberlei
|
bd41e69a1f
|
Merge DDC-1542 into master
|
2012-05-04 23:20:57 +02:00 |
|
Benjamin Eberlei
|
99e303e211
|
[DDC-1542] Refactored automatic discriminator map detection.
|
2012-05-04 23:15:12 +02:00 |
|
Guilherme Blanco
|
6103db0d04
|
Merge pull request #345 from hason/DDC-1802
Fixed DDC-1802
|
2012-05-04 13:04:08 -07:00 |
|
comfortablynumb
|
f0db9a842d
|
[DDC-1542] - Inheritance: Added default discriminator map (only annotations yet)
|
2012-05-04 20:36:24 +02:00 |
|
Benjamin Eberlei
|
63b2c03a02
|
Merge pull request #331 from gedrox/DDC-1757
DDC-1757 test and patched query builder
|
2012-05-04 10:08:59 -07:00 |
|
Benjamin Eberlei
|
e09a9c7deb
|
Merge pull request #315 from Ocramius/getclass-on-proxies-refactoring
Allowing proxies to be passed to ORM public API
|
2012-05-04 10:04:14 -07:00 |
|
Alexander
|
37ce0f15d6
|
Update test case for MappingException::invalidCascadeOption()
|
2012-05-04 18:26:17 +02:00 |
|
Alexander
|
3403305b3d
|
Merge remote-tracking branch 'schmittjoh/betterExMessage'
|
2012-05-04 18:20:56 +02:00 |
|
Guilherme Blanco
|
5fddd1bee5
|
Merge pull request #324 from brikou/call_simplified
simplified Doctrine/ORM/EntityRepository::__call
|
2012-05-03 23:20:13 -07:00 |
|
Martin Hasoň
|
3d852397db
|
DDC-1802 removed unnecessary tokens T_SIZE and T_MOD
|
2012-05-02 19:10:21 +02:00 |
|
Martin Hasoň
|
3ab6ad23ad
|
DDC-1802 fixed parsing: FunctionDeclaration "NOT" ("LIKE" | "IN" | "BETWEEN")
|
2012-05-02 19:08:27 +02:00 |
|
Fabio B. Silva
|
5c7d7c6f05
|
remove duplicated 'require_once'
|
2012-04-21 01:53:34 -03:00 |
|
Fabio B. Silva
|
56fb1035de
|
update docblock
|
2012-04-21 01:43:18 -03:00 |
|
Fabio B. Silva
|
f63cb95ef3
|
add annotations
|
2012-04-21 01:43:18 -03:00 |
|
Fabio B. Silva
|
85790f0752
|
support for attribute override
|
2012-04-21 01:43:18 -03:00 |
|
Fabio B. Silva
|
4df3c75321
|
added missing '\'
|
2012-04-21 01:41:05 -03:00 |
|
Fabio B. Silva
|
3085c52f95
|
fix docblock and remove white spaces
|
2012-04-21 01:41:04 -03:00 |
|
Fabio B. Silva
|
9e010cbd34
|
added xml/yml drivers
|
2012-04-21 01:41:04 -03:00 |
|
Fabio B. Silva
|
30fdf8dd1b
|
added support for @AssociationOverride
|
2012-04-21 01:38:34 -03:00 |
|
Aigars Gedroics
|
3ddc461d30
|
[DDC-1757] Fix moved to private method, test improved.
|
2012-04-20 16:06:21 +03:00 |
|
gedrox
|
29a94f4f52
|
Parameter PHP documentation for the QueryBuilder::getRootAlias() method
|
2012-04-20 16:06:21 +03:00 |
|
Aigars Gedroics
|
a1ab3e8cf4
|
DDC-1757 test and patched query builder
|
2012-04-20 16:06:21 +03:00 |
|
Fabio B. Silva
|
9b02745cd8
|
Fix DDC-1784
|
2012-04-18 20:39:21 -03:00 |
|
Guilherme Blanco
|
bad811df6a
|
Merge pull request #293 from FabioBatSilva/DDC-1663
[DDC-1663]Native SQL Query Result Set Mappings
|
2012-04-16 12:06:26 -07:00 |
|
Benjamin Eberlei
|
4b09712761
|
Merge pull request #322 from rande/patch-1
In some weird situation the SimpleXmlIterator used to iterate on the ``$...
|
2012-04-16 09:55:05 -07:00 |
|