<!-- 
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Tue Jun 18 22:57:43 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/DDC-747/DDC-747.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>[DDC-747] Add support for table, column and indexes comments</title>
                <link>http://www.doctrine-project.org/jira/browse/DDC-747</link>
                <project id="10032" key="DDC">Doctrine 2 - ORM</project>
                        <description>&lt;p&gt;It would be nice to add support for table comments, column comments and indexes comments, i.e.&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;@Table(
    name=&lt;span class=&quot;code-quote&quot;&gt;&quot;ecommerce_products&quot;&lt;/span&gt;,
    comment=&lt;span class=&quot;code-quote&quot;&gt;&quot;Contains products&quot;&lt;/span&gt;,
    indexes={@index(name=&lt;span class=&quot;code-quote&quot;&gt;&quot;search_idx&quot;&lt;/span&gt;, comment=&lt;span class=&quot;code-quote&quot;&gt;&quot;Makes finding people by name easier&quot;&lt;/span&gt;, columns={&lt;span class=&quot;code-quote&quot;&gt;&quot;name&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;email&quot;&lt;/span&gt;})}
)

@Column(type=&lt;span class=&quot;code-quote&quot;&gt;&quot;integer&quot;&lt;/span&gt;, comment=&lt;span class=&quot;code-quote&quot;&gt;&quot;Stores the user&apos;s age, in years&quot;&lt;/span&gt;)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;



&lt;p&gt;MySQL supports comments via &lt;a href=&quot;http://dev.mysql.com/doc/refman/4.1/en/create-table.html&quot; class=&quot;external-link&quot;&gt;ALTER TABLE&lt;/a&gt; since 4.1.&lt;br/&gt;
PostgreSQL support comments via &lt;a href=&quot;http://www.postgresql.org/docs/7.4/static/sql-comment.html&quot; class=&quot;external-link&quot;&gt;COMMENT&lt;/a&gt; at least since 7.4.&lt;br/&gt;
SQLite &lt;a href=&quot;http://www.sqlite.org/cvstrac/wiki?p=UnsupportedSql&quot; class=&quot;external-link&quot;&gt;doesn&apos;t appear to support table, column or indexes comments&lt;/a&gt; as of 3.7.&lt;br/&gt;
Oracle supports comments on tables and columns via &lt;a href=&quot;http://download.oracle.com/docs/cd/B14117_01/server.101/b10759/statements_4009.htm#SQLRF01109&quot; class=&quot;external-link&quot;&gt;COMMENT&lt;/a&gt; at least since 10.1. It doesn&apos;t appear to support comments on indexes.&lt;/p&gt;

&lt;p&gt;For databases that don&apos;t support those persistent comments, you could use normal SQL comments in the table definition. Of course they wouldn&apos;t be stored by the database, but at least they would appear in the generated schema, that&apos;s better than nothing.&lt;/p&gt;</description>
                <environment></environment>
            <key id="11771">DDC-747</key>
            <summary>Add support for table, column and indexes comments</summary>
                <type id="2" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/newfeature.png">New Feature</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                    <security id="10000">All</security>
                        <assignee username="romanb">Roman S. Borschel</assignee>
                                <reporter username="s9e">s9e</reporter>
                        <labels>
                    </labels>
                <created>Fri, 13 Aug 2010 23:17:17 +0000</created>
                <updated>Sat, 14 Aug 2010 06:32:08 +0000</updated>
                                                                    <component>Mapping Drivers</component>
                        <due></due>
                    <votes>5</votes>
                        <watches>5</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>