From 6d457d99275ffa874c0f1e4cf71ab318c69afb00 Mon Sep 17 00:00:00 2001 From: "Berengar W. Lehr" Date: Wed, 18 May 2011 19:49:48 +0200 Subject: [PATCH 1/2] =?UTF-8?q?1.=20Changed=20external=20links=20syntax=20?= =?UTF-8?q?in=20internal=20link=20syntax=20to=20repair=20link=20(dql-?= =?UTF-8?q?=E2=80=A6=20file)=202.=20Replaced=20unicode=20"fi"-ligatur=20wi?= =?UTF-8?q?th=20"fi"=20to=20enable=20pdflatex-ing=20b/c=20utf8-inputenc-pa?= =?UTF-8?q?ckage=20does=20-=20for=20unknown=20reasons=20-=20not=20support?= =?UTF-8?q?=20unicode=20"fi"-ligatur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/reference/annotations-reference.rst | 4 ++-- en/reference/dql-doctrine-query-language.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/en/reference/annotations-reference.rst b/en/reference/annotations-reference.rst index e444ca7b9..18328534f 100644 --- a/en/reference/annotations-reference.rst +++ b/en/reference/annotations-reference.rst @@ -525,7 +525,7 @@ Optional attributes: - **mappedBy**: This option specifies the property name on the targetEntity that is the owning side of this relation. Its a required attribute for the inverse side of a relationship. -- **inversedBy**: The inversedBy attribute designates the field in the +- **inversedBy**: The inversedBy attribute designates the field in the entity that is the inverse side of the relationship. - **cascade**: Cascade Option - **fetch**: One of LAZY or EAGER @@ -599,7 +599,7 @@ Optional attributes: - **orphanRemoval**: Boolean that specifies if orphans, inverse OneToOne entities that are not connected to any owning instance, should be removed by Doctrine. Defaults to false. -- **inversedBy**: The inversedBy attribute designates the field in the +- **inversedBy**: The inversedBy attribute designates the field in the entity that is the inverse side of the relationship. Example: diff --git a/en/reference/dql-doctrine-query-language.rst b/en/reference/dql-doctrine-query-language.rst index e592b9e02..29ba90c47 100644 --- a/en/reference/dql-doctrine-query-language.rst +++ b/en/reference/dql-doctrine-query-language.rst @@ -1119,7 +1119,7 @@ There are situations when a query you want to execute returns a very large result-set that needs to be processed. All the previously described hydration modes completely load a result-set into memory which might not be feasible with large result sets. See -the `Batch Processing `_ section on details how +the :doc:`Batch Processing ` section on details how to iterate large result sets. Functions From f58dcbaa8abc90a018dbb48b2678191d24b82d62 Mon Sep 17 00:00:00 2001 From: "Berengar W. Lehr" Date: Wed, 18 May 2011 20:08:49 +0200 Subject: [PATCH 2/2] 1. Replaced "fi"-ligature to actually "fi"-letters as pdflatex inputenc package does not support that unicode character 2. Replaced external link to internal document with internal link (now actuall link in documentation should work) --- en/reference/annotations-reference.rst | 4 ++-- en/reference/dql-doctrine-query-language.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/en/reference/annotations-reference.rst b/en/reference/annotations-reference.rst index 18328534f..e444ca7b9 100644 --- a/en/reference/annotations-reference.rst +++ b/en/reference/annotations-reference.rst @@ -525,7 +525,7 @@ Optional attributes: - **mappedBy**: This option specifies the property name on the targetEntity that is the owning side of this relation. Its a required attribute for the inverse side of a relationship. -- **inversedBy**: The inversedBy attribute designates the field in the +- **inversedBy**: The inversedBy attribute designates the field in the entity that is the inverse side of the relationship. - **cascade**: Cascade Option - **fetch**: One of LAZY or EAGER @@ -599,7 +599,7 @@ Optional attributes: - **orphanRemoval**: Boolean that specifies if orphans, inverse OneToOne entities that are not connected to any owning instance, should be removed by Doctrine. Defaults to false. -- **inversedBy**: The inversedBy attribute designates the field in the +- **inversedBy**: The inversedBy attribute designates the field in the entity that is the inverse side of the relationship. Example: diff --git a/en/reference/dql-doctrine-query-language.rst b/en/reference/dql-doctrine-query-language.rst index 29ba90c47..e592b9e02 100644 --- a/en/reference/dql-doctrine-query-language.rst +++ b/en/reference/dql-doctrine-query-language.rst @@ -1119,7 +1119,7 @@ There are situations when a query you want to execute returns a very large result-set that needs to be processed. All the previously described hydration modes completely load a result-set into memory which might not be feasible with large result sets. See -the :doc:`Batch Processing ` section on details how +the `Batch Processing `_ section on details how to iterate large result sets. Functions