<!--
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Thu May 23 19:40: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/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=fixVersion+%3D+%222.2.2%22+AND+project+%3D+DBAL&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://www.doctrine-project.org/jira/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Doctrine Project</title>
        <link>http://www.doctrine-project.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=fixVersion+%3D+%222.2.2%22+AND+project+%3D+DBAL</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="7" total="7"/>
                <build-info>
            <version>5.2.7</version>
            <build-number>850</build-number>
            <build-date>21-02-2013</build-date>
        </build-info>
<item>
            <title>[DBAL-384] Missing TIMESTAMP support</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-384</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;Here&apos;s a fix to add support for a TIMESTAMP field in the database.&lt;/p&gt;</description>
                <environment></environment>
            <key id="14230">DBAL-384</key>
            <summary>Missing TIMESTAMP support</summary>
                <type id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/improvement.png">Improvement</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="5" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="2">Won&apos;t Fix</resolution>
                                <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="polichism">Harrie Bos</reporter>
                        <labels>
                    </labels>
                <created>Fri, 16 Nov 2012 09:35:16 +0000</created>
                <updated>Sat, 27 Apr 2013 07:49:59 +0000</updated>
                    <resolved>Sat, 27 Apr 2013 07:49:59 +0000</resolved>
                            <version>2.0</version>
                <version>2.1</version>
                <version>2.2</version>
                <version>2.3</version>
                                <fixVersion>2.2.2</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>3</watches>
                        <comments>
                    <comment id="19005" author="dlsniper" created="Sun, 18 Nov 2012 17:47:43 +0000"  >&lt;p&gt;@Benjamin should I create a PR for this on GH?&lt;/p&gt;</comment>
                    <comment id="19006" author="polichism" created="Sun, 18 Nov 2012 18:24:31 +0000"  >&lt;p&gt;I think it should be fixed in one of the next releases&lt;/p&gt;</comment>
                    <comment id="20111" author="frankc" created="Fri, 26 Apr 2013 11:38:21 +0000"  >&lt;p&gt;this aint working.. further more i used... &lt;a href=&quot;http://www.doctrine-project.org/jira/secure/attachment/11350/timestamp.patch&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/jira/secure/attachment/11350/timestamp.patch&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;which includes a bit more.. like the actual timestamp.php&lt;/p&gt;

&lt;p&gt;but still getting error &lt;/p&gt;

&lt;p&gt;Could not convert database value &quot;0000000016E2BCF7&quot; to Doctrine Type timestamp. Expected format: Y-m-d H:i:s &lt;/p&gt;

&lt;p&gt;500 Internal Server Error - ConversionException &lt;/p&gt;</comment>
                    <comment id="20114" author="beberlei" created="Sat, 27 Apr 2013 07:49:59 +0000"  >&lt;p&gt;Please add this as a custom type to your own project if you need it, this is not going to be part of DBAL Core&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="11350" name="timestamp.patch" size="4254" author="polichism" created="Fri, 16 Nov 2012 09:35:16 +0000" />
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-245] [GH-124] Connection quote() ignores returned value from getBindingInfo()</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-245</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 jimcottrell:&lt;/p&gt;

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

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

