<!--
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Sat May 18 11:34:44 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=project+%3D+DDC+AND+fixVersion+%3D+%222.2.0-RC1%22&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=project+%3D+DDC+AND+fixVersion+%3D+%222.2.0-RC1%22</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="6" total="6"/>
                <build-info>
            <version>5.2.7</version>
            <build-number>850</build-number>
            <build-date>21-02-2013</build-date>
        </build-info>
<item>
            <title>[DDC-1613] Add Pagination Tools</title>
                <link>http://www.doctrine-project.org/jira/browse/DDC-1613</link>
                <project id="10032" key="DDC">Doctrine 2 - ORM</project>
                        <description>&lt;p&gt;We should add pagination tools to the Doctrine\ORM\Tools\Pagination namespace. There are already 3 libraries out there that share the same code-base:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/KnpLabs/knp-components/tree/master/src/Knp/Component/Pager/Event/Subscriber/Paginate/Doctrine/ORM/Query&quot; class=&quot;external-link&quot;&gt;https://github.com/KnpLabs/knp-components/tree/master/src/Knp/Component/Pager/Event/Subscriber/Paginate/Doctrine/ORM/Query&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/beberlei/DoctrineExtensions&quot; class=&quot;external-link&quot;&gt;https://github.com/beberlei/DoctrineExtensions&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/whiteoctober/Pagerfanta&quot; class=&quot;external-link&quot;&gt;https://github.com/whiteoctober/Pagerfanta&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;We should merge the currently best one of this into the code soon, as the cost of maintaining them is very high and their code is pretty stable by now.&lt;/p&gt;</description>
                <environment></environment>
            <key id="13377">DDC-1613</key>
            <summary>Add Pagination Tools</summary>
                <type id="2" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/newfeature.png">New Feature</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>Sun, 22 Jan 2012 10:19:46 +0000</created>
                <updated>Sun, 22 Jan 2012 17:34:18 +0000</updated>
                    <resolved>Sun, 22 Jan 2012 12:37:58 +0000</resolved>
                                            <fixVersion>2.2.0-RC1</fixVersion>
                <fixVersion>2.2</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17326" author="beberlei" created="Sun, 22 Jan 2012 12:37:58 +0000"  >&lt;p&gt;Implemented, using the KNP Code, the PAgerfanta tests and putting a set of functional tests on top.&lt;/p&gt;

&lt;p&gt;Merged back into 2.2 aswell as the code can be considered stable and does not affect any other area of the code.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DDC-1612] Cannot call entityManager-&gt;flush($entity) with new entity</title>
                <link>http://www.doctrine-project.org/jira/browse/DDC-1612</link>
                <project id="10032" key="DDC">Doctrine 2 - ORM</project>
                        <description>&lt;p&gt;Following works:&lt;br/&gt;
$entity = $em-&amp;gt;find(&apos;Entity&apos;, 1);&lt;br/&gt;
$entity-&amp;gt;setName(&apos;newName&apos;);&lt;br/&gt;
$em-&amp;gt;persist($entity);&lt;br/&gt;
$em-&amp;gt;flush($entity);&lt;/p&gt;

&lt;p&gt;Following does NOT work:&lt;br/&gt;
$entity = new Entity();&lt;br/&gt;
$entity-&amp;gt;setName(&apos;newName&apos;);&lt;br/&gt;
$em-&amp;gt;persist($entity);&lt;br/&gt;
$em-&amp;gt;flush($entity);&lt;/p&gt;</description>
                <environment></environment>
            <key id="13374">DDC-1612</key>
            <summary>Cannot call entityManager-&gt;flush($entity) with new entity</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="prolic">Sascha-Oliver Prolic</reporter>
                        <labels>
                    </labels>
                <created>Thu, 19 Jan 2012 09:40:20 +0000</created>
                <updated>Sun, 22 Jan 2012 17:34:38 +0000</updated>
                    <resolved>Sat, 21 Jan 2012 12:59:48 +0000</resolved>
                            <version>2.2-BETA1</version>
                <version>2.2-BETA2</version>
                <version>Git Master</version>
                                <fixVersion>2.2.0-RC1</fixVersion>
                <fixVersion>2.2</fixVersion>
                                <component>ORM</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="17313" author="beberlei" created="Sat, 21 Jan 2012 12:59:47 +0000"  >&lt;p&gt;Fixed&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DDC-1609] Weird testerror on PostgreSQL</title>
                <link>http://www.doctrine-project.org/jira/browse/DDC-1609</link>
                <project id="10032" key="DDC">Doctrine 2 - ORM</project>
                        <description>&lt;p&gt;&lt;a href=&quot;https://github.com/doctrine/doctrine2/commit/3bb803fd697d92d661f5b8cea473f75f46c34857&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/doctrine2/commit/3bb803fd697d92d661f5b8cea473f75f46c34857&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Git Bisect found this commit to lead to the following error:&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;$ phpunit -c postgresql.phpunit.xml --filter DDC-742
