<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:53:14 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>[JAVA-855] DBRef should handle $db</title>
                <link>https://jira.mongodb.org/browse/JAVA-855</link>
                <project id="10006" key="JAVA">Java Driver</project>
                    <description>&lt;p&gt;DBRef should handle $db for reads and writes, as soon as the server itself will be able to handle it.&lt;/p&gt;</description>
                <environment></environment>
        <key id="79281">JAVA-855</key>
            <summary>DBRef should handle $db</summary>
                <type id="2" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14711&amp;avatarType=issuetype">New Feature</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="jeff.yemin@mongodb.com">Jeffrey Yemin</assignee>
                                    <reporter username="leleuj">J&#233;r&#244;me Leleu</reporter>
                        <labels>
                    </labels>
                <created>Mon, 17 Jun 2013 10:56:39 +0000</created>
                <updated>Wed, 19 Oct 2016 14:17:29 +0000</updated>
                            <resolved>Tue, 24 May 2016 14:10:07 +0000</resolved>
                                                    <fixVersion>3.3.0</fixVersion>
                                    <component>API</component>
                                        <votes>2</votes>
                                    <watches>5</watches>
                                                                                                                <comments>
                            <comment id="1273395" author="xgen-internal-githook" created="Tue, 24 May 2016 14:06:28 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jyemin&apos;, u&apos;name&apos;: u&apos;Jeff Yemin&apos;, u&apos;email&apos;: u&apos;jeff.yemin@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/JAVA-855&quot; title=&quot;DBRef should handle $db&quot; class=&quot;issue-link&quot; data-issue-key=&quot;JAVA-855&quot;&gt;&lt;del&gt;JAVA-855&lt;/del&gt;&lt;/a&gt;: Support $db field in DBRef and associated encoders, decoders, and transformers&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-java-driver/commit/2319a6cc01844efae71ada65c92083a6197c3cf9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-java-driver/commit/2319a6cc01844efae71ada65c92083a6197c3cf9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1270388" author="vsidochenko" created="Fri, 20 May 2016 18:03:30 +0000"  >&lt;p&gt;@justin.lee my problem is not in cross-database references. But in cross-framework interation. Data in database interacts with java application on Morphia in one hand and php mongo ODM in another. And php mongo odm inserts db in references. And I cannot resolve with Morphia.&lt;/p&gt;</comment>
                            <comment id="1267469" author="justin.lee@10gen.com" created="Wed, 18 May 2016 12:37:08 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=vsidochenko&quot; class=&quot;user-hover&quot; rel=&quot;vsidochenko&quot;&gt;vsidochenko&lt;/a&gt; what issues are you seeing with Morphia?  &lt;a href=&quot;#testMultipleDatabasesSingleThreaded&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;References&lt;/a&gt; work just fine even with multiple databases in play.  Now, Morphia does not, and can&apos;t, support cross-database references but those are probably an anti-pattern anyway.&lt;/p&gt;</comment>
                            <comment id="1208763" author="vsidochenko" created="Sat, 19 Mar 2016 06:06:15 +0000"  >&lt;p&gt;What`s up with this issue? It break references support in morphia: &lt;a href=&quot;https://github.com/mongodb/morphia/issues/757&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/morphia/issues/757&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="940160" author="ross@10gen.com" created="Mon, 15 Jun 2015 10:45:09 +0000"  >&lt;p&gt;I believe the original reporter of the ticket marked it as blocked, due to lack of server support for &lt;tt&gt;$db&lt;/tt&gt; when fetching &lt;tt&gt;DBRef&lt;/tt&gt;&apos;s from the database.  So it was more than just about the string representation of a &lt;tt&gt;DBRef&lt;/tt&gt;.&lt;/p&gt;</comment>
                            <comment id="940114" author="heruan" created="Mon, 15 Jun 2015 09:00:59 +0000"  >&lt;p&gt;How could this issue be blocked by &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9677&quot; title=&quot;$db values for DBRef datatype does not seem to persist in mongo collection&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-9677&quot;&gt;&lt;del&gt;SERVER-9677&lt;/del&gt;&lt;/a&gt;? That&apos;s just about string representation of DBRef.&lt;/p&gt;</comment>
                            <comment id="361655" author="leleuj" created="Mon, 17 Jun 2013 10:57:31 +0000"  >&lt;p&gt;This issue is blocked by : &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-9677&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/SERVER-9677&lt;/a&gt;.&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|hslmsf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8603</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="992">JVM Sprint 33</customfieldvalue>

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