<!--
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Wed May 22 23:14:29 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://doctrine-project.org/jira/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+DBAL+AND+fixVersion+%3D+%222.3.1%22+ORDER+BY+updated+DESC%2C+priority+DESC%2C+created+ASC&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://doctrine-project.org/jira/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Doctrine Project</title>
        <link>http://doctrine-project.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+DBAL+AND+fixVersion+%3D+%222.3.1%22+ORDER+BY+updated+DESC%2C+priority+DESC%2C+created+ASC</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="10" total="10"/>
                <build-info>
            <version>5.2.7</version>
            <build-number>850</build-number>
            <build-date>21-02-2013</build-date>
        </build-info>
<item>
            <title>[DBAL-387] [GH-230] Fixed SQL Server Platform NULL declaration</title>
                <link>http://doctrine-project.org/jira/browse/DBAL-387</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;This issue is created automatically through a Github pull request on behalf of Lusitanian:&lt;/p&gt;

&lt;p&gt;  Url: &lt;a href=&quot;https://github.com/doctrine/dbal/pull/230&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/230&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Message:&lt;/p&gt;

&lt;p&gt;Per previous pull request but based on master. SQL server does not use &apos;DEFAULT NULL&apos; for marking columns as nullable, only &apos;NULL&apos;.&lt;/p&gt;</description>
                <environment></environment>
            <key id="14253">DBAL-387</key>
            <summary>[GH-230] Fixed SQL Server Platform NULL declaration</summary>
                <type id="1" iconUrl="http://doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="5" iconUrl="http://doctrine-project.org/jira/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10000">All</security>
                        <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Wed, 21 Nov 2012 17:35:46 +0000</created>
                <updated>Sun, 25 Nov 2012 18:07:30 +0000</updated>
                    <resolved>Sun, 25 Nov 2012 18:07:30 +0000</resolved>
                                            <fixVersion>2.2.3</fixVersion>
                <fixVersion>2.3.1</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="19059" author="beberlei" created="Sun, 25 Nov 2012 17:58:46 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-230&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/230&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/230&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-393] PEAR install broken</title>
                <link>http://doctrine-project.org/jira/browse/DBAL-393</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;When using PEAR install, the &quot;doctrine-dbal&quot; command does not work.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;b&gt;$ pear install doctrine/DoctrineDBAL&lt;/b&gt;&lt;br/&gt;
downloading DoctrineDBAL-2.3.0.tgz ...&lt;br/&gt;
Starting to download DoctrineDBAL-2.3.0.tgz (143,996 bytes)&lt;br/&gt;
................................done: 143,996 bytes&lt;br/&gt;
install ok: channel://pear.doctrine-project.org/DoctrineDBAL-2.3.0&lt;/p&gt;

&lt;p&gt;&lt;b&gt;$ which doctrine-dbal&lt;/b&gt;&lt;br/&gt;
/usr/bin/doctrine-dbal&lt;/p&gt;

