<!-- 
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Sun May 26 09:14:58 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/OXM-1/OXM-1.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>[OXM-1] Composite string key ignoring the length attribute</title>
                <link>http://www.doctrine-project.org/jira/browse/OXM-1</link>
                <project id="10070" key="OXM">Doctrine Object-XML Mapper</project>
                        <description>&lt;p&gt;Hello, I have the following XML mapping&lt;/p&gt;

&lt;p&gt;  &amp;lt;entity name=&quot;Auth&quot; table=&quot;Auth&quot;&amp;gt;&lt;br/&gt;
    &amp;lt;id name=&quot;itemname&quot; column=&quot;itemname&quot; type=&quot;string&quot; length=&quot;64&quot; /&amp;gt;&lt;br/&gt;
    &amp;lt;id name=&quot;userid&quot; column=&quot;userid&quot; type=&quot;string&quot; length=&quot;64&quot; /&amp;gt;&lt;br/&gt;
    &amp;lt;field name=&quot;bizrule&quot; column=&quot;bizrule&quot; type=&quot;text&quot; nullable=&quot;true&quot; /&amp;gt;&lt;br/&gt;
    &amp;lt;field name=&quot;data&quot; column=&quot;data&quot; type=&quot;text&quot; nullable=&quot;true&quot; /&amp;gt;&lt;br/&gt;
  &amp;lt;/entity&amp;gt;&lt;/p&gt;

&lt;p&gt;And the sql output is:&lt;/p&gt;

&lt;p&gt;CREATE TABLE Auth (itemname VARCHAR(255) NOT NULL, userid VARCHAR(255) NOT NULL, bizrule LONGTEXT DEFAULT NULL, data LONGTEXT DEFAULT NULL, PRIMARY KEY(itemname, userid)) ENGINE ...&lt;/p&gt;

&lt;p&gt;So, the length atrtibute is always ignored. In MyIsam it breaks the script because of the maximum key limit &lt;img class=&quot;emoticon&quot; src=&quot;http://www.doctrine-project.org/jira/images/icons/emoticons/sad.gif&quot; height=&quot;20&quot; width=&quot;20&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</description>
                <environment>win7 xamp mysql</environment>
            <key id="13573">OXM-1</key>
            <summary>Composite string key ignoring the length attribute</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</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="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="lazarkg">Lazar Otasevic</reporter>
                        <labels>
                    </labels>
                <created>Thu, 29 Mar 2012 12:55:20 +0000</created>
                <updated>Thu, 29 Mar 2012 15:36:18 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>