<!-- 
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Tue May 21 09:39:27 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/DBAL-37/DBAL-37.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>[DBAL-37] auto increment can not be added to a column, when postgresql is used. </title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-37</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;To add auto increment to on column using the following code in the&lt;br/&gt;
migration class:&lt;/p&gt;

&lt;p&gt;    $systemSettingsTable-&amp;gt;changeColumn(&apos;setting_id&apos;,&lt;br/&gt;
array(&apos;autoincrement&apos; =&amp;gt; true));&lt;br/&gt;
or&lt;br/&gt;
    $settingIdColumn = $systemSettingsTable-&amp;gt;getColumn(&apos;setting_id&apos;);&lt;br/&gt;
    $settingIdColumn-&amp;gt;setAutoincrement(true);&lt;/p&gt;

&lt;p&gt;This works fine when MySQL is used. But when PostGreSQL is used, this&lt;br/&gt;
statement doesn&apos;t create any SQL statement. &lt;/p&gt;

&lt;p&gt;The patch in attachment could perhaps resolve this problem some way.&lt;/p&gt;</description>
                <environment>Linux</environment>
            <key id="11674">DBAL-37</key>
            <summary>auto increment can not be added to a column, when postgresql is used. </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="5" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                                <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="tiw">Ting Wang</reporter>
                        <labels>
                    </labels>
                <created>Thu, 22 Jul 2010 10:51:15 +0000</created>
                <updated>Sun, 25 Jul 2010 17:32:01 +0000</updated>
                    <resolved>Sun, 25 Jul 2010 17:32:01 +0000</resolved>
                            <version>2.0.0-BETA2</version>
                                <fixVersion>2.0.0-BETA3</fixVersion>
                                <component>Platforms</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="13695" author="beberlei" created="Sun, 25 Jul 2010 17:32:01 +0000"  >&lt;p&gt;Fixed in current master&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="10705" name="autoincrementPatch.diff" size="2256" author="tiw" created="Thu, 22 Jul 2010 10:51:15 +0000" />
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>