&lt;p&gt;&lt;b&gt;$ /usr/bin/doctrine-dbal&lt;/b&gt;&lt;br/&gt;
PHP Warning:  require(Doctrine/Symfony/Component/Console/Helper/HelperSet.php): failed to open stream: No such file or directory in /usr/share/pear/Doctrine/Common/ClassLoader.php on line 164&lt;br/&gt;
PHP Stack trace:&lt;br/&gt;
PHP   1. {main}() /usr/bin/doctrine-dbal:0&lt;br/&gt;
PHP   2. include() /usr/bin/doctrine-dbal:4&lt;br/&gt;
PHP   3. Doctrine\Common\ClassLoader-&amp;gt;loadClass() /usr/bin/doctrine-dbal:0&lt;br/&gt;
PHP Fatal error:  require(): Failed opening required &apos;Doctrine/Symfony/Component/Console/Helper/HelperSet.php&apos; (include_path=&apos;.:/usr/share/pear:/usr/share/php&apos;) in /usr/share/pear/Doctrine/Common/ClassLoader.php on line 164&lt;br/&gt;
PHP Stack trace:&lt;br/&gt;
PHP   1. {main}() /usr/bin/doctrine-dbal:0&lt;br/&gt;
PHP   2. include() /usr/bin/doctrine-dbal:4&lt;br/&gt;
PHP   3. Doctrine\Common\ClassLoader-&amp;gt;loadClass() /usr/bin/doctrine-dbal:0&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;The issue can be fixed by updating file &lt;b&gt;&lt;tt&gt;doctrine-dbal.php&lt;/tt&gt;&lt;/b&gt; from:&lt;br/&gt;
&lt;font color=&quot;red&quot;&gt;&lt;tt&gt;$classLoader = new \Doctrine\Common\ClassLoader(&apos;Symfony&apos;, &apos;Doctrine&apos;);&lt;/tt&gt;&lt;/font&gt;&lt;br/&gt;
to:&lt;br/&gt;
&lt;font color=&quot;green&quot;&gt;&lt;tt&gt;$classLoader = new \Doctrine\Common\ClassLoader(&apos;Symfony&apos;);&lt;/tt&gt;&lt;/font&gt;&lt;br/&gt;
so the Symfony Console package can be used like the PEAR package.xml requires.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;NOTE: I did not want to submit a GitHub pull request for this because it seems like it would break your Git and Composer installs&lt;/b&gt;&lt;/p&gt;</description>
                <environment>PEAR, Fedora, RHEL</environment>
            <key id="14267">DBAL-393</key>
            <summary>PEAR install broken</summary>
                <type id="1" iconUrl="http://doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="5" iconUrl="http://doctrine-project.org/jira/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10000">All</security>
                        <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="siwinski">Shawn Iwinski</reporter>
                        <labels>
                    </labels>
                <created>Sat, 24 Nov 2012 03:44:09 +0000</created>
                <updated>Sun, 25 Nov 2012 12:05:50 +0000</updated>
                    <resolved>Sun, 25 Nov 2012 12:05:50 +0000</resolved>
                            <version>2.3</version>
                                <fixVersion>2.3.1</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>2</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-374] [GH-222] Escape primary field name in create table sql query</title>
                <link>http://doctrine-project.org/jira/browse/DBAL-374</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;This issue is created automatically through a Github pull request on behalf of Genokilller:&lt;/p&gt;

&lt;p&gt;  Url: &lt;a href=&quot;https://github.com/doctrine/dbal/pull/222&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/222&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Message:&lt;/p&gt;

&lt;p&gt;Fixes primary fields name in CreateTableSQL for Abstract Platform&lt;/p&gt;</description>
                <environment></environment>
            <key id="14175">DBAL-374</key>
            <summary>[GH-222] Escape primary field name in create table sql query</summary>
                <type id="1" iconUrl="http://doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="5" iconUrl="http://doctrine-project.org/jira/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10000">All</security>
                        <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Tue, 30 Oct 2012 14:17:07 +0000</created>
                <updated>Tue, 13 Nov 2012 19:07:49 +0000</updated>
                    <resolved>Tue, 13 Nov 2012 19:07:49 +0000</resolved>
                                            <fixVersion>2.3.1</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="18983" author="beberlei" created="Tue, 13 Nov 2012 19:07:49 +0000"  >&lt;p&gt;Only fixed for primary key columns now, the other will be much more messy, requires refactoring.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-379] [GH-225] Fix SQLServerPlatform adds unique constraint to ADD PRIMARY KEY statement</title>
                <link>http://doctrine-project.org/jira/browse/DBAL-379</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;This issue is created automatically through a Github pull request on behalf of CraigMason:&lt;/p&gt;

&lt;p&gt;  Url: &lt;a href=&quot;https://github.com/doctrine/dbal/pull/225&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/225&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Message:&lt;/p&gt;

&lt;p&gt;Currently when executing an ALTER TABLE statement with SQL Server, the query will be:&lt;/p&gt;

&lt;p&gt;This will happen when adding primary keys via ALTER TABLE.&lt;/p&gt;

&lt;p&gt;`ALTER TABLE foo ADD PRIMARY KEY (id) WHERE id IS NOT NULL`&lt;/p&gt;

&lt;p&gt;should be&lt;/p&gt;

