<!-- 
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Sat May 25 20:38:08 UTC 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://www.doctrine-project.org/jira/si/jira.issueviews:issue-xml/MODM-141/MODM-141.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Doctrine Project</title>
    <link>http://www.doctrine-project.org/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>5.2.7</version>
        <build-number>850</build-number>
        <build-date>21-02-2013</build-date>
    </build-info>

<item>
            <title>[MODM-141] Doctrine ODM: Documentation error</title>
                <link>http://www.doctrine-project.org/jira/browse/MODM-141</link>
                <project id="10044" key="MODM">Doctrine MongoDB ODM</project>
                        <description>&lt;p&gt;I think that is a documentation issue, in &lt;a href=&quot;http://www.doctrine-project.org/docs/mongodb_odm/1.0/en/reference/query-builder-api.html&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/docs/mongodb_odm/1.0/en/reference/query-builder-api.html&lt;/a&gt; (15.3. Modifier Operations) the queries are like:&lt;/p&gt;

&lt;p&gt;$dm-&amp;gt;createQueryBuilder(&apos;User&apos;)&lt;/p&gt;

&lt;p&gt;    &lt;del&gt;&amp;gt;field(&apos;password&apos;)&lt;/del&gt;&amp;gt;set(&apos;newpassword&apos;)&lt;/p&gt;

&lt;p&gt;    &lt;del&gt;&amp;gt;field(&apos;username&apos;)&lt;/del&gt;&amp;gt;equals(&apos;jwage&apos;)&lt;/p&gt;

&lt;p&gt;    -&amp;gt;getQuery()&lt;br/&gt;
    -&amp;gt;execute();&lt;/p&gt;


&lt;p&gt;But it is missing the update(), it should be like:&lt;/p&gt;

&lt;p&gt;$dm-&amp;gt;createQueryBuilder(&apos;User&apos;)&lt;/p&gt;

&lt;p&gt;    -&amp;gt;update()&lt;br/&gt;
    &lt;del&gt;&amp;gt;field(&apos;password&apos;)&lt;/del&gt;&amp;gt;set(&apos;newpassword&apos;)&lt;/p&gt;

&lt;p&gt;    &lt;del&gt;&amp;gt;field(&apos;username&apos;)&lt;/del&gt;&amp;gt;equals(&apos;jwage&apos;)&lt;/p&gt;

&lt;p&gt;    -&amp;gt;getQuery()&lt;br/&gt;
    -&amp;gt;execute();&lt;/p&gt;

&lt;p&gt;All the queries in that section have similar issue&lt;/p&gt;</description>
                <environment>not applicable</environment>
            <key id="12583">MODM-141</key>
            <summary>Doctrine ODM: Documentation error</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="jwage">Jonathan H. Wage</assignee>
                                <reporter username="diego.lewin">Diego Lewin</reporter>
                        <labels>
                    </labels>
                <created>Tue, 26 Apr 2011 18:38:27 +0000</created>
                <updated>Tue, 26 Apr 2011 18:38:27 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>