<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:36:51 UTC 2024

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 append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[CSHARP-444] MongoCollection&lt;T&gt;.FindAndModify not returning modified document when returnNew set to true</title>
                <link>https://jira.mongodb.org/browse/CSHARP-444</link>
                <project id="10041" key="CSHARP">C# Driver</project>
                    <description>&lt;p&gt;When calling MongoDB.Driver.FindAndModifyResult, with returnNew set to true, the FindAndModifyResults shows the following.  ModifiedDocuement should not be null&lt;/p&gt;

&lt;p&gt;_command	{ &quot;findAndModify&quot; : &quot;Swine&quot;, &quot;query&quot; : &lt;/p&gt;
{ &quot;Id&quot; : &quot;4f84ba26b71e9a2324104c9e&quot; }
&lt;p&gt;, &quot;update&quot; : { &quot;$set&quot; : &lt;/p&gt;
{ &quot;RFID&quot; : &quot;empty&quot; }
&lt;p&gt; }, &quot;new&quot; : true }	MongoDB.Driver.IMongoCommand &lt;/p&gt;
{MongoDB.Driver.CommandDocument}


&lt;p&gt;_response	&lt;/p&gt;
{ &quot;value&quot; : null, &quot;ok&quot; : 1.0 }
&lt;p&gt;	MongoDB.Bson.BsonDocument&lt;/p&gt;

&lt;p&gt;Ok	true	bool&lt;/p&gt;

&lt;p&gt;ModifiedDocument	null	MongoDB.Bson.BsonDocument&lt;/p&gt;



</description>
                <environment>Windows 7 Ultimate 64-bit, 24GB ram, Dell Precision T3500</environment>
        <key id="36188">CSHARP-444</key>
            <summary>MongoCollection&lt;T&gt;.FindAndModify not returning modified document when returnNew set to true</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="robert@mongodb.com">Robert Stam</assignee>
                                    <reporter username="paulbrower">Paul Brower</reporter>
                        <labels>
                            <label>Driver</label>
                    </labels>
                <created>Fri, 13 Apr 2012 13:18:23 +0000</created>
                <updated>Thu, 20 Mar 2014 16:38:57 +0000</updated>
                            <resolved>Fri, 13 Apr 2012 13:33:01 +0000</resolved>
                                    <version>1.4</version>
                                                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="109536" author="paulbrower" created="Fri, 13 Apr 2012 13:29:34 +0000"  >&lt;p&gt;Please close this issue.  The problem was that the &quot;Id&quot; needed to be converted to an ObjectId.  The following command works as expected:&lt;/p&gt;


&lt;p&gt;_command	{ &quot;findAndModify&quot; : &quot;Swine&quot;, &quot;query&quot; : &lt;/p&gt;
{ &quot;_id&quot; : ObjectId(&quot;4f84ba26b71e9a2324104c9e&quot;) }
&lt;p&gt;, &quot;update&quot; : { &quot;$set&quot; : &lt;/p&gt;
{ &quot;RFID&quot; : &quot;empty&quot; }
&lt;p&gt; }, &quot;new&quot; : true }	MongoDB.Driver.IMongoCommand &lt;/p&gt;
{MongoDB.Driver.CommandDocument}</comment>
                            <comment id="109532" author="paulbrower" created="Fri, 13 Apr 2012 13:21:50 +0000"  >&lt;p&gt;One additional comment:  The repository is NOT getting the update.  The &apos;RFID&apos; element value should be getting set to &quot;empty&quot;, but it is not.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrh7p3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>14046</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>