&lt;p&gt;`ALTER TABLE foo ADD PRIMARY KEY (id)`&lt;/p&gt;</description>
                <environment></environment>
            <key id="14209">DBAL-379</key>
            <summary>[GH-225] Fix SQLServerPlatform adds unique constraint to ADD PRIMARY KEY statement</summary>
                <type id="1" iconUrl="http://doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="5" iconUrl="http://doctrine-project.org/jira/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10000">All</security>
                        <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Fri, 9 Nov 2012 16:34:56 +0000</created>
                <updated>Mon, 12 Nov 2012 10:41:39 +0000</updated>
                    <resolved>Mon, 12 Nov 2012 10:41:39 +0000</resolved>
                                            <fixVersion>2.3.1</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-378] [GH-224] default table option not working</title>
                <link>http://doctrine-project.org/jira/browse/DBAL-378</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;This issue is created automatically through a Github pull request on behalf of Steffen-99:&lt;/p&gt;

&lt;p&gt;  Url: &lt;a href=&quot;https://github.com/doctrine/dbal/pull/224&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/224&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Message:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Fixing issue, key name corrected&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
            <key id="14205">DBAL-378</key>
            <summary>[GH-224] default table option not working</summary>
                <type id="1" iconUrl="http://doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="5" iconUrl="http://doctrine-project.org/jira/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10000">All</security>
                        <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Thu, 8 Nov 2012 10:12:23 +0000</created>
                <updated>Fri, 9 Nov 2012 21:34:28 +0000</updated>
                    <resolved>Fri, 9 Nov 2012 21:34:28 +0000</resolved>
                                            <fixVersion>2.3.1</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="18959" author="beberlei" created="Thu, 8 Nov 2012 14:51:02 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-224&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/224&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/224&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-365] [GH-217] Remember to close temporary connection in PostgreSqlSchemaManager::dropD...</title>
                <link>http://doctrine-project.org/jira/browse/DBAL-365</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;This issue is created automatically through a Github pull request on behalf of kimhemsoe:&lt;/p&gt;

&lt;p&gt;  Url: &lt;a href=&quot;https://github.com/doctrine/dbal/pull/217&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/217&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Message:&lt;/p&gt;

&lt;p&gt;...atabase() and PostgreSqlSchemaManager::createDatabase()&lt;/p&gt;

&lt;p&gt;Fixes my problem with not to be able to run all tests.&lt;/p&gt;</description>
                <environment></environment>
            <key id="14113">DBAL-365</key>
            <summary>[GH-217] Remember to close temporary connection in PostgreSqlSchemaManager::dropD...</summary>
                <type id="1" iconUrl="http://doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="5" iconUrl="http://doctrine-project.org/jira/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10000">All</security>
                        <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Thu, 11 Oct 2012 13:20:18 +0000</created>
                <updated>Fri, 12 Oct 2012 20:02:22 +0000</updated>
                    <resolved>Fri, 12 Oct 2012 20:02:22 +0000</resolved>
                                            <fixVersion>2.3.1</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="18834" author="beberlei" created="Fri, 12 Oct 2012 19:54:46 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-217&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/217&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/217&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-323] [GH-185] Add schema changes for length for postgres</title>
                <link>http://doctrine-project.org/jira/browse/DBAL-323</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;This issue is created automatically through a Github pull request on behalf of mvrhov:&lt;/p&gt;

&lt;p&gt;  Url: &lt;a href=&quot;https://github.com/doctrine/dbal/pull/185&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/185&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Message:&lt;/p&gt;

</description>
                <environment></environment>
            <key id="13969">DBAL-323</key>
            <summary>[GH-185] Add schema changes for length for postgres</summary>
                <type id="1" iconUrl="http://doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="5" iconUrl="http://doctrine-project.org/jira/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10000">All</security>
                        <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Fri, 17 Aug 2012 05:15:24 +0000</created>
                <updated>Sat, 6 Oct 2012 10:23:13 +0000</updated>
                    <resolved>Sat, 6 Oct 2012 10:22:07 +0000</resolved>
                                            <fixVersion>2.2.3</fixVersion>
                <fixVersion>2.3.1</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-349] [GH-203] Delete always content from table master_slave_table between tests.</title>
                <link>http://doctrine-project.org/jira/browse/DBAL-349</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;This issue is created automatically through a Github pull request on behalf of kimhemsoe:&lt;/p&gt;