PHPUnit 3.6.5 by Sebastian Bergmann.

Configuration read from /home/benny/code/php/wsnetbeans/doctrine2/postgresql.phpunit.xml

E

Time: 12 seconds, Memory: 36.00Mb

There was 1 error:

1) Doctrine\Tests\ORM\Functional\Ticket\DDC742Test::testIssue
Exception: [PHPUnit_Framework_Error_Notice] Undefined index: 0000000016f5d67f000000001fa7794e

With queries:
11. SQL: &apos;INSERT INTO comments (content) VALUES (?)&apos; Params: &apos;baz&apos;
10. SQL: &apos;INSERT INTO comments (content) VALUES (?)&apos; Params: &apos;bar&apos;
9. SQL: &apos;INSERT INTO comments (content) VALUES (?)&apos; Params: &apos;foo&apos;
8. SQL: &apos;ALTER TABLE user_comments ADD CONSTRAINT FK_BF13722AF8697D13 FOREIGN KEY (comment_id) REFERENCES comments (id) NOT DEFERRABLE INITIALLY IMMEDIATE&apos; Params: 
7. SQL: &apos;ALTER TABLE user_comments ADD CONSTRAINT FK_BF13722AA76ED395 FOREIGN KEY (user_id) REFERENCES users (id) NOT DEFERRABLE INITIALLY IMMEDIATE&apos; Params: 
6. SQL: &apos;CREATE TABLE comments (id SERIAL NOT NULL, content VARCHAR(100) NOT NULL, PRIMARY KEY(id))&apos; Params: 
5. SQL: &apos;CREATE INDEX IDX_BF13722AF8697D13 ON user_comments (comment_id)&apos; Params: 
4. SQL: &apos;CREATE INDEX IDX_BF13722AA76ED395 ON user_comments (user_id)&apos; Params: 
3. SQL: &apos;CREATE TABLE user_comments (user_id INT NOT NULL, comment_id INT NOT NULL, PRIMARY KEY(user_id, comment_id))&apos; Params: 
2. SQL: &apos;CREATE TABLE users (id SERIAL NOT NULL, title VARCHAR(100) NOT NULL, PRIMARY KEY(id))&apos; Params: 

Trace:
/home/benny/code/php/wsnetbeans/doctrine2/lib/Doctrine/ORM/UnitOfWork.php:2171
/home/benny/code/php/wsnetbeans/doctrine2/lib/Doctrine/ORM/Persisters/ManyToManyPersister.php:113
/home/benny/code/php/wsnetbeans/doctrine2/lib/Doctrine/ORM/Persisters/ManyToManyPersister.php:95
/home/benny/code/php/wsnetbeans/doctrine2/lib/Doctrine/ORM/Persisters/AbstractCollectionPersister.php:130
/home/benny/code/php/wsnetbeans/doctrine2/lib/Doctrine/ORM/Persisters/AbstractCollectionPersister.php:108
/home/benny/code/php/wsnetbeans/doctrine2/lib/Doctrine/ORM/UnitOfWork.php:310
/home/benny/code/php/wsnetbeans/doctrine2/lib/Doctrine/ORM/EntityManager.php:334
/home/benny/code/php/wsnetbeans/doctrine2/tests/Doctrine/Tests/ORM/Functional/Ticket/DDC742Test.php:63


