<!-- 
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Fri May 24 06:03:11 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/DWEB-54/DWEB-54.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>[DWEB-54] Doctrine 2 Documentation - Yaml Mapping</title>
                <link>http://www.doctrine-project.org/jira/browse/DWEB-54</link>
                <project id="10033" key="DWEB">Doctrine Website</project>
                        <description>&lt;p&gt;The current documentation for the Doctrine2 YAML Mapping ( found here: &lt;a href=&quot;http://www.doctrine-project.org/projects/orm/2.0/docs/reference/yaml-mapping/en#yaml-mapping&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/projects/orm/2.0/docs/reference/yaml-mapping/en#yaml-mapping&lt;/a&gt; ) &lt;/p&gt;

&lt;p&gt;introduces a wrong format for the identifier colum specification.&lt;/p&gt;

&lt;p&gt;I had to go dig around in the source code to find the correct format.&lt;br/&gt;
For anyone less persistent or not accustomed to check the source code of a library this would result in serious headache.&lt;/p&gt;

&lt;p&gt;WRONG: &lt;br/&gt;
id:&lt;br/&gt;
    id:&lt;br/&gt;
      type: integer&lt;br/&gt;
      generator:&lt;br/&gt;
        strategy: AUTO&lt;/p&gt;

&lt;p&gt;RIGHT: (at least with current trunk )&lt;br/&gt;
id:&lt;br/&gt;
  type: integer&lt;br/&gt;
  id: true&lt;br/&gt;
  generator:&lt;br/&gt;
    strategy: AUTO&lt;/p&gt;</description>
                <environment></environment>
            <key id="11668">DWEB-54</key>
            <summary>Doctrine 2 Documentation - Yaml Mapping</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="2" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/critical.png">Critical</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="jwage">Jonathan H. Wage</assignee>
                                <reporter username="theduke">Chris</reporter>
                        <labels>
                    </labels>
                <created>Thu, 22 Jul 2010 05:28:51 +0000</created>
                <updated>Wed, 1 Dec 2010 07:56:42 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="14875" author="markus.woessner" created="Wed, 1 Dec 2010 07:56:42 +0000"  >&lt;p&gt;It should also be documented how a DB column name other than the field name can be defined.  &lt;a href=&quot;http://www.doctrine-project.org/documentation/manual/2_0/en/basic-mapping#property-mapping&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/documentation/manual/2_0/en/basic-mapping#property-mapping&lt;/a&gt; suggests &quot;name&quot; would be the correct key. Yet the valid key is &quot;column&quot;. Like Chris I had to dig through the code. Well, at least I came to know it.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>