<!-- 
RSS generated by JIRA (5.2.4#845-sha1:c9f4cc41abe72fb236945343a1f485c2c844dac9) at Sat May 25 02:51:41 CDT 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.couchbase.com/issues/si/jira.issueviews:issue-xml/JCBC-167/JCBC-167.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Couchbase</title>
    <link>http://www.couchbase.com/issues</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>5.2.4</version>
        <build-number>845</build-number>
        <build-date>26-12-2012</build-date>
    </build-info>

<item>
            <title>[JCBC-167] ComplexKey converts longs to strings</title>
                <link>http://www.couchbase.com/issues/browse/JCBC-167</link>
                <project id="10080" key="JCBC">Couchbase Java Client</project>
                        <description>I previously added this as a comment on &lt;a href=&quot;http://www.couchbase.com/issues/browse/JCBC-41&quot; title=&quot;incorrect conversion from string to number in json attribute&quot;&gt;&lt;strike&gt;JCBC-41&lt;/strike&gt;&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Query q1 = new Query(); &lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;long time1 = 0; &lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;long time2 = 99999999; &lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;long time3 = 99999999999l; &lt;br/&gt;
&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;q1.setRangeStart(ComplexKey.of(time1)); &lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;q1.setRangeEnd(ComplexKey.of(time2)); &lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;q1.toString() --&amp;gt; ?startkey=0&amp;amp;endkey=99999999 &lt;br/&gt;
&lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;q1.setRangeStart(ComplexKey.of(time1)); &lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;q1.setRangeEnd(ComplexKey.of(time3)); &lt;br/&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;q1.toString()) --&amp;gt; ?startkey=0&amp;amp;endkey=%2299999999999%22 &lt;br/&gt;
&lt;br/&gt;
It&amp;#39;s throwing quotes around the long value.</description>
                <environment></environment>
            <key id="21170">JCBC-167</key>
            <summary>ComplexKey converts longs to strings</summary>
                <type id="1" iconUrl="http://www.couchbase.com/issues/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.couchbase.com/issues/images/icons/priorities/major.png">Major</priority>
                    <status id="5" iconUrl="http://www.couchbase.com/issues/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10011">Public</security>
                        <assignee username="daschl">Michael Nitschinger</assignee>
                                <reporter username="ctash_jt">Chris Tashjian</reporter>
                        <labels>
                    </labels>
                <created>Wed, 5 Dec 2012 14:59:51 -0600</created>
                <updated>Mon, 17 Dec 2012 01:32:22 -0600</updated>
                    <resolved>Mon, 17 Dec 2012 01:32:22 -0600</resolved>
                            <version>1.1-beta</version>
                                <fixVersion>1.1.0</fixVersion>
                                                <votes>0</votes>
                        <watches>0</watches>
                                                    <comments>
                    <comment id="45510" author="ctash_jt" created="Wed, 5 Dec 2012 15:00:45 -0600"  >long time3 = 99999999999l;  //note that&amp;#39;s 99999999999L;</comment>
                    <comment id="45792" author="daschl" created="Tue, 11 Dec 2012 04:52:58 -0600"  >&lt;a href=&quot;http://review.couchbase.com/#/c/23194/&quot;&gt;http://review.couchbase.com/#/c/23194/&lt;/a&gt;</comment>
                    <comment id="46063" author="daschl" created="Mon, 17 Dec 2012 01:32:22 -0600"  >This has been fixed with 1.1.0.</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                                                                                                                                                    <customfield id="customfield_10081" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Rank</customfieldname>
                <customfieldvalues>
                    <customfieldvalue>10099</customfieldvalue>
                </customfieldvalues>
            </customfield>
                                                                                    <customfield id="customfield_10181" key="com.atlassian.jira.ext.charting:timeinstatus">
                <customfieldname>Time In Status</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                </customfields>
    </item>
</channel>
</rss>