Benjamin Eberlei
eb1a162cbc
Fix regression in DDC-2430.
2013-05-10 23:31:27 +02:00
Benjamin Eberlei
bf9673203c
Merge pull request #639 from goetas/indexby-metadata
...
Added abillity to use metacolumn as indexBy
2013-05-09 23:53:26 -07:00
Benjamin Eberlei
fa75856d5f
Merge pull request #663 from doctrine/hotfix/DDC-2432
...
Hotfix for DDC-2432
2013-05-09 14:37:55 -07:00
Marco Pivetta
22c9f6ebec
applying required fixes for DDC-2432
2013-05-09 21:14:58 +02:00
Marco Pivetta
07c207081e
Adding failing test to demonstrate DDC-2432
...
Loading proxies with invalid identifiers will currently mark them as initialized regardless of the failure
2013-05-09 21:11:10 +02:00
Benjamin Eberlei
762f43c3dc
Merge branch 'DDC-2280'
2013-05-09 18:15:48 +02:00
Benjamin Eberlei
b53f4fd4cc
[DDC-2280] length attribute in <id> was not converted.
2013-05-09 18:15:41 +02:00
Benjamin Eberlei
665efad039
Merge branch 'master' of github.com:doctrine/doctrine2
2013-05-09 16:55:38 +02:00
Benjamin Eberlei
540af2fd2a
Merge pull request #662 from jakzal/code-block-fix
...
Fixed a code block.
2013-05-09 07:27:35 -07:00
Benjamin Eberlei
1a0adecf29
[DDC-2335] Add note about filtering schema by regexp expression to relevant commands help output.
2013-05-09 16:24:19 +02:00
Jakub Zalas
97622b57bd
Fixed a code block.
...
Sphinx does not like the way code was indented. Building the documentation raises the following error:
en/cookbook/resolve-target-entity-listener.rst:121: ERROR: Unexpected indentation.
2013-05-09 15:19:58 +01:00
Benjamin Eberlei
b9a0a19607
Merge pull request #661 from HarmenM/patch-1
...
Update annotations-reference.rst
2013-05-09 05:10:26 -07:00
HarmenM
f8efd85ae6
Update annotations-reference.rst
...
Added missing @JoinColumns in the index
2013-05-09 14:49:38 +03:00
Benjamin Eberlei
dc674f809f
Mention BC BREAK in PersistentCollection#matching() more prominently.
2013-05-09 13:40:14 +02:00
Benjamin Eberlei
30f90a6f49
Merge branch 'DDC-2430'
2013-05-09 13:24:45 +02:00
Benjamin Eberlei
6d5afb18bc
[DDC-2430] Prevent Criteria queries using the ID of an assocation on PersistentCollections, as the in-memory ArrayCollection does not work with this kind of query. Attention this is a BC-BREAK, that is necessary to fix potentially very hard to debug bugs. Therefore it is not merged back into 2.3
2013-05-09 13:24:36 +02:00
Benjamin Eberlei
d3cd10d926
Merge branch 'DDC-2387'
2013-05-09 12:10:45 +02:00
Benjamin Eberlei
7220c3c125
[DDC-2387] Fix DatabaseDriver not working with combinations of composite/association keys.
2013-05-09 12:10:37 +02:00
Benjamin Eberlei
86277def7e
Merge branch 'DDC-2437'
2013-05-09 11:03:21 +02:00
Benjamin Eberlei
abe8ef6778
Merge branch 'DDC-2423'
2013-05-09 10:55:20 +02:00
Benjamin Eberlei
e3b8ce7737
[DDC-2423] Fixed bug with EntityGenerator not generating fetch="" attribute in association annotations.
2013-05-09 10:55:12 +02:00
Benjamin Eberlei
acbafd081b
Add documentation to EntityManager about instantiation, decoration over inheritance, and some generic introduction.
2013-05-09 10:23:12 +02:00
Vladislav Vlastovskiy
3997d0df87
Added test complex inner join with indexBy
2013-05-09 03:32:28 +04:00
Vladislav Vlastovskiy
33888f1b08
Swapped places indexBy and condition in accordance with EBNF
2013-05-09 03:30:48 +04:00
Benjamin Eberlei
c8bcdb4b61
Merge pull request #524 from lstrojny/feature/entity-manager-decorator
...
EntityManagerDecorator base class as an extension point for EntityManager
2013-05-04 06:02:39 -07:00
Benjamin Eberlei
8e8560b276
Merge pull request #537 from Powerhamster/joined-composite-keys
...
fixed problems with joined inheritance and composite keys
2013-05-04 05:59:02 -07:00
Benjamin Eberlei
937473329f
Merge branch 'DDC-2267'
2013-05-04 13:38:42 +02:00
Benjamin Eberlei
5e19e1bed3
[DDC-2267] Allow EntityManager#flush($entity) to be called on entities scheduled for removal.
2013-05-04 13:38:30 +02:00
Benjamin Eberlei
3c74491720
Merge branch 'DDC-2426'
2013-05-04 12:58:25 +02:00
Benjamin Eberlei
9adc45767d
[DDC-2426] Missing length attribute in doctrine-mapping.xsd for <id> tag.
2013-05-04 12:58:06 +02:00
Benjamin Eberlei
59fff4ddef
Fix Docs build
2013-05-03 13:32:42 +02:00
Benjamin Eberlei
6d02c7e1a5
[DDC-2136] Fix exporting to YAML and XML with assocation keys.
2013-05-01 23:10:13 +02:00
Benjamin Eberlei
d33e0a3488
Merge branch 'DDC-1998'
2013-05-01 20:33:49 +02:00
Benjamin Eberlei
0864ab8ada
[DDC-1998] Pass types to Connection#delete() to allow custom conversions to happen.
2013-05-01 20:30:45 +02:00
Benjamin Eberlei
7d53cb2aeb
Merge branch 'DDC-1984'
2013-05-01 19:39:30 +02:00
Benjamin Eberlei
131164b7f6
[DDC-1984] Throw exception if passing null into UnitOfWork#lock() - which can happen when EntityManager#find() tries to lock entity that was just deleted by another process.
2013-05-01 19:39:21 +02:00
Benjamin Eberlei
6c889eee64
Merge branch 'DDC-2106'
2013-05-01 18:46:54 +02:00
Benjamin Eberlei
640a8e58c7
[DDC-2106] Fix entity as parameter value when its managed but not yet with identifier.
2013-05-01 18:46:41 +02:00
Benjamin Eberlei
6505c96ec4
Simplify condition of previous commit ( 5cdc73e
)
2013-05-01 10:58:44 +02:00
Benjamin Eberlei
760aaa67c4
Merge pull request #655 from FabioBatSilva/DDC-2409
...
[DDC-2409] Fix merge association STATE_NEW
2013-05-01 01:49:25 -07:00
Benjamin Eberlei
325387a6f2
Merge branch 'DBAL-483'
2013-05-01 10:42:35 +02:00
Benjamin Eberlei
1f08acb576
[DBAL-483] Pass default values to DBAL mapping layer correctly to fix default comparision bug.
2013-05-01 10:42:28 +02:00
Asmir Mustafic
7abf46af70
cascade remove persist on links
2013-04-29 11:03:55 +02:00
Asmir Mustafic
2ca24375e4
no lang
2013-04-29 10:32:40 +02:00
Asmir Mustafic
34adb16ee8
indexby ddc117 tests
2013-04-29 10:29:58 +02:00
Fabio B. Silva
5cdc73e13b
Fix DDC-2409
2013-04-28 16:54:44 -03:00
Benjamin Eberlei
d513e0f084
Merge pull request #653 from FabioBatSilva/DDC-2415
...
[DDC-2415] Fix CustomIdGenerator inheritance
2013-04-27 00:40:57 -07:00
Fabio B. Silva
7c2da2d5b8
Fix DDC-2415
2013-04-26 16:11:04 -03:00
Marco Pivetta
cc24ac496d
Merge pull request #652 from dannykopping/patch-1
...
Fixed entities path
2013-04-26 02:11:52 -07:00
Danny Kopping
408eef1356
Fixed entities path
...
In the tutorial, the user is told to create a new file in the '/src' folder, and the 'entities' folder is never referenced. Updating the SQLite schema according to the tutorial fails with the 'No Metadata Classes to process.' message. Changing the folder to '/src' fixes this, ostensibly.
2013-04-26 12:05:50 +03:00