<!-- 
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Sun May 26 05:39:01 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-24/DMIG-24.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-24] False positives in Comparator on default values</title>
                <link>http://www.doctrine-project.org/jira/browse/DMIG-24</link>
                <project id="10041" key="DMIG">Doctrine Migrations</project>
                        <description>&lt;p&gt;At the moment I found only one way how to work with default values&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;/**
 * @var string $isActive
 *
 * @Column(name=&quot;isActive&quot;, type=&quot;boolean&quot;, nullable=false)
 */
private $isActive;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt; 
&lt;p&gt;and then in the construct I use something like $this-&amp;gt;setIsActive(true);&lt;br/&gt;
on db level it looks like &quot;isActive BIT default 1&quot;&lt;br/&gt;
But the problem happened when I try to compare schemas for migrations. It always false positives on defaults.&lt;/p&gt;

&lt;p&gt;How to set defaults for prevent false positives in Comparator?&lt;/p&gt;
</description>
                <environment></environment>
            <key id="12828">DMIG-24</key>
            <summary>False positives in Comparator on default values</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="yaroslav">Yaroslav Zenin</reporter>
                        <labels>
                    </labels>
                <created>Thu, 14 Jul 2011 14:55:19 +0000</created>
                <updated>Thu, 23 May 2013 08:06:56 +0000</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>2</watches>
                        <comments>
                    <comment id="20423" author="and" created="Thu, 23 May 2013 07:20:53 +0000"  >&lt;p&gt;private $isActive = 1?&lt;/p&gt;</comment>
                    <comment id="20426" author="ocramius" created="Thu, 23 May 2013 07:35:01 +0000"  >&lt;p&gt;What are the affected versions for this bug? I think it is a DBAL schema comparator issue.&lt;/p&gt;</comment>
                    <comment id="20428" author="and" created="Thu, 23 May 2013 08:06:56 +0000"  >&lt;p&gt;And yes - related issue: &lt;a href=&quot;http://www.doctrine-project.org/jira/browse/DDC-2467&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/jira/browse/DDC-2467&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>