&lt;p&gt;Maybe I&apos;m missing something here, but this simple change seems to be necessary to allow for proper type management in quote().  For example, without this change passing a DateTime object as $input with $type = &apos;date&apos; will resolve the proper string value in getBindingInfo, but then still attempt to pass the DateTime to PDO, which of course doesn&apos;t work.&lt;/p&gt;</description>
                <environment></environment>
            <key id="13566">DBAL-245</key>
            <summary>[GH-124] Connection quote() ignores returned value from getBindingInfo()</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>
                    <security id="10000">All</security>
                        <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Wed, 28 Mar 2012 18:36:57 +0000</created>
                <updated>Fri, 30 Mar 2012 19:48:00 +0000</updated>
                    <resolved>Fri, 30 Mar 2012 19:48:00 +0000</resolved>
                                            <fixVersion>2.2.2</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17667" author="beberlei" created="Thu, 29 Mar 2012 01:07:38 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-124&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/124&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/124&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="17681" author="beberlei" created="Fri, 30 Mar 2012 19:48:00 +0000"  >&lt;p&gt;Fixed and merged&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-240] SQL Parser Utils trigger error when uing with Type instances</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-240</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;&lt;a href=&quot;https://github.com/doctrine/dbal/pull/120&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/120&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="13553">DBAL-240</key>
            <summary>SQL Parser Utils trigger error when uing with Type instances</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>
                    <security id="10000">All</security>
                        <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Sat, 24 Mar 2012 07:53:44 +0000</created>
                <updated>Sat, 24 Mar 2012 07:55:50 +0000</updated>
                    <resolved>Sat, 24 Mar 2012 07:55:50 +0000</resolved>
                            <version>2.1.6</version>
                <version>2.2.1</version>
                                <fixVersion>2.1.7</fixVersion>
                <fixVersion>2.2.2</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17639" author="beberlei" created="Sat, 24 Mar 2012 07:55:50 +0000"  >&lt;p&gt;Fixed and merged into 2.1 and 2.2&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-238] Disable MultipleActiveResultSets in SQL Server (pdo_sqlsrv) not possible</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-238</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;&lt;a href=&quot;http://msdn.microsoft.com/en-us/library/ee376925%28v=sql.90%29.aspx&quot; class=&quot;external-link&quot;&gt;http://msdn.microsoft.com/en-us/library/ee376925%28v=sql.90%29.aspx&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="13541">DBAL-238</key>
            <summary>Disable MultipleActiveResultSets in SQL Server (pdo_sqlsrv) not possible</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>
                    <security id="10000">All</security>
                        <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Mon, 19 Mar 2012 13:01:54 +0000</created>
                <updated>Sat, 5 May 2012 11:46:40 +0000</updated>
                    <resolved>Sat, 5 May 2012 11:46:40 +0000</resolved>
                                            <fixVersion>2.2.2</fixVersion>
                <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-237] schema:update fails when changing from ManyToOne to OneToOne</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-237</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;If a relation is changed from ManyToOne to OneToOne a Mysql exception 1025 is thrown because schema:update attempts to drop the indexes without first dropping the foreign keys. This seems to happen since the foreign keys are not deleted from the entity.. but the indexes change type (from index to unique).&lt;/p&gt;

&lt;p&gt;Incorrect output from --dump-sql&lt;/p&gt;

&lt;p&gt;DROP INDEX IDX_9AFB9A3755EB82D0 ON tapi_phone;&lt;br/&gt;
DROP INDEX IDX_9AFB9A37A6A12EC1 ON tapi_phone;&lt;br/&gt;
ALTER TABLE tapi_phone ADD location_id INT DEFAULT NULL, CHANGE extension extension VARCHAR(255) DEFAULT NULL, CHANGE protocol protocol VARCHAR(255) DEFAULT NULL;&lt;br/&gt;
ALTER TABLE tapi_phone ADD CONSTRAINT FK_9AFB9A3764D218E FOREIGN KEY (location_id) REFERENCES tapi_location(id);&lt;br/&gt;
CREATE UNIQUE INDEX UNIQ_9AFB9A37F85E0677 ON tapi_phone (username);&lt;br/&gt;
CREATE UNIQUE INDEX UNIQ_9AFB9A37B728E969 ON tapi_phone (mac_address);&lt;br/&gt;
CREATE UNIQUE INDEX UNIQ_9AFB9A3755EB82D0 ON tapi_phone (default_user_id);&lt;br/&gt;
CREATE INDEX IDX_9AFB9A3764D218E ON tapi_phone (location_id);&lt;br/&gt;
CREATE UNIQUE INDEX UNIQ_9AFB9A37A6A12EC1 ON tapi_phone (registered_user_id)&lt;/p&gt;


&lt;p&gt;Expected output from --dump-sql&lt;/p&gt;

