<!-- 
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Tue May 21 23:54:52 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/DMIG-18/DMIG-18.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>[DMIG-18] diffing causes lots of false positives (on postgresql)</title>
                <link>http://www.doctrine-project.org/jira/browse/DMIG-18</link>
                <project id="10041" key="DMIG">Doctrine Migrations</project>
                        <description>&lt;p&gt;I am playing around with the diff tool and noticing that a lot of false positives are generated, like using SERIAL creates Sequences that are not explicitly listed, causing the diff tool to believe that they should be dropped. Or using &quot;array&quot; as a datatype makes the diff tool believe that there was a type change since they are setup as TEXT. now the alter statement then actually specifies to alter it form TEXT to TEXT again.&lt;/p&gt;

&lt;p&gt;I guess the fact is that just more work needs to be put in here and I guess if I want things to improve I should step up, especially if I care about such an &quot;obsure&quot; database as Postresql &lt;img class=&quot;emoticon&quot; src=&quot;http://www.doctrine-project.org/jira/images/icons/emoticons/smile.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>PostgreSQL 9.0</environment>
            <key id="12406">DMIG-18</key>
            <summary>diffing causes lots of false positives (on postgresql)</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="lsmith">Lukas Kahwe</reporter>
                        <labels>
                    </labels>
                <created>Fri, 18 Feb 2011 15:33:48 +0000</created>
                <updated>Wed, 16 Nov 2011 22:09:34 +0000</updated>
                                                                            <due></due>
                    <votes>2</votes>
                        <watches>2</watches>
                        <comments>
                    <comment id="15857" author="ilanco" created="Sat, 14 May 2011 23:26:04 +0000"  >&lt;p&gt;I have noticed the same problems when using @GeneratedValue(strategy=&quot;IDENTITY&quot;).&lt;br/&gt;
Postgres will create a sequence which doctrine does not manage. When running a schema validation doctrine fails because the diff tool&lt;br/&gt;
believes the sequences should not be in the database. &lt;br/&gt;
Same problem when trying to update the schema with --complete, doctrine will run queries to drop the sequences.&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Ilan&lt;/p&gt;</comment>
                    <comment id="16118" author="lsmith" created="Tue, 5 Jul 2011 12:38:01 +0000"  >&lt;p&gt;likely solved with &lt;a href=&quot;http://www.doctrine-project.org/jira/browse/DBAL-42&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/jira/browse/DBAL-42&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="16460" author="kiang" created="Sat, 10 Sep 2011 07:52:42 +0000"  >&lt;p&gt;Currently, sequences won&apos;t be dropped when using diff tool (latest version from github downloaded today). But it still drops the default value like &apos;nextval(&apos;xxx_seq&apos;)&apos;. As the database wasn&apos;t used by doctrine2 only, dropping default value like that caused some problems in my environment.&lt;/p&gt;</comment>
                    <comment id="16461" author="kiang" created="Sat, 10 Sep 2011 08:24:14 +0000"  >&lt;p&gt;well... the diff is not reliable currently as all the indexes, constraints were affected and serial, bigserial fields would be replaced using int and bigint...&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>