/home/benny/code/php/wsnetbeans/doctrine2/tests/Doctrine/Tests/OrmFunctionalTestCase.php:359
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
            <key id="13370">DDC-1609</key>
            <summary>Weird testerror 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="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, 18 Jan 2012 19:57:25 +0000</created>
                <updated>Sun, 22 Jan 2012 17:34:46 +0000</updated>
                    <resolved>Wed, 18 Jan 2012 20:53:51 +0000</resolved>
                            <version>2.2-BETA1</version>
                <version>2.2-BETA2</version>
                                <fixVersion>2.2.0-RC1</fixVersion>
                <fixVersion>2.2</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17303" author="beberlei" created="Wed, 18 Jan 2012 20:08:48 +0000"  >&lt;p&gt;This error depends on the caching layer. Without APC/Memcache this test works for me, not with cache. But it only happens on PGSQL not on MySQL or SQLITE&lt;/p&gt;</comment>
                    <comment id="17304" author="beberlei" created="Wed, 18 Jan 2012 20:17:52 +0000"  >&lt;p&gt;It specifically depends on the Memcache driver, test works with APC&lt;/p&gt;</comment>
                    <comment id="17305" author="beberlei" created="Wed, 18 Jan 2012 20:53:51 +0000"  >&lt;p&gt;Fixed&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DDC-1606] Added fix for collection-&gt;contains with many-to-many extra lazy fetchMode</title>
                <link>http://www.doctrine-project.org/jira/browse/DDC-1606</link>
                <project id="10032" key="DDC">Doctrine 2 - ORM</project>
                        <description>&lt;p&gt;That case previously triggered a PHP error along the lines of:&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;Notice: Undefined index: 0000000062a3a7690000000033c91b26 in doctrine/lib/Doctrine/ORM/UnitOfWork.php line 2202
#0 doctrine/lib/Doctrine/ORM/Persisters/ManyToManyPersister.php(267): Doctrine\ORM\UnitOfWork-&amp;gt;getEntityIdentifier(&lt;span class=&quot;code-object&quot;&gt;Object&lt;/span&gt;(Item))
#1 doctrine/lib/Doctrine/ORM/PersistentCollection.php(411): Doctrine\ORM\Persisters\ManyToManyPersister-&amp;gt;contains(&lt;span class=&quot;code-object&quot;&gt;Object&lt;/span&gt;(Doctrine\ORM\PersistentCollection), &lt;span class=&quot;code-object&quot;&gt;Object&lt;/span&gt;(Item))
#2 Test.php(71): Doctrine\ORM\PersistentCollection-&amp;gt;contains(&lt;span class=&quot;code-object&quot;&gt;Object&lt;/span&gt;(Item))
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Associated PR: &lt;a href=&quot;https://github.com/doctrine/doctrine2/pull/259&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/doctrine2/pull/259&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="13367">DDC-1606</key>
            <summary>Added fix for collection-&gt;contains with many-to-many extra lazy fetchMode</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="guilhermeblanco">Guilherme Blanco</assignee>
                                <reporter username="guilhermeblanco">Guilherme Blanco</reporter>
                        <labels>
                    </labels>
                <created>Tue, 17 Jan 2012 03:50:37 +0000</created>
                <updated>Sun, 22 Jan 2012 17:35:27 +0000</updated>
                    <resolved>Tue, 17 Jan 2012 03:51:36 +0000</resolved>
                                            <fixVersion>2.2.0-RC1</fixVersion>
                <fixVersion>2.2</fixVersion>
                <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17294" author="guilhermeblanco" created="Tue, 17 Jan 2012 03:51:36 +0000"  >&lt;p&gt;Merged in &lt;a href=&quot;https://github.com/doctrine/doctrine2/commit/c1012f79706491e9dbf6c8741225b62833c6d2ce&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/doctrine2/commit/c1012f79706491e9dbf6c8741225b62833c6d2ce&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DDC-1604] Implement Common Proxy</title>
                <link>http://www.doctrine-project.org/jira/browse/DDC-1604</link>
                <project id="10032" key="DDC">Doctrine 2 - ORM</project>
                        <description></description>
                <environment></environment>
            <key id="13365">DDC-1604</key>
            <summary>Implement Common Proxy</summary>
                <type id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/improvement.png">Improvement</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, 16 Jan 2012 09:55:44 +0000</created>
                <updated>Sun, 22 Jan 2012 17:35:03 +0000</updated>
                    <resolved>Mon, 16 Jan 2012 12:14:51 +0000</resolved>
                            <version>2.2-BETA1</version>
                <version>2.2-BETA2</version>
                                <fixVersion>2.2.0-RC1</fixVersion>
                <fixVersion>2.2</fixVersion>
                                <component>ORM</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17285" author="beberlei" created="Mon, 16 Jan 2012 12:14:51 +0000"  >&lt;p&gt;done&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DDC-1603] Unique key name isn&apos;t correctly set</title>
                <link>http://www.doctrine-project.org/jira/browse/DDC-1603</link>
                <project id="10032" key="DDC">Doctrine 2 - ORM</project>
                        <description>&lt;p&gt;Example :&lt;/p&gt;