&lt;p&gt;ALTER TABLE tapi_phone DROP FOREIGN KEY FK_9AFB9A3755EB82D0;&lt;br/&gt;
DROP INDEX IDX_9AFB9A3755EB82D0 ON tapi_phone;&lt;br/&gt;
ALTER TABLE tapi_phone DROP FOREIGN KEY FK_9AFB9A37A6A12EC1;&lt;br/&gt;
DROP INDEX IDX_9AFB9A37A6A12EC1 ON tapi_phone;&lt;br/&gt;
ALTER TABLE tapi_phone ADD location_id INT DEFAULT NULL, CHANGE extension extension VARCHAR(255) DEFAULT NULL, CHANGE protocol protocol VARCHAR(255) DEFAULT NULL;&lt;br/&gt;
ALTER TABLE tapi_phone ADD CONSTRAINT FK_9AFB9A3764D218E FOREIGN KEY (location_id) REFERENCES tapi_location(id);&lt;br/&gt;
ALTER TABLE tapi_phone ADD CONSTRAINT FK_9AFB9A3755EB82D0 FOREIGN KEY (default_user_id) REFERENCES tapi_user (id);&lt;br/&gt;
ALTER TABLE tapi_phone ADD CONSTRAINT FK_9AFB9A37A6A12EC1 FOREIGN KEY (registered_user_id) REFERENCES tapi_user (id);&lt;br/&gt;
CREATE UNIQUE INDEX UNIQ_9AFB9A37F85E0677 ON tapi_phone (username);&lt;br/&gt;
CREATE UNIQUE INDEX UNIQ_9AFB9A37B728E969 ON tapi_phone (mac_address);&lt;br/&gt;
CREATE UNIQUE INDEX UNIQ_9AFB9A3755EB82D0 ON tapi_phone (default_user_id);&lt;br/&gt;
CREATE INDEX IDX_9AFB9A3764D218E ON tapi_phone (location_id);&lt;br/&gt;
CREATE UNIQUE INDEX UNIQ_9AFB9A37A6A12EC1 ON tapi_phone (registered_user_id);&lt;/p&gt;</description>
                <environment>Symfony 2.0.9</environment>
            <key id="13406">DBAL-237</key>
            <summary>schema:update fails when changing from ManyToOne to OneToOne</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>
                    <security id="10000">All</security>
                        <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="mlehner">Matt Lehner</reporter>
                        <labels>
                    </labels>
                <created>Thu, 2 Feb 2012 01:44:50 +0000</created>
                <updated>Wed, 14 Mar 2012 20:28:34 +0000</updated>
                    <resolved>Wed, 14 Mar 2012 20:28:34 +0000</resolved>
                            <version>2.1.6</version>
                                <fixVersion>2.2.2</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17431" author="gedrox" created="Fri, 17 Feb 2012 14:21:52 +0000"  >&lt;p&gt;I have solved it by extending the method inside MySqlPlatform class (based in DBAL 2.1.5-DEV):&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;/**
 * Fix &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; DROP/CREATE index after foreign key change from OneToOne to ManyToOne
 * @author Aigars Gedroics
 * @param TableDiff $diff
 * @&lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; array
 */
&lt;span class=&quot;code-keyword&quot;&gt;protected&lt;/span&gt; function getPreAlterTableIndexForeignKeySQL(TableDiff $diff)
{
	$sql = array();
	$table = $diff-&amp;gt;name;

	foreach ($diff-&amp;gt;removedIndexes AS $remKey =&amp;gt; $remIndex) {

		foreach ($diff-&amp;gt;addedIndexes as $addKey =&amp;gt; $addIndex) {
			&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; ($remIndex-&amp;gt;getColumns() == $addIndex-&amp;gt;getColumns()) {

				$columns = $addIndex-&amp;gt;getColumns();
				$type = &apos;&apos;;
				&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; ($addIndex-&amp;gt;isUnique()) {
					$type = &apos;UNIQUE &apos;;
				}

				$query = &apos;ALTER TABLE &apos; . $table . &apos; DROP INDEX &apos; . $remIndex-&amp;gt;getName() . &apos;, &apos;;
				$query .= &apos;ADD &apos; . $type . &apos;INDEX &apos; . $addIndex-&amp;gt;getName();
				$query .= &apos; (&apos; . $&lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt;-&amp;gt;getIndexFieldDeclarationListSQL($columns) . &apos;)&apos;;

				$sql[] = $query;

				unset($diff-&amp;gt;removedIndexes[$remKey]);
				unset($diff-&amp;gt;addedIndexes[$addKey]);

				&lt;span class=&quot;code-keyword&quot;&gt;break&lt;/span&gt;;
			}
		}
	}

	$sql = array_merge($sql, parent::getPreAlterTableIndexForeignKeySQL($diff));

	&lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; $sql;
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    <comment id="17576" author="beberlei" created="Wed, 14 Mar 2012 20:24:37 +0000"  >&lt;p&gt;Moved to dBAL&lt;/p&gt;</comment>
                    <comment id="17577" author="beberlei" created="Wed, 14 Mar 2012 20:28:34 +0000"  >&lt;p&gt;Fixed&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-228] OCI8Statement&apos; fetchAll method can not do with PDO::FETCH_BOTH </title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-228</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;    /**&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;{@inheritdoc}
&lt;p&gt;     */&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;    private static $fetchStyleMap = array(&lt;br/&gt;
        PDO::FETCH_BOTH =&amp;gt; OCI_BOTH,&lt;br/&gt;
        PDO::FETCH_ASSOC =&amp;gt; OCI_ASSOC,&lt;br/&gt;
        PDO::FETCH_NUM =&amp;gt; OCI_NUM&lt;br/&gt;
    );&lt;/p&gt;