&lt;p&gt;  Url: &lt;a href=&quot;https://github.com/doctrine/dbal/pull/203&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/203&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Message:&lt;/p&gt;

&lt;p&gt;Fixes that we are currently failing master slave tests.&lt;/p&gt;</description>
                <environment></environment>
            <key id="14054">DBAL-349</key>
            <summary>[GH-203] Delete always content from table master_slave_table between tests.</summary>
                <type id="1" iconUrl="http://doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="5" iconUrl="http://doctrine-project.org/jira/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10000">All</security>
                        <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Sun, 23 Sep 2012 10:33:47 +0000</created>
                <updated>Fri, 5 Oct 2012 20:22:18 +0000</updated>
                    <resolved>Fri, 5 Oct 2012 20:22:18 +0000</resolved>
                                            <fixVersion>2.3.1</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="18785" author="beberlei" created="Fri, 5 Oct 2012 19:40:02 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-203&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/203&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/203&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-354] [GH-207] Removed Unsigned Integer Support in SQL Server</title>
                <link>http://doctrine-project.org/jira/browse/DBAL-354</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;This issue is created automatically through a Github pull request on behalf of datiecher:&lt;/p&gt;

&lt;p&gt;  Url: &lt;a href=&quot;https://github.com/doctrine/dbal/pull/207&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/207&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Message:&lt;/p&gt;

&lt;p&gt;Removed unsigned integer test as SQL Server doesn&apos;t support unsigned integers.&lt;/p&gt;</description>
                <environment></environment>
            <key id="14075">DBAL-354</key>
            <summary>[GH-207] Removed Unsigned Integer Support in SQL Server</summary>
                <type id="1" iconUrl="http://doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="5" iconUrl="http://doctrine-project.org/jira/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10000">All</security>
                        <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Fri, 28 Sep 2012 00:29:26 +0000</created>
                <updated>Fri, 5 Oct 2012 19:33:53 +0000</updated>
                    <resolved>Fri, 5 Oct 2012 19:33:52 +0000</resolved>
                                            <fixVersion>2.3.1</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="18784" author="beberlei" created="Fri, 5 Oct 2012 19:33:38 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-207&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/207&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/207&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-360] [GH-212] Fix dropping foreign key multiple times with test</title>
                <link>http://doctrine-project.org/jira/browse/DBAL-360</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;This issue is created automatically through a Github pull request on behalf of sdepablos:&lt;/p&gt;

&lt;p&gt;  Url: &lt;a href=&quot;https://github.com/doctrine/dbal/pull/212&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/212&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Message:&lt;/p&gt;

&lt;p&gt;In some cases the Comparator class returns multiple drops for the same foreign key.&lt;br/&gt;
Specifically, in case you have two tables, A &amp;amp; B, with A having a foreign key FK&lt;br/&gt;
referencing B, if you drop table B, the resulting diff shows this FK twice,&lt;br/&gt;
once on the diff-&amp;gt;orphanedForeignKeys array as we&apos;re deleting B, and another on&lt;br/&gt;
the diff-&amp;gt;changedTables array as table A is also being modified. As a result of this you&lt;br/&gt;
get the DROP FOREIGN KEY instruction twice in the final SQL.&lt;/p&gt;</description>
                <environment></environment>
            <key id="14099">DBAL-360</key>
            <summary>[GH-212] Fix dropping foreign key multiple times with test</summary>
                <type id="1" iconUrl="http://doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="5" iconUrl="http://doctrine-project.org/jira/images/icons/priorities/trivial.png">Trivial</priority>
                    <status id="5" iconUrl="http://doctrine-project.org/jira/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10000">All</security>
                        <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Thu, 4 Oct 2012 15:30:55 +0000</created>
                <updated>Fri, 5 Oct 2012 19:26:59 +0000</updated>
                    <resolved>Fri, 5 Oct 2012 19:26:59 +0000</resolved>
                                            <fixVersion>2.3.1</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="18782" author="beberlei" created="Fri, 5 Oct 2012 18:32:22 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-212&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/212&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/212&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>