&lt;p&gt;&amp;lt;unique-constraints&amp;gt;&lt;br/&gt;
        &amp;lt;unique-constraint columns=&quot;permalink&quot; /&amp;gt;&lt;br/&gt;
        &amp;lt;unique-constraint columns=&quot;code&quot; /&amp;gt;&lt;br/&gt;
&amp;lt;/unique-constraints&amp;gt;&lt;/p&gt;

&lt;p&gt;This will create : &lt;br/&gt;
CREATE UNIQUE INDEX UNIQ_6C3BF144F286BC32 ON shows (permalink);&lt;br/&gt;
CREATE UNIQUE INDEX 1 ON shows (code);&lt;/p&gt;

&lt;p&gt;instead of :&lt;br/&gt;
CREATE UNIQUE INDEX UNIQ_6C3BF144F286BC32 ON shows (permalink);&lt;br/&gt;
CREATE UNIQUE INDEX UNIQ_6C3BF14477153098 ON shows (code);&lt;/p&gt;

&lt;p&gt;The problem comme from SchemaTool, and the first key is a valid result because of &quot;==&quot; instead of &quot;===&quot; inside Table.php.&lt;/p&gt;

&lt;p&gt;I have create a PR on Github.&lt;/p&gt;</description>
                <environment></environment>
            <key id="13364">DDC-1603</key>
            <summary>Unique key name isn&apos;t correctly set</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="guilhermeblanco">Guilherme Blanco</assignee>
                                <reporter username="armetiz">Thomas Tourlourat - Armetiz</reporter>
                        <labels>
                    </labels>
                <created>Mon, 16 Jan 2012 09:21:49 +0000</created>
                <updated>Sun, 22 Jan 2012 17:34:28 +0000</updated>
                    <resolved>Tue, 17 Jan 2012 03:44:57 +0000</resolved>
                            <version>2.2-BETA2</version>
                                <fixVersion>2.1.6</fixVersion>
                <fixVersion>2.2.0-RC1</fixVersion>
                <fixVersion>2.2</fixVersion>
                <fixVersion>2.3</fixVersion>
                                <component>Tools</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17282" author="armetiz" created="Mon, 16 Jan 2012 09:25:50 +0000"  >&lt;p&gt;Here the PR for the ORM SchemaTool : &lt;a href=&quot;https://github.com/doctrine/doctrine2/pull/261&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/doctrine2/pull/261&lt;/a&gt;&lt;br/&gt;
Here the PR for the DBAL Table : &lt;a href=&quot;https://github.com/doctrine/dbal/pull/94&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/94&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="17293" author="guilhermeblanco" created="Tue, 17 Jan 2012 03:44:57 +0000"  >&lt;p&gt;Merged &lt;a href=&quot;https://github.com/doctrine/doctrine2/commit/2bb511584e5d37ddad6c669a19d8e6b4a20f7b2b&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/doctrine2/commit/2bb511584e5d37ddad6c669a19d8e6b4a20f7b2b&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="17322" author="beberlei" created="Sat, 21 Jan 2012 14:34:56 +0000"  >&lt;p&gt;DBAL merged back into 2.2 and 2.1.x&lt;/p&gt;</comment>
                    <comment id="17323" author="beberlei" created="Sat, 21 Jan 2012 14:38:02 +0000"  >&lt;p&gt;and Merged into 2.2 and 2.1.x ORM&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>