&lt;p&gt;  public function fetchAll($fetchStyle = PDO::FETCH_BOTH)&lt;br/&gt;
    {&lt;br/&gt;
        if ( ! isset(self::$fetchStyleMap&lt;span class=&quot;error&quot;&gt;&amp;#91;$fetchStyle&amp;#93;&lt;/span&gt;)) &lt;/p&gt;
{
            throw new \InvalidArgumentException(&quot;Invalid fetch style: &quot; . $fetchStyle);
        }

&lt;p&gt;        $result = array();&lt;br/&gt;
        oci_fetch_all($this-&amp;gt;_sth, $result, 0, -1,&lt;br/&gt;
            self::$fetchStyleMap&lt;span class=&quot;error&quot;&gt;&amp;#91;$fetchStyle&amp;#93;&lt;/span&gt; | OCI_RETURN_NULLS | OCI_FETCHSTATEMENT_BY_ROW | OCI_RETURN_LOBS);&lt;/p&gt;

&lt;p&gt;        return $result;&lt;br/&gt;
    }&lt;/p&gt;


&lt;p&gt; oci_fetch_all method&#12288;can only surport &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;OCI_NUM&lt;/li&gt;
	&lt;li&gt;OCI_ASSOC&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;in $fetchStyleMap, OCI_BOTH is included!!!!&lt;/p&gt;</description>
                <environment></environment>
            <key id="13488">DBAL-228</key>
            <summary>OCI8Statement&apos; fetchAll method can not do with PDO::FETCH_BOTH </summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="2" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/critical.png">Critical</priority>
                    <status id="5" iconUrl="http://www.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="zhouhero">zhouhero</reporter>
                        <labels>
                    </labels>
                <created>Fri, 2 Mar 2012 08:41:42 +0000</created>
                <updated>Wed, 14 Mar 2012 21:32:46 +0000</updated>
                    <resolved>Wed, 14 Mar 2012 21:32:46 +0000</resolved>
                            <version>2.2.1</version>
                                <fixVersion>2.2.2</fixVersion>
                                <component>Drivers</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17583" author="beberlei" created="Wed, 14 Mar 2012 21:32:46 +0000"  >&lt;p&gt;Fixed&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-219] wrong schema hadTable and getTable return when table name contains quote</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-219</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;wrong schema hadTable and getTable return when table name contains quote.&lt;/p&gt;

&lt;p&gt;I bump into this when useing a ManyToMany replation and one Entity was named Group with tablename `Group`&lt;br/&gt;
In RemoveNamespacedAssets the FK from The Join Table to Group was removed because in acceptForeignKey() $this-&amp;gt;schema-&amp;gt;hasTable($fkConstraint-&amp;gt;getForeignTableName()) returned false&lt;/p&gt;
</description>
                <environment></environment>
            <key id="13437">DBAL-219</key>
            <summary>wrong schema hadTable and getTable return when table name contains quote</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</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="drealecs">Alexandru Patranescu</reporter>
                        <labels>
                    </labels>
                <created>Sun, 12 Feb 2012 12:09:07 +0000</created>
                <updated>Sat, 24 Mar 2012 08:11:50 +0000</updated>
                    <resolved>Sat, 24 Mar 2012 08:11:50 +0000</resolved>
                                            <fixVersion>2.2.2</fixVersion>
                                <component>Schema Managers</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17641" author="beberlei" created="Sat, 24 Mar 2012 08:11:50 +0000"  >&lt;p&gt;Fixed and merged into 2.2&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>