<!-- 
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Tue May 21 00:48:31 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://doctrine-project.org/jira/si/jira.issueviews:issue-xml/DBAL-423/DBAL-423.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Doctrine Project</title>
    <link>http://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>[DBAL-423] Type GUID = VARCHAR(255) on platforms that don&apos;t have a native GUID support</title>
                <link>http://doctrine-project.org/jira/browse/DBAL-423</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;I&apos;m using MySQL with entities that have GUID ids. Therefore I&apos;m using @ORM\Column(type=&quot;guid&quot;) for the ORM mapping. As MySQL does not have a native GUID data type, it gets mapped to type=&quot;string&quot; with a default length of 255 -&amp;gt; VARCHAR(255). I don&apos;t really understand why we don&apos;t limit the length to 36, which is the fixed length for GUIDs. You could even think about using CHAR(36) for MySQL.&lt;/p&gt;

&lt;p&gt;-&amp;gt; see Doctrine\DBAL\Platforms\AbstractPlatform -&amp;gt; getGuidTypeDeclarationSQL()&lt;/p&gt;</description>
                <environment></environment>
            <key id="14410">DBAL-423</key>
            <summary>Type GUID = VARCHAR(255) on platforms that don&apos;t have a native GUID support</summary>
                <type id="4" iconUrl="http://doctrine-project.org/jira/images/icons/issuetypes/improvement.png">Improvement</type>
                                <priority id="4" iconUrl="http://doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="amr">amr</reporter>
                        <labels>
                    </labels>
                <created>Fri, 25 Jan 2013 11:03:03 +0000</created>
                <updated>Fri, 25 Jan 2013 11:03:03 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>