<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:14:47 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>[SERVER-7521] Error is produced to the screen, but command executes anyway.</title>
                <link>https://jira.mongodb.org/browse/SERVER-7521</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;An error is shown when attempting to use help() function in the wrong context: &quot;Wed Oct 31 00:38:51 TypeError: d.update(&lt;/p&gt;
{&apos;for&apos;:&quot;ac3&quot;}
&lt;p&gt;, {$inc:{price:2}}) has no properties (shell):1&quot;&lt;br/&gt;
getLastError() returns null and command executes anyway, even though the syntax is not correct for the whole command.&lt;/p&gt;

&lt;p&gt;Expected behavior: fail the query if it has incorrect syntax.&lt;/p&gt;

&lt;p&gt;Here is an example in mongo shell:&lt;br/&gt;
&amp;gt; d&lt;br/&gt;
pcat.products&lt;br/&gt;
&amp;gt; d.find( &lt;/p&gt;
{for: &quot;ac3&quot;}
&lt;p&gt;, &lt;/p&gt;
{price:1}
&lt;p&gt; ).sort({_id:1}).pretty()&lt;/p&gt;
{ &quot;_id&quot; : ObjectId(&quot;507d95d5719dbef170f15bf9&quot;), &quot;price&quot; : 21 }
{ &quot;_id&quot; : ObjectId(&quot;507d95d5719dbef170f15bfb&quot;), &quot;price&quot; : 42 }
{ &quot;_id&quot; : ObjectId(&quot;507d95d5719dbef170f15bfc&quot;), &quot;price&quot; : 30.5 }
{ &quot;_id&quot; : ObjectId(&quot;507d95d5719dbef170f15bfd&quot;), &quot;price&quot; : 14 }
&lt;p&gt;&amp;gt; d.update( &lt;/p&gt;
{for: &quot;ac3&quot;}
&lt;p&gt;, {$inc: {price: 2}} ).help()&lt;br/&gt;
Wed Oct 31 00:38:51 TypeError: d.update(&lt;/p&gt;
{&apos;for&apos;:&quot;ac3&quot;}
&lt;p&gt;, {$inc:{price:2}}) has no&lt;br/&gt;
properties (shell):1&lt;br/&gt;
&amp;gt; db.getLastError()&lt;br/&gt;
null&lt;br/&gt;
&amp;gt; db.getLastErrorObj()&lt;br/&gt;
{&lt;br/&gt;
        &quot;updatedExisting&quot; : true,&lt;br/&gt;
        &quot;n&quot; : 1,&lt;br/&gt;
        &quot;connectionId&quot; : 4,&lt;br/&gt;
        &quot;err&quot; : null,&lt;br/&gt;
        &quot;ok&quot; : 1&lt;br/&gt;
}&lt;br/&gt;
&amp;gt; d.find( &lt;/p&gt;
{for: &quot;ac3&quot;}
&lt;p&gt;, &lt;/p&gt;
{price:1}
&lt;p&gt; ).sort({_id:1}).pretty()&lt;/p&gt;
{ &quot;_id&quot; : ObjectId(&quot;507d95d5719dbef170f15bf9&quot;), &quot;price&quot; : 21 }
{ &quot;_id&quot; : ObjectId(&quot;507d95d5719dbef170f15bfb&quot;), &quot;price&quot; : 42 }
{ &quot;_id&quot; : ObjectId(&quot;507d95d5719dbef170f15bfc&quot;), &quot;price&quot; : 32.5 }
{ &quot;_id&quot; : ObjectId(&quot;507d95d5719dbef170f15bfd&quot;), &quot;price&quot; : 14 }
&lt;p&gt;&amp;gt;&lt;/p&gt;</description>
                <environment>Windows XP Professional, Service Pack 3, 32-bit</environment>
        <key id="54877">SERVER-7521</key>
            <summary>Error is produced to the screen, but command executes anyway.</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="-1">Unassigned</assignee>
                                    <reporter username="dabest1">dabest1</reporter>
                        <labels>
                    </labels>
                <created>Wed, 31 Oct 2012 09:05:15 +0000</created>
                <updated>Fri, 15 Feb 2013 15:06:44 +0000</updated>
                            <resolved>Wed, 31 Oct 2012 12:33:57 +0000</resolved>
                                    <version>2.0.7</version>
                                                    <component>Shell</component>
                    <component>Usability</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="180890" author="scotthernandez" created="Wed, 31 Oct 2012 12:33:57 +0000"  >&lt;p&gt;The error you are seeing is due to you acting on the result of the update operation on the client (in javascript), not a server command or operation.&lt;/p&gt;

&lt;p&gt;Since the (javascript) shell allows you to run arbitrary javascript code the shell is not able to verify every line before fully executing it; this is how the javascript interpreter works and is normal behavior.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 31 Oct 2012 12:33:57 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        11 years, 16 weeks ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ian@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            11 years, 16 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>dabest1</customfieldvalue>
            <customfieldvalue>scotthernandez</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrnjcf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrkbcv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>32266</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|ht069z:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>