Merge pull request #7421 from seferov/patch-1
JIRA to Github issues on Limitations and Known Issues
This commit is contained in:
commit
bf601ce268
@ -63,7 +63,7 @@ Where the ``attribute_name`` column contains the key and
|
|||||||
``$attributes``.
|
``$attributes``.
|
||||||
|
|
||||||
The feature request for persistence of primitive value arrays
|
The feature request for persistence of primitive value arrays
|
||||||
`is described in the DDC-298 ticket <http://www.doctrine-project.org/jira/browse/DDC-298>`_.
|
`is described in the DDC-298 ticket <https://github.com/doctrine/doctrine2/issues/3743>`_.
|
||||||
|
|
||||||
Cascade Merge with Bi-directional Associations
|
Cascade Merge with Bi-directional Associations
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
@ -71,8 +71,8 @@ Cascade Merge with Bi-directional Associations
|
|||||||
There are two bugs now that concern the use of cascade merge in combination with bi-directional associations.
|
There are two bugs now that concern the use of cascade merge in combination with bi-directional associations.
|
||||||
Make sure to study the behavior of cascade merge if you are using it:
|
Make sure to study the behavior of cascade merge if you are using it:
|
||||||
|
|
||||||
- `DDC-875 <http://www.doctrine-project.org/jira/browse/DDC-875>`_ Merge can sometimes add the same entity twice into a collection
|
- `DDC-875 <https://github.com/doctrine/doctrine2/issues/5398>`_ Merge can sometimes add the same entity twice into a collection
|
||||||
- `DDC-763 <http://www.doctrine-project.org/jira/browse/DDC-763>`_ Cascade merge on associated entities can insert too many rows through "Persistence by Reachability"
|
- `DDC-763 <https://github.com/doctrine/doctrine2/issues/5277>`_ Cascade merge on associated entities can insert too many rows through "Persistence by Reachability"
|
||||||
|
|
||||||
Custom Persisters
|
Custom Persisters
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
@ -83,8 +83,8 @@ Currently there is no way to overwrite the persister implementation
|
|||||||
for a given entity, however there are several use-cases that can
|
for a given entity, however there are several use-cases that can
|
||||||
benefit from custom persister implementations:
|
benefit from custom persister implementations:
|
||||||
|
|
||||||
- `Add Upsert Support <http://www.doctrine-project.org/jira/browse/DDC-668>`_
|
- `Add Upsert Support <https://github.com/doctrine/doctrine2/issues/5178>`_
|
||||||
- `Evaluate possible ways in which stored-procedures can be used <http://www.doctrine-project.org/jira/browse/DDC-445>`_
|
- `Evaluate possible ways in which stored-procedures can be used <https://github.com/doctrine/doctrine2/issues/4946>`_
|
||||||
|
|
||||||
Persist Keys of Collections
|
Persist Keys of Collections
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
@ -94,7 +94,7 @@ PHP Arrays are ordered hash-maps and so should be the
|
|||||||
evaluate a feature that optionally persists and hydrates the keys
|
evaluate a feature that optionally persists and hydrates the keys
|
||||||
of a Collection instance.
|
of a Collection instance.
|
||||||
|
|
||||||
`Ticket DDC-213 <http://www.doctrine-project.org/jira/browse/DDC-213>`_
|
`Ticket DDC-213 <https://github.com/doctrine/doctrine2/issues/2817>`_
|
||||||
|
|
||||||
Mapping many tables to one entity
|
Mapping many tables to one entity
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
@ -144,9 +144,8 @@ backwards compatibility issues or where no simple fix exists (yet).
|
|||||||
We don't plan to add every bug in the tracker there, just those
|
We don't plan to add every bug in the tracker there, just those
|
||||||
issues that can potentially cause nightmares or pain of any sort.
|
issues that can potentially cause nightmares or pain of any sort.
|
||||||
|
|
||||||
See the Open Bugs on Jira for more details on `bugs, improvement and feature
|
See bugs, improvement and feature requests on `Github issues
|
||||||
requests
|
<https://github.com/doctrine/doctrine2/issues>`_.
|
||||||
<http://www.doctrine-project.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&pid=10032&resolution=-1&sorter/field=updated&sorter/order=DESC>`_.
|
|
||||||
|
|
||||||
Identifier Quoting and Legacy Databases
|
Identifier Quoting and Legacy Databases
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
Loading…
x
Reference in New Issue
Block a user