<!--
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Thu May 23 04:34:11 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+DBAL+AND+fixVersion+%3D+%222.3%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://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+DBAL+AND+fixVersion+%3D+%222.3%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="52" total="52"/>
                <build-info>
            <version>5.2.7</version>
            <build-number>850</build-number>
            <build-date>21-02-2013</build-date>
        </build-info>
<item>
            <title>[DBAL-479] Doctrine2 schema-tool:update doesn&apos;t re-create foreign keys on entity change</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-479</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;I have changed a @ManyToOne relation to another entity. My workflow was this:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Having @ManyToOne(targetEntity=&quot;Entity\EntityA&quot;) in the source&lt;/li&gt;
	&lt;li&gt;Creating the database schema&lt;/li&gt;
	&lt;li&gt;Changing @ManyToOne(targetEntity=&quot;Entity\EntityA&quot;) to @ManyToOne(targetEntity=&quot;Entity\EntityB&quot;)&lt;/li&gt;
	&lt;li&gt;Calling doctrine orm:schema-tool:update&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;orm:schema-tool:update doesn&apos;t notice that and doesn&apos;t re-create the FK on MySQL and PostgreSQL (haven&apos;t tested others).&lt;/p&gt;</description>
                <environment></environment>
            <key id="13340">DBAL-479</key>
            <summary>Doctrine2 schema-tool:update doesn&apos;t re-create foreign keys on entity change</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="felicitus">Timo A. Hummel</reporter>
                        <labels>
                    </labels>
                <created>Sat, 7 Jan 2012 17:14:44 +0000</created>
                <updated>Mon, 1 Apr 2013 16:47:29 +0000</updated>
                    <resolved>Mon, 1 Apr 2013 16:47:28 +0000</resolved>
                            <version>2.1.5</version>
                                <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="17185" author="beberlei" created="Mon, 9 Jan 2012 08:14:01 +0000"  >&lt;p&gt;Does this use the same variable or does the many to one variable name change?&lt;/p&gt;</comment>
                    <comment id="17196" author="felicitus" created="Mon, 9 Jan 2012 13:07:09 +0000"  >&lt;p&gt;Yes, same variable name. For the real-world change, see:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/partkeepr/PartKeepr/commit/1cf520f6433dd4d14785a7791a6efe6ab67cc47c&quot; class=&quot;external-link&quot;&gt;https://github.com/partkeepr/PartKeepr/commit/1cf520f6433dd4d14785a7791a6efe6ab67cc47c&lt;/a&gt;&lt;/p&gt;
</comment>
                    <comment id="17994" author="felicitus" created="Sun, 27 May 2012 09:44:02 +0000"  >&lt;p&gt;Any news of this issue?&lt;/p&gt;

&lt;p&gt;This is actually &lt;em&gt;not&lt;/em&gt; a duplicate of &lt;a href=&quot;http://www.doctrine-project.org/jira/browse/DDC-1585&quot; title=&quot;Doctrine2 doesn&amp;#39;t check for the correct entity type on @ManyToOne relations&quot;&gt;&lt;del&gt;DDC-1585&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                    <comment id="18001" author="felicitus" created="Sun, 27 May 2012 11:45:53 +0000"  >&lt;p&gt;13:32:46 &amp;lt;  beberlei&amp;gt; it is a DBAL issue, so you should start replicating it there&lt;br/&gt;
13:33:10 &amp;lt;  beberlei&amp;gt; i mean, have a look at how the DBAL SchemaDiff looks like in that case, and why it creates the sql wrong&lt;br/&gt;
13:33:19 &amp;lt;  beberlei&amp;gt; probably the comperator misses something&lt;/p&gt;</comment>
                    <comment id="18025" author="felicitus" created="Tue, 29 May 2012 03:02:06 +0000"  >&lt;p&gt;I finally found the spot where the check is missing:&lt;/p&gt;

&lt;p&gt;Comparator::diffForeignKey misses to compare the foreign table name, which can be added as this:&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;&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; ($key1-&amp;gt;getForeignTableName() != $key2-&amp;gt;getForeignTableName()) {
       &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;;
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    <comment id="18845" author="jsmitty" created="Wed, 17 Oct 2012 18:30:30 +0000"  >&lt;p&gt;I&apos;ve looked through the bugs in the DBAL project that reference the Comparator and I can&apos;t find one for this issue.&lt;/p&gt;

&lt;p&gt;Has one been created for it that I have missed?&lt;/p&gt;


&lt;p&gt;Also, I tried adding the suggested code into my project and schema-tool:update generated SQL to drop and recreate every foreign key relationship. I applied those changes and ran schema-tool:update again, expecting to get the normal &quot;nothing to update&quot; message. What I got was SQL to drop and recreate every foreign key relationship. Again.&lt;/p&gt;

&lt;p&gt;Tracing the code revealed that (in one case) $key1-&amp;gt;getForeignTableName() was returning &apos;user&apos; and $key2-&amp;gt;getForeignTableName() was returning &apos;User&apos;. All of the foreign key comparisons followed the same pattern. I applied strtolower() to each of them before the comparison and now things seem to behave as I expect, but I don&apos;t know how portable my solution is.&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;if (strtolower($key1-&amp;gt;getForeignTableName()) != strtolower($key2-&amp;gt;getForeignTableName())) {
    return true;
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I think applying strtolower() like this is OK since something similar is done when comparing local columns and foreign columns earlier in  Comparator::diffForeignKey().&lt;/p&gt;</comment>
                    <comment id="19919" author="beberlei" created="Mon, 1 Apr 2013 16:47:29 +0000"  >&lt;p&gt;This was fixed in &lt;a href=&quot;https://github.com/doctrine/dbal/commit/d7908fee&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/commit/d7908fee&lt;/a&gt; and is part of Doctrine 2.3&lt;/p&gt;</comment>
                </comments>
                <issuelinks>
                        <issuelinktype id="10000">
                <name>Duplicate</name>
                                                <inwardlinks description="is duplicated by">
                            <issuelink>
            <issuekey id="13339">DDC-1585</issuekey>
        </issuelink>
                    </inwardlinks>
                            </issuelinktype>
                    </issuelinks>
                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-220] Some platforms require specific index handling</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-220</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;ul&gt;
	&lt;li&gt;SQL Server/Azure for example requires strict differentiation between CLUSTERED/NON-CLUSTERED indexes.&lt;/li&gt;
	&lt;li&gt;MySQL can create full text indexes&lt;/li&gt;
	&lt;li&gt;etcetc.&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
            <key id="13439">DBAL-220</key>
            <summary>Some platforms require specific index handling</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>Mon, 13 Feb 2012 08:59:38 +0000</created>
                <updated>Tue, 29 Jan 2013 03:06:08 +0000</updated>
                    <resolved>Mon, 13 Feb 2012 10:33:17 +0000</resolved>
                            <version>2.2</version>
                                <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="17413" author="beberlei" created="Mon, 13 Feb 2012 10:33:16 +0000"  >&lt;p&gt;Implemented.&lt;/p&gt;</comment>
                    <comment id="17414" author="beberlei" created="Mon, 13 Feb 2012 10:36:08 +0000"  >&lt;p&gt;SQL Server can now create clustered or non-clustered indexes like:&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;$table-&amp;gt;setPrimaryKey(array(&lt;span class=&quot;code-quote&quot;&gt;&quot;id&quot;&lt;/span&gt;));
$table-&amp;gt;getIndex(&apos;primary&apos;)-&amp;gt;addFlag(&apos;nonclustered&apos;);
$table-&amp;gt;addIndex(array(&lt;span class=&quot;code-quote&quot;&gt;&quot;column1&quot;&lt;/span&gt;), &lt;span class=&quot;code-quote&quot;&gt;&quot;name&quot;&lt;/span&gt;);
$table-&amp;gt;getIndex(&lt;span class=&quot;code-quote&quot;&gt;&quot;name&quot;&lt;/span&gt;)-&amp;gt;addFlag(&lt;span class=&quot;code-quote&quot;&gt;&quot;clustered&quot;&lt;/span&gt;);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    <comment id="19433" author="deeky666" created="Tue, 29 Jan 2013 03:06:08 +0000"  >&lt;p&gt;Is there any way to define the flags via class metadata? Shouldn&apos;t there be the possibility to pass the flags to a class metadata index/id definition?&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-161] Character Set of Database not UTF-8</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-161</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;Hi Guys, &lt;/p&gt;

&lt;p&gt;I was working with symfony command line and created the database with the app/console doctrine:create:database &lt;/p&gt;

&lt;p&gt;Though the characterset I specified was UTF-8 , it created Latin character set . &lt;/p&gt;

&lt;p&gt;@elliot was right too, the create database is not using any character set &lt;a href=&quot;https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php#L328&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php#L328&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;You can see the issue created at &lt;a href=&quot;https://github.com/symfony/symfony/issues/2044&quot; class=&quot;external-link&quot;&gt;https://github.com/symfony/symfony/issues/2044&lt;/a&gt; and later Fabien confirmed the bug is related to Doctrine .&lt;/p&gt;

&lt;p&gt;I am not sure its a Bug or a feature I am asking .&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;</description>
                <environment>Ubuntu</environment>
            <key id="13002">DBAL-161</key>
            <summary>Character Set of Database not UTF-8</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>
                                <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="harikt">Hari K T</reporter>
                        <labels>
                    </labels>
                <created>Wed, 7 Sep 2011 17:08:27 +0000</created>
                <updated>Tue, 20 Nov 2012 06:33:33 +0000</updated>
                    <resolved>Sat, 5 May 2012 11:49:06 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="17929" author="beberlei" created="Sat, 5 May 2012 11:49:06 +0000"  >&lt;p&gt;Yes these are not connected, however we changed the default collation to UTF-8 for DBAL 2.3&lt;/p&gt;</comment>
                    <comment id="19009" author="ivan1986" created="Tue, 20 Nov 2012 06:31:39 +0000"  >&lt;p&gt;not fixed or broken now&lt;br/&gt;
doctrine:create:database still create database whis latin1 charset&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/doctrine/DoctrineBundle/issues/49&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/DoctrineBundle/issues/49&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-342] [GH-198] Change default MySQL table collation to utf8_unicode_ci</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-342</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 VladanStef:&lt;/p&gt;

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

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

&lt;p&gt;I think default table collation should be changed to `utf8_unicode_ci`, as it handles properly a much wider array of characters (Cyrillic, for example) at a generally negligible cost of performance.&lt;/p&gt;

&lt;p&gt;`utf8_general_ci` simply does not work properly with too many languages and should be avoided as a default.&lt;/p&gt;</description>
                <environment></environment>
            <key id="14038">DBAL-342</key>
            <summary>[GH-198] Change default MySQL table collation to utf8_unicode_ci</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>Fri, 14 Sep 2012 03:24:15 +0000</created>
                <updated>Mon, 12 Nov 2012 17:00:13 +0000</updated>
                    <resolved>Mon, 17 Sep 2012 09:47:55 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>2</watches>
                        <comments>
                    <comment id="18656" author="beberlei" created="Mon, 17 Sep 2012 09:42:14 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-198&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/198&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/198&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="18657" author="beberlei" created="Mon, 17 Sep 2012 09:47:55 +0000"  >&lt;p&gt;Merged into 2.3&lt;/p&gt;</comment>
                    <comment id="18973" author="williamk" created="Mon, 12 Nov 2012 17:00:12 +0000"  >&lt;p&gt;What about leaving default collate empty? So it will inherit database default collation / charset. I&apos;ve just created a ticket suggesting that #&lt;a href=&quot;http://www.doctrine-project.org/jira/browse/DDC-2139&quot; title=&quot;Table collate/charset doesn&amp;#39;t inherits from database&quot;&gt;&lt;del&gt;DDC-2139&lt;/del&gt;&lt;/a&gt; . Because we&apos;re experiencing trouble using Symfony2 commands to create database, than create schema/tables/fields, always use &quot;utf8_unicode_ci&quot; instead of our database default collate.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-335] Is MasterSlaveConnection implemented correctly - seems to overwrite master connection on transaction methods?</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-335</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;Forgive me to doubt, but I think there may be a bug in MasterSlaveConnection.&lt;/p&gt;

&lt;p&gt;It&apos;s easier to understand what I&apos;m saying by debugging and tracing the flow, but I&apos;ll illustrate it with gists.&lt;/p&gt;

&lt;p&gt;First, here is a simple service method to create a user. It opens up a transaction, persists the user, commits and returns. On error, if there is an active transaction, rollback. Here is the gist:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://gist.github.com/3547674&quot; class=&quot;external-link&quot;&gt;https://gist.github.com/3547674&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The &quot;$conn-&amp;gt;beginTransaction();&quot; line is where we trace through (the remainder of the service method is now irrelevant). Looking into MasterSlaveConnection.php, we see the method tries to connect to the master connection (call this point ###):&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://gist.github.com/3547720&quot; class=&quot;external-link&quot;&gt;https://gist.github.com/3547720&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now looking in the next gist, we see what happens when &quot;$this-&amp;gt;connect(&apos;master&apos;);&quot; is called. At this point it&apos;s not that interesting, the internal &quot;$this-&amp;gt;_conn&quot; property is set to &quot;master&quot;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://gist.github.com/3547750&quot; class=&quot;external-link&quot;&gt;https://gist.github.com/3547750&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now here lies the bug I believe. &quot;parent::beginTransaction();&quot; is called. When looking into this method, we see that another call is made to connect but this time without &quot;master&quot; as the argument (i.e. connect to slave). This call to connect is made before incrementing the transaction nesting level.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://gist.github.com/3547808&quot; class=&quot;external-link&quot;&gt;https://gist.github.com/3547808&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now, I won&apos;t do another gist for &quot;MasterSlaveConnection::connect&quot;, but if you refer to the file at line 13 &lt;a href=&quot;https://gist.github.com/3547750#file_master_slave_connection.php&quot; class=&quot;external-link&quot;&gt;https://gist.github.com/3547750#file_master_slave_connection.php&lt;/a&gt;, you will see that it checks the transaction nesting level and if it is there, forces master. However, we don&apos;t increment the level until after the method returns, so the slave is used. Ultimately, this results in the internal &quot;$this-&amp;gt;_conn&quot; property set to the &quot;slave&quot; connection which violates our original action at ### above where we said we want to connect to &quot;master&quot;.&lt;/p&gt;

&lt;p&gt;Am I missing something here? Here is a gist the is a basic attempt at fixing this one method. It simply copies the code from the parent method except does not connect twice. I believe the same would have to occur for all the other methods unless it can be fixed once at the &quot;MasterSlaveConnection::connect&quot; level.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://gist.github.com/3547880&quot; class=&quot;external-link&quot;&gt;https://gist.github.com/3547880&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I&apos;ve just fleshed out &quot;beginTransaction&quot;, &quot;commit&quot; and &quot;rollBack&quot; in &quot;MasterSlaveConnection&quot; by basically copying and pasting the code from the parent class and for my failing use case, this fixes the issue. However, it did require updating &quot;Connection&quot; slightly so that I had access to some private variables.&lt;/p&gt;</description>
                <environment></environment>
            <key id="13999">DBAL-335</key>
            <summary>Is MasterSlaveConnection implemented correctly - seems to overwrite master connection on transaction methods?</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>
                                <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="jonathaningram">Jonathan Ingram</reporter>
                        <labels>
                    </labels>
                <created>Fri, 31 Aug 2012 05:51:59 +0000</created>
                <updated>Sat, 22 Sep 2012 23:46:31 +0000</updated>
                    <resolved>Mon, 17 Sep 2012 11:32:04 +0000</resolved>
                            <version>2.3</version>
                                <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>4</watches>
                        <comments>
                    <comment id="18591" author="lstrojny" created="Fri, 31 Aug 2012 10:01:42 +0000"  >&lt;p&gt;This looks indeed like a bug. From a first glimpse the fix would be to use master, if master is already connected.&lt;/p&gt;</comment>
                    <comment id="18603" author="beberlei" created="Wed, 5 Sep 2012 17:11:27 +0000"  >&lt;p&gt;This only happens when &quot;keepSlave&quot; = true, because then the master is not written into the slave property aswell:&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;
   } &lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt; {
     $&lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt;-&amp;gt;connections[&apos;slave&apos;] = $&lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt;-&amp;gt;_conn = $&lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt;-&amp;gt;connectTo($connectionName);
   } 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Are you using keepSlave = true?&lt;/p&gt;</comment>
                    <comment id="18610" author="jonathaningram" created="Wed, 5 Sep 2012 21:50:23 +0000"  >&lt;p&gt;Yes I am. Does that render this moot or still a bug?&lt;/p&gt;</comment>
                    <comment id="18611" author="beberlei" created="Thu, 6 Sep 2012 05:38:15 +0000"  >&lt;p&gt;Its still a bug, but it helps to know why this happens.&lt;/p&gt;</comment>
                    <comment id="18662" author="beberlei" created="Mon, 17 Sep 2012 11:32:23 +0000"  >&lt;p&gt;Fixed in master and 2.3, can you test it?&lt;/p&gt;</comment>
                    <comment id="18681" author="jonathaningram" created="Wed, 19 Sep 2012 04:35:44 +0000"  >&lt;p&gt;Thanks for doing this. I will test it shortly.&lt;/p&gt;</comment>
                    <comment id="18699" author="antrophy" created="Sat, 22 Sep 2012 23:46:31 +0000"  >&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;not sure if you managed to test this but now test on mysql database fails with results below.&lt;br/&gt;
Probably some typo.&lt;/p&gt;


&lt;p&gt;There was 1 error:&lt;/p&gt;

&lt;p&gt;1) Doctrine\Tests\DBAL\Functional\MasterSlaveConnectionTest::testKeepSlaveBeginTransactionStaysOnMaster&lt;br/&gt;
Exception: &lt;span class=&quot;error&quot;&gt;&amp;#91;Doctrine\DBAL\DBALException&amp;#93;&lt;/span&gt; An exception occurred while executing &apos;INSERT INTO master_slave_table (test_int) VALUES &lt;img class=&quot;emoticon&quot; src=&quot;http://www.doctrine-project.org/jira/images/icons/emoticons/help_16.gif&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&apos; with params &lt;/p&gt;
{&quot;1&quot;:30}
&lt;p&gt;:&lt;/p&gt;

&lt;p&gt;SQLSTATE&lt;span class=&quot;error&quot;&gt;&amp;#91;23000&amp;#93;&lt;/span&gt;: Integrity constraint violation: 1062 Duplicate entry &apos;30&apos; for key &apos;PRIMARY&apos;&lt;/p&gt;

&lt;p&gt;With queries:&lt;br/&gt;
2. SQL: &apos;CREATE TABLE master_slave_table (test_int INT NOT NULL, PRIMARY KEY(test_int)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB&apos; Params: &lt;/p&gt;

&lt;p&gt;Trace:&lt;br/&gt;
/home/ivan/git/dbal2/dbal/lib/Doctrine/DBAL/Connection.php:793&lt;br/&gt;
/home/ivan/git/dbal2/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php:231&lt;br/&gt;
/home/ivan/git/dbal2/dbal/lib/Doctrine/DBAL/Connection.php:539&lt;br/&gt;
/home/ivan/git/dbal2/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php:285&lt;br/&gt;
/home/ivan/git/dbal2/dbal/tests/Doctrine/Tests/DBAL/Functional/MasterSlaveConnectionTest.php:92&lt;/p&gt;


&lt;p&gt;/home/ivan/git/dbal2/dbal/tests/Doctrine/Tests/DbalFunctionalTestCase.php:73&lt;br/&gt;
/home/ivan/git/dbal2/dbal/lib/Doctrine/DBAL/Connection.php:793&lt;br/&gt;
/home/ivan/git/dbal2/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php:231&lt;br/&gt;
/home/ivan/git/dbal2/dbal/lib/Doctrine/DBAL/Connection.php:539&lt;br/&gt;
/home/ivan/git/dbal2/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php:285&lt;br/&gt;
/home/ivan/git/dbal2/dbal/tests/Doctrine/Tests/DBAL/Functional/MasterSlaveConnectionTest.php:92&lt;/p&gt;

&lt;p&gt;Caused by&lt;br/&gt;
Doctrine\DBAL\DBALException: An exception occurred while executing &apos;INSERT INTO master_slave_table (test_int) VALUES &lt;img class=&quot;emoticon&quot; src=&quot;http://www.doctrine-project.org/jira/images/icons/emoticons/help_16.gif&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&apos; with params &lt;/p&gt;
{&quot;1&quot;:30}
&lt;p&gt;:&lt;/p&gt;

&lt;p&gt;SQLSTATE&lt;span class=&quot;error&quot;&gt;&amp;#91;23000&amp;#93;&lt;/span&gt;: Integrity constraint violation: 1062 Duplicate entry &apos;30&apos; for key &apos;PRIMARY&apos;&lt;/p&gt;

&lt;p&gt;/home/ivan/git/dbal2/dbal/lib/Doctrine/DBAL/DBALException.php:47&lt;br/&gt;
/home/ivan/git/dbal2/dbal/lib/Doctrine/DBAL/Connection.php:786&lt;br/&gt;
/home/ivan/git/dbal2/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php:231&lt;br/&gt;
/home/ivan/git/dbal2/dbal/lib/Doctrine/DBAL/Connection.php:539&lt;br/&gt;
/home/ivan/git/dbal2/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php:285&lt;br/&gt;
/home/ivan/git/dbal2/dbal/tests/Doctrine/Tests/DBAL/Functional/MasterSlaveConnectionTest.php:92&lt;/p&gt;

&lt;p&gt;Caused by&lt;br/&gt;
PDOException: SQLSTATE&lt;span class=&quot;error&quot;&gt;&amp;#91;23000&amp;#93;&lt;/span&gt;: Integrity constraint violation: 1062 Duplicate entry &apos;30&apos; for key &apos;PRIMARY&apos;&lt;/p&gt;

&lt;p&gt;/home/ivan/git/dbal2/dbal/lib/Doctrine/DBAL/Connection.php:786&lt;br/&gt;
/home/ivan/git/dbal2/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php:231&lt;br/&gt;
/home/ivan/git/dbal2/dbal/lib/Doctrine/DBAL/Connection.php:539&lt;br/&gt;
/home/ivan/git/dbal2/dbal/lib/Doctrine/DBAL/Connections/MasterSlaveConnection.php:285&lt;br/&gt;
/home/ivan/git/dbal2/dbal/tests/Doctrine/Tests/DBAL/Functional/MasterSlaveConnectionTest.php:92&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-191] GH-85: [WIP] Drizzle Support</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-191</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;Pull-Request was automatically synchronized: &lt;a href=&quot;https://github.com/doctrine/dbal/pull/85&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/85&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Drizzle platform support&lt;br/&gt;
Driver is using pdo_mysql&lt;/p&gt;

&lt;p&gt;All DBAL tests complete except PortabilityTest.&lt;/p&gt;</description>
                <environment></environment>
            <key id="13305">DBAL-191</key>
            <summary>GH-85: [WIP] Drizzle Support</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, 25 Dec 2011 02:17:16 +0000</created>
                <updated>Sat, 22 Sep 2012 14:35:03 +0000</updated>
                    <resolved>Sat, 22 Sep 2012 14:35:03 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>2</watches>
                        <comments>
                    <comment id="17117" author="beberlei" created="Wed, 28 Dec 2011 07:47:54 +0000"  >&lt;p&gt;Mark as new feature&lt;/p&gt;</comment>
                    <comment id="18688" author="kimhemsoe" created="Thu, 20 Sep 2012 14:28:03 +0000"  >&lt;p&gt;This one have been solved and is in release 2.3&lt;/p&gt;

&lt;p&gt;take a look at dbal-100 aswell, also about drizzle.&lt;/p&gt;</comment>
                    <comment id="18695" author="beberlei" created="Sat, 22 Sep 2012 14:35:03 +0000"  >&lt;p&gt;Was already fixed way ago&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-346] Generated schema fails on MySQL (BLOB/TEXT cant have DEFAULT value)</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-346</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;In my symfony 2.1 project i was including &lt;a href=&quot;https://github.com/schmittjoh/JMSPaymentCoreBundle&quot; class=&quot;external-link&quot;&gt;JMSPaymentCoreBundle&lt;/a&gt; and did the vanilla installation.&lt;/p&gt;

&lt;p&gt;After that i ran&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;
php app/console doctrine:schema:update --dump-sql
php app/console doctrine:schema:update --force
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;A lot of schema updates were done. I ran it again, and two schema updates were still showing up.&lt;br/&gt;
Running the command again, and they still show up.&lt;/p&gt;

&lt;p&gt;I then tried to run the two schema updates against my database and MySQL complains with 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;
Error: 1101 - BLOB/TEXT column &apos;extended_data&apos; can&apos;t have a &lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt; value
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;According to the &lt;a href=&quot;https://dev.mysql.com/doc/refman/5.5/en/blob.html&quot; class=&quot;external-link&quot;&gt;Documentation&lt;/a&gt; BLOB/TEXT indeed cannot have default values. I am not sure why Doctrine thinks it has to set this default value.&lt;/p&gt;

&lt;p&gt;The statements look like this:&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;
sascha@debian:/&lt;span class=&quot;code-keyword&quot;&gt;var&lt;/span&gt;/www/myproject/Symfony$ php app/console doctrine:schema:update --dump-sql
ALTER TABLE payment_instructions CHANGE extended_data extended_data LONGTEXT NOT NULL COMMENT &apos;(DC2Type:extended_payment_data)&apos;;
ALTER TABLE financial_transactions CHANGE extended_data extended_data LONGTEXT DEFAULT NULL COMMENT &apos;(DC2Type:extended_payment_data)&apos;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I already reported this problem in the JMSPaymentCoreBundle &lt;a href=&quot;https://github.com/schmittjoh/JMSPaymentCoreBundle/issues/57&quot; class=&quot;external-link&quot;&gt;Issue&lt;/a&gt; Queue where  i then was referred to over here.&lt;/p&gt;

&lt;p&gt;Also, i am not sure if Doctrine DBAL is the best match for this issue, so if it is wrong please move it to the right project issue queue.&lt;/p&gt;

&lt;p&gt;Thank you very much and best of Regards!&lt;br/&gt;
Sascha&lt;/p&gt;</description>
                <environment>Symfony 2.1.x (dev/master), Doctrine 2.2.3, MySQL 5.5.x</environment>
            <key id="14046">DBAL-346</key>
            <summary>Generated schema fails on MySQL (BLOB/TEXT cant have DEFAULT value)</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="thenetexperts">Sascha Ahmann</reporter>
                        <labels>
                        <label>Cli</label>
                        <label>schematool</label>
                    </labels>
                <created>Wed, 19 Sep 2012 10:10:10 +0000</created>
                <updated>Thu, 20 Sep 2012 17:29:30 +0000</updated>
                    <resolved>Thu, 20 Sep 2012 17:29:30 +0000</resolved>
                            <version>2.2.2</version>
                                <fixVersion>2.3</fixVersion>
                                <component>Schema Managers</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-341] [GH-197] Bugfix for DDC-2013</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-341</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 naitsirch:&lt;/p&gt;

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

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

&lt;p&gt;Bugfix DDC-2013 - Default Session Value &quot;.,&quot; for &quot;NLS_NUMERIC_CHARACTERS&quot;. This is needed because Oracle uses other characters for decimal separation depending on the servers locale.&lt;/p&gt;

&lt;p&gt;See &lt;a href=&quot;http://www.doctrine-project.org/jira/browse/DDC-2013&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/jira/browse/DDC-2013&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="14037">DBAL-341</key>
            <summary>[GH-197] Bugfix for DDC-2013</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>Thu, 13 Sep 2012 13:44:48 +0000</created>
                <updated>Mon, 17 Sep 2012 10:26:33 +0000</updated>
                    <resolved>Mon, 17 Sep 2012 10:26:33 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="18658" author="beberlei" created="Mon, 17 Sep 2012 10:16:09 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-197&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/197&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/197&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-345] When inserting decimals into Oracle, getting ORA-01722: invalid number</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-345</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;When I insert decimals into database I get the following error message:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;ORA-01722: invalid number&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Oracle wants decimals (e.g. NUMBER(5,2)) separated by comma instead of a dot. I think the reason is that I use the german version of Windows. I tried to modify the following method of \Doctrine\DBAL\Driver\OCI8\OCI8Statement::bindValue() just for testing of course:&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;
    &lt;span class=&quot;code-keyword&quot;&gt;public&lt;/span&gt; function bindValue($param, $value, $type = &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;)
    {
        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (is_float($value)) {
            $value = str_replace(&apos;.&apos;, &apos;,&apos;, (string) $value); &lt;span class=&quot;code-comment&quot;&gt;// &amp;lt;--
&lt;/span&gt;        }
        &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; $&lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt;-&amp;gt;bindParam($param, $value, $type);
    }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;With this modification I do not get the error anymore.&lt;br/&gt;
It would be great if a solution could be found. The strange thing is, if I query &quot;SELECT * from nls_database_parameters where PARAMETER=&apos;NLS_NUMERIC_CHARACTERS&apos;&quot; I get &quot;.,&quot; which means that a dot is already used as decimal separator. Maybe Oracle preferes the Locale of the OS?!&lt;br/&gt;
Maybe you could provide a setting which defines what separator should be used for decimals.&lt;/p&gt;

&lt;p&gt;I found some Links that might be interesting regarding this issue:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;http://docs.oracle.com/cd/E19455-01/806-0169/overview-9/index.html&quot; class=&quot;external-link&quot;&gt;http://docs.oracle.com/cd/E19455-01/806-0169/overview-9/index.html&lt;/a&gt; (Oracle Docs - Decimal and Thousands Separators)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://forums.oracle.com/forums/thread.jspa?threadID=35398&quot; class=&quot;external-link&quot;&gt;https://forums.oracle.com/forums/thread.jspa?threadID=35398&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://docs.oracle.com/cd/B28359_01/olap.111/b28126/dml_options072.htm&quot; class=&quot;external-link&quot;&gt;http://docs.oracle.com/cd/B28359_01/olap.111/b28126/dml_options072.htm&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://forums.oracle.com/forums/thread.jspa?threadID=899739&quot; class=&quot;external-link&quot;&gt;https://forums.oracle.com/forums/thread.jspa?threadID=899739&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;http://symfony-blog.driebit.nl/2010/09/doctrine-and-oracle-under-windows/&quot; class=&quot;external-link&quot;&gt;http://symfony-blog.driebit.nl/2010/09/doctrine-and-oracle-under-windows/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment>Windows 7 (German), Oracle XE 11.2.0, Doctrine 2.2.2, Symfony 2.0.15</environment>
            <key id="14013">DBAL-345</key>
            <summary>When inserting decimals into Oracle, getting ORA-01722: invalid number</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="naitsirch">Christian Stoller</reporter>
                        <labels>
                        <label>decimal</label>
                        <label>number</label>
                        <label>oracle</label>
                        <label>separator</label>
                    </labels>
                <created>Tue, 4 Sep 2012 10:06:27 +0000</created>
                <updated>Mon, 17 Sep 2012 10:23:27 +0000</updated>
                    <resolved>Mon, 17 Sep 2012 10:23:27 +0000</resolved>
                            <version>2.2.2</version>
                                <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>2</watches>
                        <comments>
                    <comment id="18595" author="naitsirch" created="Tue, 4 Sep 2012 11:45:35 +0000"  >&lt;p&gt;I found out that the database session has the parameter &apos;NLS_NUMERIC_CHARACTERS&apos;, too.&lt;br/&gt;
When I query it by the following SQL query:&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-sql&quot;&gt;&lt;span class=&quot;code-keyword&quot;&gt;SELECT&lt;/span&gt; parameter,value &lt;span class=&quot;code-keyword&quot;&gt;FROM&lt;/span&gt; v$nls_parameters &lt;span class=&quot;code-keyword&quot;&gt;WHERE&lt;/span&gt; parameter = &apos;NLS_NUMERIC_CHARACTERS&apos;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I get this result:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;,.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;With doctrine I can get the parameter with this (in Symfony2):&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;
$conn = $&lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt;-&amp;gt;getDoctrine()-&amp;gt;getEntityManager()-&amp;gt;getConnection(); /* @&lt;span class=&quot;code-keyword&quot;&gt;var&lt;/span&gt; $conn \Doctrine\DBAL\Connection */
$query = $conn-&amp;gt;executeQuery(&lt;span class=&quot;code-quote&quot;&gt;&quot;SELECT parameter,value FROM v\$nls_parameters WHERE parameter = &apos;NLS_NUMERIC_CHARACTERS&apos;&quot;&lt;/span&gt;); /* @&lt;span class=&quot;code-keyword&quot;&gt;var&lt;/span&gt; $query \Doctrine\DBAL\Driver\OCI8\OCI8Statement */
$result = $query-&amp;gt;fetchAll(\PDO::FETCH_ASSOC);
print_r($result);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;In this case I get this output:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Array&lt;br/&gt;
(&lt;br/&gt;
    &lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt; =&amp;gt; Array&lt;br/&gt;
        (&lt;br/&gt;
            &lt;span class=&quot;error&quot;&gt;&amp;#91;PARAMETER&amp;#93;&lt;/span&gt; =&amp;gt; NLS_NUMERIC_CHARACTERS&lt;br/&gt;
            &lt;span class=&quot;error&quot;&gt;&amp;#91;VALUE&amp;#93;&lt;/span&gt; =&amp;gt; ,.&lt;br/&gt;
        )&lt;/p&gt;

&lt;p&gt;)&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;And with&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-sql&quot;&gt;ALTER SESSION SET NLS_NUMERIC_CHARACTERS = &apos;. &apos;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;I can change the parameter.&lt;/p&gt;

&lt;p&gt;When I execute the above query before I do my insert with decimal values, everything works as expected &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;br/&gt;
But it would be nicer if I could do that with a configuration.&lt;/p&gt;</comment>
                    <comment id="18602" author="beberlei" created="Wed, 5 Sep 2012 16:56:55 +0000"  >&lt;p&gt;There is an Oci8SessionInitListener inside Doctrine DBAL. It does not yet contain the numeric character change. Can you open a pull request on Github DBAL to add this?&lt;/p&gt;</comment>
                    <comment id="18639" author="naitsirch" created="Thu, 13 Sep 2012 13:47:35 +0000"  >&lt;p&gt;Hi Benjamin.&lt;br/&gt;
I have opened a pull request on Githup: &lt;a href=&quot;https://github.com/doctrine/dbal/pull/197&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/197&lt;/a&gt;&lt;br/&gt;
I hope everything is correct, because this is my first Pull-Request &lt;img class=&quot;emoticon&quot; src=&quot;http://www.doctrine-project.org/jira/images/icons/emoticons/wink.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;</comment>
                    <comment id="18659" author="beberlei" created="Mon, 17 Sep 2012 10:16:09 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-197&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/197&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/197&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-334] [GH-194] Small test fixes for PostgreSQL</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-334</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 posulliv:&lt;/p&gt;

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

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

&lt;p&gt;When running the test suite against a clean PostgreSQL install on a 64-bit system I hit 2 issues:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;dropDatabase calls fail unless a database is manually created&lt;/li&gt;
	&lt;li&gt;TypeConversionTest::testIdempotentDataConversion fails expecting bigint type to be converted to a string. PostgreSQL seems to detect 32 vs 64 bit systems and casts correctly for bigint types.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This small patch allows the test suite to run successfully for me against clean MySQL &amp;amp; PostgreSQL installs.&lt;/p&gt;</description>
                <environment></environment>
            <key id="13998">DBAL-334</key>
            <summary>[GH-194] Small test fixes for 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, 29 Aug 2012 23:00:44 +0000</created>
                <updated>Wed, 5 Sep 2012 17:25:22 +0000</updated>
                    <resolved>Wed, 5 Sep 2012 17:25:22 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="18605" author="beberlei" created="Wed, 5 Sep 2012 17:23:24 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-194&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/194&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/194&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="18606" author="beberlei" created="Wed, 5 Sep 2012 17:25:22 +0000"  >&lt;p&gt;Fixed&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-339] setFetchMode arguments exception</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-339</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;i have this error in version 2.3.0-RC1&lt;/p&gt;

&lt;p&gt;in DBAL/STatement.php on aound line 191 you will find:&lt;/p&gt;

&lt;p&gt;public function setFetchMode($fetchMode, $arg2 = null, $arg3 = null)&lt;/p&gt;
{
        return $this-&amp;gt;stmt-&amp;gt;setFetchMode($fetchMode, $arg2, $arg3);
}

&lt;p&gt;the problem is that php throws me a Exception:&lt;br/&gt;
Fatal error: Uncaught exception &apos;PDOException&apos; with message &apos;SQLSTATE&lt;span class=&quot;error&quot;&gt;&amp;#91;HY000&amp;#93;&lt;/span&gt;: General error: fetch mode doesn&apos;t allow any extra arguments&apos;&lt;/p&gt;

&lt;p&gt;the reason for the exception is that setFetchMode doesnt support null as second/third argument.&lt;/p&gt;

&lt;p&gt;somebody also described it in the php issue tracker:&lt;br/&gt;
&lt;a href=&quot;https://bugs.php.net/bug.php?id=54545&quot; class=&quot;external-link&quot;&gt;https://bugs.php.net/bug.php?id=54545&lt;/a&gt;&lt;/p&gt;</description>
                <environment>PDO_MySql</environment>
            <key id="14009">DBAL-339</key>
            <summary>setFetchMode arguments exception</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="timglabisch">tim glabisch</reporter>
                        <labels>
                    </labels>
                <created>Mon, 3 Sep 2012 19:16:51 +0000</created>
                <updated>Wed, 5 Sep 2012 16:52:37 +0000</updated>
                    <resolved>Wed, 5 Sep 2012 16:52:37 +0000</resolved>
                            <version>2.3</version>
                                <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>2</watches>
                        <comments>
                    <comment id="18600" author="beberlei" created="Wed, 5 Sep 2012 16:52:37 +0000"  >&lt;p&gt;Fixed&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-338] Typo in AbstractPlatform for GUID type declaration</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-338</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;has been fixed in 3f5fda98299acdcda9965e8e797cbcd0490f0dcc, however it&apos;s not merged into 2.3.&lt;/p&gt;</description>
                <environment></environment>
            <key id="14014">DBAL-338</key>
            <summary>Typo in AbstractPlatform for GUID type declaration</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="marijn">Marijn Huizendveld</reporter>
                        <labels>
                    </labels>
                <created>Tue, 4 Sep 2012 16:57:22 +0000</created>
                <updated>Wed, 5 Sep 2012 16:44:44 +0000</updated>
                    <resolved>Wed, 5 Sep 2012 16:44:44 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-329] [GH-190] Fix DDC-1978</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-329</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 FabioBatSilva:&lt;/p&gt;

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

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

&lt;p&gt;Fix &lt;a href=&quot;http://www.doctrine-project.org/jira/browse/DDC-1978&quot; title=&quot;SQLParserUtils array_fill tries to create array with zero elements when empty parameter is bound&quot;&gt;&lt;del&gt;DDC-1978&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.doctrine-project.org/jira/browse/DDC-1978&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/jira/browse/DDC-1978&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="13987">DBAL-329</key>
            <summary>[GH-190] Fix DDC-1978</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>Sun, 26 Aug 2012 00:00:53 +0000</created>
                <updated>Wed, 29 Aug 2012 09:36:59 +0000</updated>
                    <resolved>Wed, 29 Aug 2012 09:36:59 +0000</resolved>
                                            <fixVersion>2.2.3</fixVersion>
                <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="18560" author="beberlei" created="Wed, 29 Aug 2012 09:05:26 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-190&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/190&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/190&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-314] [GH-180] Fixed some phpdoc</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-314</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 stof:&lt;/p&gt;

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

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

&lt;p&gt;This fixes some phpdoc in the AbstractPlatform and in some child classes. I haven&apos;t checked all child classes to ensure that all phpdoc is right now, but the abstract one is now accurate (but a bunch of method are missing their phpdoc altogether)&lt;/p&gt;</description>
                <environment></environment>
            <key id="13944">DBAL-314</key>
            <summary>[GH-180] Fixed some phpdoc</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, 6 Aug 2012 23:22:24 +0000</created>
                <updated>Tue, 14 Aug 2012 21:48:41 +0000</updated>
                    <resolved>Tue, 14 Aug 2012 21:48:41 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="18512" author="beberlei" created="Tue, 14 Aug 2012 21:36:21 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-180&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/180&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/180&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-315] [GH-182] Added a missing method in the Constraint interface</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-315</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 stof:&lt;/p&gt;

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

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

&lt;p&gt;This adds a missing method in the Constraint interface. The method is already defined in AbstractAsset which is extended by both classes implementing the interface. the AbstractPlatform is calling this method on objects after checking they are implementing the interface. So either the method should be part of the interface, or all places using the interface as typehint should be refactored to check for the classes (examples can be found &lt;span class=&quot;error&quot;&gt;&amp;#91;here&amp;#93;&lt;/span&gt;(&lt;a href=&quot;https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php#L1029&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php#L1029&lt;/a&gt;) and &lt;span class=&quot;error&quot;&gt;&amp;#91;there&amp;#93;&lt;/span&gt;(&lt;a href=&quot;https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php#L1254&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php#L1254&lt;/a&gt;)).&lt;/p&gt;

&lt;p&gt;Adding a method in an interface is technically a BC break but this method is not really a public extension point. what do you think @beberlei ?&lt;/p&gt;</description>
                <environment></environment>
            <key id="13945">DBAL-315</key>
            <summary>[GH-182] Added a missing method in the Constraint interface</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="asm89">Alexander</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Mon, 6 Aug 2012 23:33:57 +0000</created>
                <updated>Tue, 14 Aug 2012 21:33:08 +0000</updated>
                    <resolved>Tue, 14 Aug 2012 21:33:08 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="18511" author="beberlei" created="Tue, 14 Aug 2012 21:32:04 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-182&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/182&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/182&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-322] Change Detection fails when &apos;unsigned&apos; is used in MySQL Schema</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-322</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description></description>
                <environment></environment>
            <key id="13964">DBAL-322</key>
            <summary>Change Detection fails when &apos;unsigned&apos; is used in MySQL Schema</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>Tue, 14 Aug 2012 06:00:52 +0000</created>
                <updated>Tue, 14 Aug 2012 21:10:15 +0000</updated>
                    <resolved>Tue, 14 Aug 2012 21:10:15 +0000</resolved>
                            <version>2.2</version>
                                <fixVersion>2.2</fixVersion>
                <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>2</watches>
                        <comments>
                    <comment id="18503" author="mstoehr" created="Tue, 14 Aug 2012 07:24:28 +0000"  >&lt;p&gt;This has been already fixed in &lt;a href=&quot;https://github.com/doctrine/dbal/commit/e44a6c36a8d9e0aa8d8abb2c91c443ced5a6e39e&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/commit/e44a6c36a8d9e0aa8d8abb2c91c443ced5a6e39e&lt;/a&gt;.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-298] [GH-166] Fixes a bug caused by unquoted reserved table name being referenced during schema creation</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-298</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 klaussilveira:&lt;/p&gt;

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

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

&lt;p&gt;When creating a schema with tables with reserved names and relationships between them, the schema creation tool failed to write valid SQL in MySQL due to unquoted table names. For example:&lt;/p&gt;

&lt;p&gt;    CREATE TABLE `Group` (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) NOT NULL DEFAULT NULL, PRIMARY KEY(id)) ENGINE = InnoDB;&lt;br/&gt;
    CREATE TABLE User (id INT AUTO_INCREMENT NOT NULL, username VARCHAR(255) NOT NULL PRIMARY KEY(id)) ENGINE = InnoDB;&lt;br/&gt;
    CREATE TABLE UserHasGroup (user_id INT NOT NULL, group_id INT NOT NULL, INDEX IDX_617A865CA76ED395 (user_id), INDEX IDX_617A865CFE54D947 (group_id), PRIMARY KEY(user_id, group_id)) ENGINE = InnoDB;&lt;br/&gt;
    ALTER TABLE UserHasGroup ADD CONSTRAINT FK_617A865CA76ED395 FOREIGN KEY (user_id) REFERENCES User (id);&lt;br/&gt;
    ALTER TABLE UserHasGroup ADD CONSTRAINT FK_617A865CFE54D947 FOREIGN KEY (group_id) REFERENCES Group (id);&lt;/p&gt;

&lt;p&gt;This fix creates a small function for creating quoted foreign key table names.&lt;/p&gt;</description>
                <environment></environment>
            <key id="13824">DBAL-298</key>
            <summary>[GH-166] Fixes a bug caused by unquoted reserved table name being referenced during schema creation</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>Thu, 5 Jul 2012 22:11:23 +0000</created>
                <updated>Sun, 29 Jul 2012 08:13:48 +0000</updated>
                    <resolved>Sun, 29 Jul 2012 08:13:48 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>2</watches>
                        <comments>
                    <comment id="18340" author="beberlei" created="Thu, 19 Jul 2012 18:27:22 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-166&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/166&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/166&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="18401" author="beberlei" created="Sun, 29 Jul 2012 08:13:48 +0000"  >&lt;p&gt;Merged&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-301] [GH-167] Oracle stored procedures</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-301</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 AduroIdea:&lt;/p&gt;

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

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

&lt;p&gt;driver function&lt;br/&gt;
To avoid ORA-03131 error, data length must be passed to oci_bind_by_name function.&lt;br/&gt;
This commit fixes it so now pdo_oci can be used with stored procedures and  output parameters from sql/plsql.&lt;/p&gt;</description>
                <environment></environment>
            <key id="13831">DBAL-301</key>
            <summary>[GH-167] Oracle stored procedures</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, 7 Jul 2012 17:07:45 +0000</created>
                <updated>Sun, 29 Jul 2012 07:53:12 +0000</updated>
                    <resolved>Sun, 29 Jul 2012 07:53:11 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="18229" author="beberlei" created="Sat, 7 Jul 2012 17:59:31 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-167&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/167&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/167&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="18230" author="beberlei" created="Sat, 7 Jul 2012 18:40:51 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-167&amp;#93;&lt;/span&gt; was reopened&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/167&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/167&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="18231" author="beberlei" created="Sat, 7 Jul 2012 19:06:36 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-167&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/167&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/167&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="18232" author="beberlei" created="Sat, 7 Jul 2012 19:07:52 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-167&amp;#93;&lt;/span&gt; was reopened&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/167&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/167&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-302] [GH-168] DebugStack should ignore stopQuery when disabled</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-302</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 dpb587:&lt;/p&gt;

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

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

&lt;p&gt;I noticed that DebugStack was adding an empty element when it was disabled. This PR changes it to match startQuery with its behavior.&lt;/p&gt;

&lt;p&gt;    1) Doctrine\Tests\DBAL\Logging\DebugStackTest::testLoggedQueryDisabled&lt;br/&gt;
    Failed asserting that two arrays are equal.&lt;br/&gt;
    &amp;#8212; Expected&lt;br/&gt;
    +++ Actual&lt;br/&gt;
    @@ @@&lt;br/&gt;
     Array&lt;br/&gt;
     (&lt;br/&gt;
    +    &lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt; =&amp;gt; Array&lt;br/&gt;
    +        (&lt;br/&gt;
    +            &lt;span class=&quot;error&quot;&gt;&amp;#91;executionMS&amp;#93;&lt;/span&gt; =&amp;gt; 1341871660.9651&lt;br/&gt;
    +        )&lt;br/&gt;
    +&lt;br/&gt;
     )&lt;/p&gt;

&lt;p&gt;I&apos;ve submitted the PR to 2.0.x since that&apos;s where the bug is first seen and is still listed as stable on doctrine-project.org. Preferably this could also be applied to newer branches as well, or I can also submit separate PRs.&lt;/p&gt;</description>
                <environment></environment>
            <key id="13840">DBAL-302</key>
            <summary>[GH-168] DebugStack should ignore stopQuery when disabled</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, 9 Jul 2012 22:13:25 +0000</created>
                <updated>Tue, 10 Jul 2012 07:32:26 +0000</updated>
                    <resolved>Tue, 10 Jul 2012 07:32:26 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="18270" author="beberlei" created="Mon, 9 Jul 2012 22:28:38 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-168&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/168&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/168&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-243] setCharset raises an error when using pdo_sqlite</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-243</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;When I attempt to use setCharset(&quot;utf8&quot;) with pdo_sqlite, this fails.&lt;/p&gt;

&lt;p&gt;I know that pdo_sqlite doesn&apos;t support SET NAMES utf8, however, this should be caught by the driver (like: throwing a NotSupportedException) or simply ignore setCharset (mainly because if you allow the user to choose their backend, developers don&apos;t need to introduce special cases for driver handling).&lt;/p&gt;</description>
                <environment></environment>
            <key id="13556">DBAL-243</key>
            <summary>setCharset raises an error when using pdo_sqlite</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="felicitus">Timo A. Hummel</reporter>
                        <labels>
                    </labels>
                <created>Sun, 25 Mar 2012 00:57:06 +0000</created>
                <updated>Thu, 5 Jul 2012 21:02:37 +0000</updated>
                    <resolved>Thu, 5 Jul 2012 21:02:37 +0000</resolved>
                            <version>2.2.1</version>
                                <fixVersion>2.3</fixVersion>
                                <component>Drivers</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="18209" author="beberlei" created="Thu, 5 Jul 2012 21:02:37 +0000"  >&lt;p&gt;Removed Connection#setcharsetSQL() - Use DriverManager::getConnection(array(&apos;charset&apos; =&amp;gt; &apos;UTF8&apos;, ...)); instead.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-296] [GH-165] interface compatibility</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-296</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 Nazin:&lt;/p&gt;

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

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

</description>
                <environment></environment>
            <key id="13819">DBAL-296</key>
            <summary>[GH-165] interface compatibility</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, 4 Jul 2012 23:04:48 +0000</created>
                <updated>Thu, 5 Jul 2012 19:37:15 +0000</updated>
                    <resolved>Thu, 5 Jul 2012 19:37:15 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="18181" author="beberlei" created="Wed, 4 Jul 2012 23:57:26 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-165&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/165&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/165&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-295] [GH-164] Getters for AbstractAsset$_quoted and ForeignKeyConstraint$_options</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-295</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 tyler-sommer:&lt;/p&gt;

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

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

&lt;p&gt;Added the necessary getters, re: doctrine/migrations#79&lt;/p&gt;</description>
                <environment></environment>
            <key id="13818">DBAL-295</key>
            <summary>[GH-164] Getters for AbstractAsset$_quoted and ForeignKeyConstraint$_options</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, 4 Jul 2012 18:06:30 +0000</created>
                <updated>Thu, 5 Jul 2012 19:08:46 +0000</updated>
                    <resolved>Thu, 5 Jul 2012 19:08:46 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="18164" author="beberlei" created="Wed, 4 Jul 2012 19:27:07 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-164&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/164&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/164&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-178] Unknown column type  requested</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-178</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>
&lt;p&gt;When I run doctrine:schema:create, doctrine throw the following exception:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;Doctrine\DBAL\DBALException&amp;#93;&lt;/span&gt;    &lt;br/&gt;
  Unknown column type  requested. &lt;/p&gt;

&lt;p&gt;( Note: their is 2 spaces between type and requested )&lt;/p&gt;

&lt;p&gt;The problem with this error message is how much it&apos;s unspecific. Event with -v, I still have no clue about that type is wrong, and what file is concerned.&lt;br/&gt;
So basically, I have to manually look at all my mapping files, one by one.&lt;/p&gt;

&lt;p&gt;Also note that doctrine:mapping:info return all OK.&lt;/p&gt;</description>
                <environment>OSX ( Using Symfony2 )</environment>
            <key id="13142">DBAL-178</key>
            <summary>Unknown column type  requested</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="1">Fixed</resolution>
                                <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="fmaz008">Francois Mazerolle</reporter>
                        <labels>
                    </labels>
                <created>Wed, 2 Nov 2011 19:25:10 +0000</created>
                <updated>Tue, 26 Jun 2012 21:06:00 +0000</updated>
                    <resolved>Tue, 26 Jun 2012 21:06:00 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>1</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="16899" author="dswindle" created="Mon, 21 Nov 2011 17:01:43 +0000"  >&lt;p&gt;Ironically, this same issue has recently started happening for me as well.  It just started randomly over the weekend. Same exact issue (with 2 spaces between type and requested).  For me, it happens when using Doctrine\ORM\EntityManager-&amp;gt;find() on a valid entity.&lt;/p&gt;

&lt;p&gt;#0 /doctrine-2.1.2/Doctrine/DBAL/DBALException.php(81): Doctrine\DBAL\DBALException::unknownColumnType()&lt;br/&gt;
#1 /doctrine-2.1.2/Doctrine/DBAL/Types/Type.php(140): Doctrine\DBAL\DBALException::unknownColumnType()&lt;br/&gt;
#2 /doctrine-2.1.2/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php(84): Doctrine\DBAL\Types\Type::getType()&lt;br/&gt;
#3 /doctrine-2.1.2/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php(43): Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator-&amp;gt;_hydrateRow()&lt;br/&gt;
#4 /doctrine-2.1.2/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php(99): Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator-&amp;gt;_hydrateAll()&lt;br/&gt;
#5 /doctrine-2.1.2/Doctrine/ORM/Persisters/BasicEntityPersister.php(581): Doctrine\ORM\Internal\Hydration\AbstractHydrator-&amp;gt;hydrateAll()&lt;br/&gt;
#6 /doctrine-2.1.2/Doctrine/ORM/EntityRepository.php(130): Doctrine\ORM\Persisters\BasicEntityPersister-&amp;gt;load()&lt;br/&gt;
#7 /doctrine-2.1.2/Doctrine/ORM/EntityManager.php(350): Doctrine\ORM\EntityRepository-&amp;gt;find()&lt;/p&gt;</comment>
                    <comment id="17325" author="gediminasm" created="Sat, 21 Jan 2012 16:15:23 +0000"  >&lt;p&gt;hi, seems like doctrine does not clean cache fully.&lt;/p&gt;

&lt;p&gt;in my case I&apos;m using APC cache&lt;br/&gt;
run: in php *&lt;b&gt;apc_clear_cache(&apos;user&apos;);&lt;/b&gt;*&lt;/p&gt;

&lt;p&gt;it should work fine now&lt;/p&gt;

&lt;p&gt;PS.:&lt;br/&gt;
running cache clearing commands, does not help.&lt;/p&gt;

&lt;p&gt;    doctrine:cache:clear-metadata         Clears all metadata cache for a entity manager&lt;br/&gt;
    doctrine:cache:clear-query            Clears all query cache for a entity manager&lt;br/&gt;
    doctrine:cache:clear-result           Clears result cache for a entity manager&lt;/p&gt;</comment>
                    <comment id="17328" author="fmaz008" created="Mon, 23 Jan 2012 12:58:19 +0000"  >&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;@gediminas : I don&apos;t have the error anymore so I can&apos;t test, but it&apos;s nice if there&apos;s a solution to fix it.&lt;/p&gt;

&lt;p&gt;However, this error is problematic as it&apos;s anti-verbose.&lt;br/&gt;
There&apos;s is no indication of a cache problem in the error message. It try to point out to a field, and that field is not even displayed in the error.&lt;br/&gt;
I hope someone will be able to fix the error so that&apos;s it become a useful error, like by following some sort of guideline:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.useit.com/alertbox/20010624.html&quot; class=&quot;external-link&quot;&gt;http://www.useit.com/alertbox/20010624.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I don&apos;t want to troll or anything, but as I&apos;Ve started using doctrine2 with symfony2, the MAJOR problem I&apos;ve encountered what bad error message that was leaving me lost. Often I had -v, find the file where the error occurred, look at the code, understand by myself what&apos;s wrong and attempt to fix it. This is counter-productive and really show that the exception message doesn&apos;t follow most error message guide line. For sure, we&apos;re not end-users, but we&apos;re &quot;programmer-user&quot; that use the system, and this &quot;title&quot; come with a knowledge that is not the same as we could expect of a core-developer, for example.&lt;/p&gt;

&lt;p&gt;I hope this message was constructive.&lt;/p&gt;</comment>
                    <comment id="18144" author="beberlei" created="Tue, 26 Jun 2012 21:06:00 +0000"  >&lt;p&gt;Improved this error message alot and also changed some regarding reverse engineering of custom types (where this error often occured):&lt;/p&gt;

&lt;p&gt;You can now implement Type#getMappedDatabaseTypes(AbstractPlatform $platform); on your custom type and return a list of database types that this doctrine type maps to.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-271] [GH-143] added simple_array type</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-271</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 schmittjoh:&lt;/p&gt;

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

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

</description>
                <environment></environment>
            <key id="13688">DBAL-271</key>
            <summary>[GH-143] added simple_array type</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, 7 May 2012 17:18:19 +0000</created>
                <updated>Sun, 27 May 2012 15:49:57 +0000</updated>
                    <resolved>Sun, 27 May 2012 15:49:57 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-288] [GH-156] [Platform] Allow a string to be passed as type</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-288</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 schmittjoh:&lt;/p&gt;

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

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

</description>
                <environment></environment>
            <key id="13734">DBAL-288</key>
            <summary>[GH-156] [Platform] Allow a string to be passed as type</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>Sun, 27 May 2012 15:32:31 +0000</created>
                <updated>Sun, 27 May 2012 15:49:34 +0000</updated>
                    <resolved>Sun, 27 May 2012 15:49:34 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="18008" author="beberlei" created="Sun, 27 May 2012 15:48:27 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-156&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/156&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/156&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-287] [GH-155] Update license for Composer</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-287</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 jalliot:&lt;/p&gt;

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

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

</description>
                <environment></environment>
            <key id="13732">DBAL-287</key>
            <summary>[GH-155] Update license for Composer</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, 26 May 2012 16:17:07 +0000</created>
                <updated>Sun, 27 May 2012 08:07:24 +0000</updated>
                    <resolved>Sun, 27 May 2012 08:06:55 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17986" author="beberlei" created="Sun, 27 May 2012 08:07:24 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-155&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/155&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/155&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-279] [GH-147] 2.2 Add lastInsertId() support for OCI8 Driver</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-279</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 franek:&lt;/p&gt;

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

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

&lt;p&gt;Add lastInsertId() support for Sequence&lt;/p&gt;</description>
                <environment></environment>
            <key id="13704">DBAL-279</key>
            <summary>[GH-147] 2.2 Add lastInsertId() support for OCI8 Driver</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, 16 May 2012 13:17:51 +0000</created>
                <updated>Tue, 22 May 2012 19:21:29 +0000</updated>
                    <resolved>Tue, 22 May 2012 19:21:29 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-278] add support for lastInsertId method on OCI8 Driver</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-278</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;The method lastInsertId() is not defined for OCI8 Driver in Doctrine\DBAL\Driver\OCI8\OCI8Connection.php :&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-style: solid;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;border-bottom-style: solid;&quot;&gt;&lt;b&gt;OCI8Connection.php&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;&lt;span class=&quot;code-keyword&quot;&gt;public&lt;/span&gt; function lastInsertId($name = &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;)
{
    &lt;span class=&quot;code-comment&quot;&gt;//TODO: &lt;span class=&quot;code-keyword&quot;&gt;throw&lt;/span&gt; exception or support sequences?
&lt;/span&gt;}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I propose this method to handle lastInsertId for sequence : &lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-style: solid;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;border-bottom-style: solid;&quot;&gt;&lt;b&gt;OCI8Connection.php&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;&lt;span class=&quot;code-keyword&quot;&gt;public&lt;/span&gt; function lastInsertId($name = &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;)
 {
        &lt;span class=&quot;code-comment&quot;&gt;// For sequence
&lt;/span&gt;        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (is_string($name)) {
            &lt;span class=&quot;code-comment&quot;&gt;// We can check eventually check the presence of the sequence in the table
&lt;/span&gt;            &lt;span class=&quot;code-comment&quot;&gt;// USER_SEQUENCES
&lt;/span&gt;            $sql = &apos;SELECT &apos; . $name . &apos;.CURRVAL FROM DUAL&apos;;
            &lt;span class=&quot;code-comment&quot;&gt;// will &lt;span class=&quot;code-keyword&quot;&gt;throw&lt;/span&gt; an exception &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt; sequence does not exist
&lt;/span&gt;            $stmt = $&lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt;-&amp;gt;query($sql);
            $result = $stmt-&amp;gt;fetch(\PDO::FETCH_ASSOC);
            &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; ($result !== &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt; &amp;amp;&amp;amp; isset($result[&apos;CURRVAL&apos;])) {
                &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; (&lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt;) $result[&apos;CURRVAL&apos;];
            }
    }
    &lt;span class=&quot;code-comment&quot;&gt;// OCI8 driver does not provide support of lastInsertId
&lt;/span&gt;    &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;;
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Thanks,&lt;/p&gt;</description>
                <environment>oci8</environment>
            <key id="13702">DBAL-278</key>
            <summary>add support for lastInsertId method on OCI8 Driver</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>
                                <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="franek">Franek</reporter>
                        <labels>
                    </labels>
                <created>Wed, 16 May 2012 12:50:54 +0000</created>
                <updated>Tue, 22 May 2012 19:21:16 +0000</updated>
                    <resolved>Tue, 22 May 2012 19:21:16 +0000</resolved>
                            <version>2.2.2</version>
                                <fixVersion>2.3</fixVersion>
                                <component>Drivers</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-270] [GH-142] Dbal 264</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-270</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 rivaros:&lt;/p&gt;

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

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

&lt;p&gt;added support for Postgres UUID type.&lt;/p&gt;</description>
                <environment></environment>
            <key id="13683">DBAL-270</key>
            <summary>[GH-142] Dbal 264</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, 5 May 2012 17:37:35 +0000</created>
                <updated>Tue, 22 May 2012 17:56:01 +0000</updated>
                    <resolved>Tue, 22 May 2012 17:56:01 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-281] [GH-149] changed some phpdoc&apos;s,  set correct namespaces and types</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-281</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 Engerim:&lt;/p&gt;

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

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

</description>
                <environment></environment>
            <key id="13709">DBAL-281</key>
            <summary>[GH-149] changed some phpdoc&apos;s,  set correct namespaces and types</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>Fri, 18 May 2012 14:12:39 +0000</created>
                <updated>Tue, 22 May 2012 17:53:09 +0000</updated>
                    <resolved>Tue, 22 May 2012 17:51:03 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17964" author="beberlei" created="Tue, 22 May 2012 17:53:09 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-149&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/149&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/149&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-280] [GH-148] No bug. Respect the case used in the interface</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-280</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 pap-florin:&lt;/p&gt;

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

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

</description>
                <environment></environment>
            <key id="13706">DBAL-280</key>
            <summary>[GH-148] No bug. Respect the case used in the interface</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>Thu, 17 May 2012 11:46:59 +0000</created>
                <updated>Tue, 22 May 2012 17:47:40 +0000</updated>
                    <resolved>Tue, 22 May 2012 17:46:49 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17962" author="beberlei" created="Tue, 22 May 2012 17:47:39 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-148&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/148&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/148&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-283] [GH-151] Fixed the doctrine/common constraint and added the branch-alias</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-283</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 stof:&lt;/p&gt;

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

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

&lt;p&gt;The change in the requirements requires doctrine/common#144 to be merged and parsed by Packagist, otherwise ``2.3.*`` would not match anything.&lt;/p&gt;</description>
                <environment></environment>
            <key id="13712">DBAL-283</key>
            <summary>[GH-151] Fixed the doctrine/common constraint and added the branch-alias</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>Sun, 20 May 2012 19:28:25 +0000</created>
                <updated>Tue, 22 May 2012 17:13:37 +0000</updated>
                    <resolved>Tue, 22 May 2012 17:13:37 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17954" author="beberlei" created="Sun, 20 May 2012 21:21:49 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-151&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/151&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/151&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-282] [GH-150] Added missing regex delimiters in the testsuite</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-282</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 stof:&lt;/p&gt;

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

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

&lt;p&gt;The AbstractSchemaManager expects getting the regex with its&lt;br/&gt;
delimiters since 8beb732fe9 but the tests were not updated.&lt;/p&gt;</description>
                <environment></environment>
            <key id="13710">DBAL-282</key>
            <summary>[GH-150] Added missing regex delimiters in the testsuite</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>Fri, 18 May 2012 20:10:47 +0000</created>
                <updated>Tue, 22 May 2012 17:12:47 +0000</updated>
                    <resolved>Tue, 22 May 2012 17:12:47 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17956" author="beberlei" created="Sun, 20 May 2012 21:36:24 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-150&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/150&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/150&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-272] [GH-144] [MYSQLI] Fixed infinite loop in fetchAll()</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-272</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/144&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/144&lt;/a&gt;&lt;/p&gt;

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

</description>
                <environment></environment>
            <key id="13692">DBAL-272</key>
            <summary>[GH-144] [MYSQLI] Fixed infinite loop in fetchAll()</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>Tue, 8 May 2012 23:42:30 +0000</created>
                <updated>Wed, 9 May 2012 07:00:08 +0000</updated>
                    <resolved>Wed, 9 May 2012 07:00:08 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17935" author="beberlei" created="Wed, 9 May 2012 06:58:07 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-144&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/144&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/144&lt;/a&gt;&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-259] [GH-134] Removed Paranthesis to allow for more complex Regex</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-259</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 Hounddog:&lt;/p&gt;

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

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

&lt;p&gt;Needed to remove the Paranthesis to allow for complex Regular Expressions. e.g Exclusion of tables&lt;/p&gt;</description>
                <environment></environment>
            <key id="13637">DBAL-259</key>
            <summary>[GH-134] Removed Paranthesis to allow for more complex Regex</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>Tue, 17 Apr 2012 11:06:10 +0000</created>
                <updated>Sat, 5 May 2012 11:40:38 +0000</updated>
                    <resolved>Sat, 5 May 2012 11:40:38 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17928" author="beberlei" created="Sat, 5 May 2012 11:40:38 +0000"  >&lt;p&gt;Fixed&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-214] Unable to use PDO::FETCH_CLASS with a call to fetch()</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-214</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;EDITED: 2nd attempt to describe this - first one was confusing.&lt;/p&gt;

&lt;p&gt;I don&apos;t understand why the setFetchMode() method of Doctrine\DBAL\Driver\PDOStatement drops any arguments passed to it. It means that PDO::FETCH_CLASS cannot be used with calls to fetch() and no warning is given until the point when the underlying \PDOStatement complains that no class has been specified.&lt;/p&gt;</description>
                <environment></environment>
            <key id="13401">DBAL-214</key>
            <summary>Unable to use PDO::FETCH_CLASS with a call to fetch()</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="1">Fixed</resolution>
                                <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="acleon">Andy Leon</reporter>
                        <labels>
                    </labels>
                <created>Mon, 30 Jan 2012 18:05:33 +0000</created>
                <updated>Sat, 5 May 2012 08:52:55 +0000</updated>
                    <resolved>Sat, 5 May 2012 08:52:37 +0000</resolved>
                            <version>2.0.0-BETA2</version>
                <version>2.0.0-BETA3</version>
                <version>2.0.0-BETA4</version>
                <version>2.0.0-RC1-RC3</version>
                <version>2.0-RC4</version>
                <version>2.0-RC5</version>
                <version>2.0</version>
                <version>2.0.1</version>
                <version>2.0.2</version>
                <version>2.0.3</version>
                <version>2.0.4</version>
                <version>2.0.5</version>
                <version>2.0.6</version>
                <version>2.0.7</version>
                <version>2.0.8</version>
                <version>2.0.9</version>
                <version>2.1</version>
                <version>2.1.1</version>
                <version>2.1.2</version>
                <version>2.1.3</version>
                <version>2.1.5</version>
                <version>2.1.6</version>
                <version>2.2-BETA1</version>
                <version>2.2-BETA2</version>
                <version>2.2-RC1/RC2</version>
                <version>2.2.0-RC3</version>
                <version>2.2</version>
                <version>2.2.1</version>
                <version>2.2.2</version>
                <version>2.3</version>
                                <fixVersion>2.2.3</fixVersion>
                <fixVersion>2.3</fixVersion>
                                <component>Drivers</component>
                        <due></due>
                    <votes>1</votes>
                        <watches>2</watches>
                        <comments>
                    <comment id="17366" author="noodha" created="Fri, 3 Feb 2012 22:21:18 +0000"  >&lt;p&gt;In Doctrine/DBAL/Statement.php the 2nd and 3rd arguments of setFetchMode are dropped too.&lt;/p&gt;

&lt;p&gt;Error message example when PDO::FETCH_CLASS is used as the first argument of setFetchMode: &lt;br/&gt;
$stmt-&amp;gt;setFetchMode(PDO::FETCH_CLASS | PDO::FETCH_PROPS_LATE, &apos;ClassName&apos;);&lt;br/&gt;
display the error: PDOException: SQLSTATE&lt;span class=&quot;error&quot;&gt;&amp;#91;HY000&amp;#93;&lt;/span&gt;: General error: fetch mode requires the classname argument&lt;/p&gt;</comment>
                    <comment id="17918" author="fabpot" created="Sat, 5 May 2012 07:39:31 +0000"  >&lt;p&gt;This regression was introduced here: &lt;a href=&quot;https://github.com/doctrine/dbal/commit/f4acc79a3e91059a932d7a2d43309f6f8f65fa59&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/commit/f4acc79a3e91059a932d7a2d43309f6f8f65fa59&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It breaks some of my websites when upgrading DBAL. So, this is not an improvement but a regression bug.&lt;/p&gt;</comment>
                    <comment id="17921" author="beberlei" created="Sat, 5 May 2012 08:51:26 +0000"  >&lt;p&gt;Yes, i have to change this again.&lt;/p&gt;

&lt;p&gt;The problem is its complex to support the 2nd/3rd arguments in the statement caching layer, i will just throw an exception for now and add an improvement ticket.&lt;/p&gt;</comment>
                    <comment id="17922" author="beberlei" created="Sat, 5 May 2012 08:52:37 +0000"  >&lt;p&gt;Fixed&lt;/p&gt;</comment>
                    <comment id="17923" author="beberlei" created="Sat, 5 May 2012 08:52:55 +0000"  >&lt;p&gt;&lt;a href=&quot;https://github.com/doctrine/dbal/commit/d3930dcdb89cc818798c8f13e4126f76cf82ef8b&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/commit/d3930dcdb89cc818798c8f13e4126f76cf82ef8b&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-262] [GH-136] Support oci8 in TableGenerator</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-262</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 dpb587:&lt;/p&gt;

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

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

&lt;p&gt;Bug fix: yes&lt;br/&gt;
Feature addition: no&lt;br/&gt;
Backwards compatibility break: no&lt;br/&gt;
[!&lt;span class=&quot;error&quot;&gt;&amp;#91;Build Status&amp;#93;&lt;/span&gt;(&lt;a href=&quot;https://secure.travis-ci.org/dpb587/dbal.png?branch=bugfix-TableGenerator)](http://travis-ci.org/dpb587/dbal&quot; class=&quot;external-link&quot;&gt;https://secure.travis-ci.org/dpb587/dbal.png?branch=bugfix-TableGenerator)](http://travis-ci.org/dpb587/dbal&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;This test was breaking when running under `oci8` due to Oracle&apos;s deference to upper case column names. I realize Oracle has built-in sequences and `TableGenerator` is unnecessary, in theory, but it seemed like the class should work if possible. I see pgsql is in the same boat.&lt;/p&gt;

&lt;p&gt;Tested with:&lt;/p&gt;

&lt;p&gt;    phpunit -c oci8.phpunit.xml.dist tests/Doctrine/Tests/DBAL/Functional/TableGeneratorTest.php&lt;/p&gt;

&lt;p&gt;Before:&lt;/p&gt;

&lt;p&gt;    PHPUnit 3.5.13 by Sebastian Bergmann.&lt;/p&gt;

&lt;p&gt;    EE&lt;/p&gt;

&lt;p&gt;    Time: 0 seconds, Memory: 10.25Mb&lt;/p&gt;

&lt;p&gt;    There were 2 errors:&lt;/p&gt;

&lt;p&gt;    1) Doctrine\Tests\DBAL\Functional\TableGeneratorTest::testNextVal&lt;br/&gt;
    Exception: &lt;span class=&quot;error&quot;&gt;&amp;#91;Doctrine\DBAL\DBALException&amp;#93;&lt;/span&gt; Error occured while generating ID with TableGenerator, aborted generation: Undefined index: sequence_value&lt;/p&gt;

&lt;p&gt;    2) Doctrine\Tests\DBAL\Functional\TableGeneratorTest::testNextValNotAffectedByOuterTransactions&lt;br/&gt;
    Exception: &lt;span class=&quot;error&quot;&gt;&amp;#91;Doctrine\DBAL\DBALException&amp;#93;&lt;/span&gt; Error occured while generating ID with TableGenerator, aborted generation: Undefined index: sequence_value&lt;/p&gt;


&lt;p&gt;After:&lt;/p&gt;

&lt;p&gt;    PHPUnit 3.5.13 by Sebastian Bergmann.&lt;/p&gt;

&lt;p&gt;    ..&lt;/p&gt;

&lt;p&gt;    Time: 1 second, Memory: 10.25Mb&lt;/p&gt;

&lt;p&gt;    OK (2 tests, 5 assertions)&lt;/p&gt;
</description>
                <environment></environment>
            <key id="13665">DBAL-262</key>
            <summary>[GH-136] Support oci8 in TableGenerator</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, 28 Apr 2012 02:48:39 +0000</created>
                <updated>Sat, 5 May 2012 07:45:25 +0000</updated>
                    <resolved>Sat, 5 May 2012 07:13:51 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17913" author="beberlei" created="Sat, 5 May 2012 07:13:51 +0000"  >&lt;p&gt;Fixed&lt;/p&gt;</comment>
                    <comment id="17919" author="beberlei" created="Sat, 5 May 2012 07:45:25 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-136&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/136&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/136&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-246] [GH-125] PHPDoc blocks improvments + 1 CS Fix</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-246</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 adrienbrault:&lt;/p&gt;

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

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

&lt;p&gt;Hey guys,&lt;/p&gt;

&lt;p&gt;I started to fix a class type inside Connection and then i went ahead to see what i could also improve!&lt;/p&gt;

&lt;p&gt;Adrien&lt;/p&gt;</description>
                <environment></environment>
            <key id="13592">DBAL-246</key>
            <summary>[GH-125] PHPDoc blocks improvments + 1 CS Fix</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="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/closed.png">Closed</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, 2 Apr 2012 17:15:30 +0000</created>
                <updated>Fri, 4 May 2012 18:05:02 +0000</updated>
                    <resolved>Fri, 4 May 2012 18:05:02 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17728" author="beberlei" created="Mon, 2 Apr 2012 17:39:13 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-125&amp;#93;&lt;/span&gt; was synchronize&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/125&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/125&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="17738" author="beberlei" created="Tue, 3 Apr 2012 13:13:05 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-125&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/125&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/125&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-248] [GH-127] Fix Statement class passing bound objects to SQL logger</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-248</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/127&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/127&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;This commit saves converted parameter values in bindValue() so the later call to the SQL logger in execute() will not pass bound objects without type information.&lt;/p&gt;</description>
                <environment></environment>
            <key id="13607">DBAL-248</key>
            <summary>[GH-127] Fix Statement class passing bound objects to SQL logger</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, 4 Apr 2012 18:31:38 +0000</created>
                <updated>Fri, 4 May 2012 18:04:31 +0000</updated>
                    <resolved>Fri, 4 May 2012 18:04:31 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17757" author="beberlei" created="Wed, 4 Apr 2012 20:19:33 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-127&amp;#93;&lt;/span&gt; was synchronize&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/127&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/127&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="17758" author="beberlei" created="Wed, 4 Apr 2012 20:28:48 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-127&amp;#93;&lt;/span&gt; was synchronize&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/127&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/127&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="17759" author="beberlei" created="Wed, 4 Apr 2012 20:30:27 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-127&amp;#93;&lt;/span&gt; was synchronize&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/127&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/127&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-250] [GH-128] [DBAL-249] result cache with fetch type PDO::FETCH_COLUMN</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-250</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 gedrox:&lt;/p&gt;

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

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

&lt;p&gt;This should enable caching of results retrieved by PDO::FETCH_COLUMN fetch type.&lt;br/&gt;
Before this exception &quot;Invalid fetch-style given for caching result&quot; was raised.&lt;/p&gt;

&lt;p&gt;Should work now.&lt;/p&gt;

&lt;p&gt;(This replaces a previous pull request #126 I failed to make right... sorry)&lt;/p&gt;</description>
                <environment></environment>
            <key id="13614">DBAL-250</key>
            <summary>[GH-128] [DBAL-249] result cache with fetch type PDO::FETCH_COLUMN</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>Thu, 5 Apr 2012 09:09:13 +0000</created>
                <updated>Fri, 4 May 2012 18:04:13 +0000</updated>
                    <resolved>Fri, 4 May 2012 18:04:13 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17774" author="beberlei" created="Thu, 5 Apr 2012 11:50:00 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-128&amp;#93;&lt;/span&gt; was synchronize&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/128&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/128&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-266] [GH-139] [Mysql Platform] Added mapping for binary and varbinary.</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-266</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/139&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/139&lt;/a&gt;&lt;/p&gt;

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

</description>
                <environment></environment>
            <key id="13673">DBAL-266</key>
            <summary>[GH-139] [Mysql Platform] Added mapping for binary and varbinary.</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>Tue, 1 May 2012 14:08:03 +0000</created>
                <updated>Fri, 4 May 2012 17:47:36 +0000</updated>
                    <resolved>Fri, 4 May 2012 17:47:36 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17909" author="beberlei" created="Fri, 4 May 2012 17:40:49 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-139&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/139&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/139&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-252] [GH-131] [mysqli] Added mysqli driver to travis tests.</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-252</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/131&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/131&lt;/a&gt;&lt;/p&gt;

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

</description>
                <environment></environment>
            <key id="13620">DBAL-252</key>
            <summary>[GH-131] [mysqli] Added mysqli driver to travis tests.</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, 7 Apr 2012 22:13:46 +0000</created>
                <updated>Mon, 16 Apr 2012 17:02:02 +0000</updated>
                    <resolved>Mon, 16 Apr 2012 17:02:02 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17834" author="beberlei" created="Mon, 9 Apr 2012 21:34:39 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-131&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/131&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/131&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-251] [GH-130] [mysqli] Added support for fetchAll(PDO::fetch_column)</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-251</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/130&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/130&lt;/a&gt;&lt;/p&gt;

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

</description>
                <environment></environment>
            <key id="13619">DBAL-251</key>
            <summary>[GH-130] [mysqli] Added support for fetchAll(PDO::fetch_column)</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, 7 Apr 2012 21:17:04 +0000</created>
                <updated>Mon, 16 Apr 2012 17:01:56 +0000</updated>
                    <resolved>Mon, 16 Apr 2012 17:01:56 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17835" author="beberlei" created="Mon, 9 Apr 2012 21:42:23 +0000"  >&lt;p&gt;A related Github Pull-Request &lt;span class=&quot;error&quot;&gt;&amp;#91;GH-130&amp;#93;&lt;/span&gt; was closed&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/dbal/pull/130&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/130&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-166] Table Encoding on generation table creation query</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-166</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;Can not set charset options for table creation. &lt;br/&gt;
Now I am fix  thix problem in patch. &lt;br/&gt;
File:  doctrine-dbal/lib/Doctrine/DBAL/Schema/Schema.php&lt;/p&gt;

&lt;p&gt;#!/usr/bin/php&lt;br/&gt;
&amp;lt;?php&lt;br/&gt;
/**&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Doctrine DBAL Patch&lt;/li&gt;
	&lt;li&gt;fix table creation query encode&lt;/li&gt;
	&lt;li&gt;(c) _Nicolay&lt;br/&gt;
 */&lt;br/&gt;
system (&apos;cp ./vendor/doctrine-dbal/lib/Doctrine/DBAL/Schema/Schema.php ./vendor/doctrine-dbal/lib/Doctrine/DBAL/Schema/Schema.php.Orig&apos;);&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;$data = file_get_contents(&apos;./vendor/doctrine-dbal/lib/Doctrine/DBAL/Schema/Schema.php&apos;);&lt;br/&gt;
$data = str_replace(&quot;new Table(\$tableName);&quot;,&lt;br/&gt;
                    &quot;new Table(\$tableName,array(),array(),array(),0,array(&apos;charset&apos;=&amp;gt;&apos;utf8&apos;,&apos;collate&apos;=&amp;gt;&apos;utf8_general_ci&apos;));&quot;,&lt;br/&gt;
                    $data);&lt;br/&gt;
file_put_contents(&apos;./vendor/doctrine-dbal/lib/Doctrine/DBAL/Schema/Schema.php&apos;, $data);&lt;/p&gt;</description>
                <environment>mysql</environment>
            <key id="13018">DBAL-166</key>
            <summary>Table Encoding on generation table creation query</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="png-tech">Punin Nicolay G.</reporter>
                        <labels>
                    </labels>
                <created>Wed, 14 Sep 2011 05:45:57 +0000</created>
                <updated>Sun, 1 Apr 2012 11:42:46 +0000</updated>
                    <resolved>Sun, 1 Apr 2012 11:42:46 +0000</resolved>
                            <version>2.1.2</version>
                                <fixVersion>2.3</fixVersion>
                                <component>Schema Managers</component>
                        <due></due>
                    <votes>1</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="16670" author="stfalcon" created="Thu, 20 Oct 2011 14:05:57 +0000"  >&lt;p&gt;Guys, it&apos;s real problem for me too! (:&lt;/p&gt;

&lt;p&gt;My test suite (in symfony2 project) always creates tables with &quot;latin1_swedish_ci&quot; collation. I want set &quot;utf8_general_ci&quot;. But I don&apos;t want do it&apos;s in mysql.ini.&lt;/p&gt;

&lt;p&gt;I tried setting it in MysqlSessionInit __construct, but it&apos;s not solved my problem.&lt;/p&gt;

&lt;p&gt;In MySqlPlatform I found next code (&lt;a href=&quot;https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php#L420):&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/blob/master/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php#L420):&lt;/a&gt;&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;        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (isset($options[&apos;charset&apos;])) {
            $optionStrings[&apos;charset&apos;] = &apos;DEFAULT CHARACTER SET &apos; . $options[&apos;charset&apos;];
            &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (isset($options[&apos;collate&apos;])) {
                $optionStrings[&apos;charset&apos;] .= &apos; COLLATE &apos; . $options[&apos;collate&apos;];
            }
        }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;But any options don&apos;t set in this call&lt;br/&gt;
&lt;a href=&quot;https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/Tools/SchemaTool.php#L133&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/Tools/SchemaTool.php#L133&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="17715" author="beberlei" created="Sun, 1 Apr 2012 11:42:46 +0000"  >&lt;p&gt;Implemented this as a new feature on Schema. Also defaulting to UTF-8 now.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="11063" name="docrine-dbal-patch.php" size="623" author="png-tech" created="Wed, 14 Sep 2011 05:45:57 +0000" />
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-229] oic8 oci_pconnect is not surported </title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-229</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;    public function __construct($username, $password, $db, $charset = null, $sessionMode = OCI_DEFAULT)&lt;br/&gt;
    {&lt;br/&gt;
        if (!defined(&apos;OCI_NO_AUTO_COMMIT&apos;)) &lt;/p&gt;
{
            define(&apos;OCI_NO_AUTO_COMMIT&apos;, 0);
        }

&lt;p&gt;        $this-&amp;gt;_dbh = @oci_connect($username, $password, $db, $charset, $sessionMode);&lt;br/&gt;
        if (!$this-&amp;gt;_dbh) &lt;/p&gt;
{
            throw OCI8Exception::fromErrorInfo(oci_error());
        }

&lt;p&gt;    }&lt;/p&gt;

&lt;p&gt;How can i use oci_pconnect  in oic8 driver?&lt;/p&gt;</description>
                <environment></environment>
            <key id="13490">DBAL-229</key>
            <summary>oic8 oci_pconnect is not surported </summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="5" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/trivial.png">Trivial</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 10:21:41 +0000</created>
                <updated>Sat, 31 Mar 2012 09:26:38 +0000</updated>
                    <resolved>Sat, 31 Mar 2012 09:26:38 +0000</resolved>
                            <version>2.2.1</version>
                                <fixVersion>2.3</fixVersion>
                                <component>Drivers</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17698" author="beberlei" created="Sat, 31 Mar 2012 09:26:38 +0000"  >&lt;p&gt;Implemented.&lt;/p&gt;

&lt;p&gt;There are now two new options in the oci8 connection:&lt;/p&gt;

&lt;p&gt;1. $param&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;#39;pooled&amp;#39;&amp;#93;&lt;/span&gt; to use the POOLED connection option&lt;br/&gt;
2. $param&lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;#39;persistent&amp;#39;&amp;#93;&lt;/span&gt; to use persistent connections.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-208] Uniqueidentifier MSSQL type is not supported in DBAL</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-208</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;My Symfony2 projects currently use main trunks of the Doctrine projects, the latest release merge into this branch was 2.2.0-BETA2, that&apos;s why I mentioned it in&quot;Affected versions&quot;. Sorry if mistaken.&lt;/p&gt;

&lt;p&gt;I would like to report that MSSQL Driver/Platform still does not support the &apos;uniquidentifier&apos; field type of MSSQL.&lt;/p&gt;

&lt;p&gt;Trying to introspect the database with &lt;br/&gt;
&lt;b&gt;php app/console doctrine:mapping:import MMPTestDBBundle annotation&lt;/b&gt;&lt;br/&gt;
we get the error&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;[Doctrine\DBAL\DBALException]
  Unknown database type uniqueidentifier requested, Doctrine\DBAL\Platforms\SQLServer2008Platform may not support it.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;There is a related issue, opened and fixed in Doctrine1 project&lt;br/&gt;
&lt;a href=&quot;http://www.doctrine-project.org/jira/browse/DC-253&quot; class=&quot;external-link&quot;&gt;http://www.doctrine-project.org/jira/browse/DC-253&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Going to fix this issue in the same way. Any help greatly appreciated.&lt;/p&gt;
</description>
                <environment>Windows 7 64x&lt;br/&gt;
MS SQL 2008 R2 Express edition&lt;br/&gt;
Doctrine2, Doctrine-DBAL and Doctrine-Common are on current [master]&lt;br/&gt;
</environment>
            <key id="13380">DBAL-208</key>
            <summary>Uniqueidentifier MSSQL type is not supported in DBAL</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="rivaros">ross neacoders</reporter>
                        <labels>
                    </labels>
                <created>Mon, 23 Jan 2012 14:15:47 +0000</created>
                <updated>Sat, 24 Mar 2012 09:07:43 +0000</updated>
                    <resolved>Sat, 24 Mar 2012 09:07:43 +0000</resolved>
                            <version>2.2-BETA2</version>
                                <fixVersion>2.3</fixVersion>
                                <component>Platforms</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-241] Add fetchAll(PDO::FETCH_COLUMN) support to OCI8 driver</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-241</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;See &lt;a href=&quot;https://github.com/doctrine/dbal/pull/52&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/52&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="13554">DBAL-241</key>
            <summary>Add fetchAll(PDO::FETCH_COLUMN) support to OCI8 driver</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>Sat, 24 Mar 2012 08:51:40 +0000</created>
                <updated>Sat, 24 Mar 2012 09:05:21 +0000</updated>
                    <resolved>Sat, 24 Mar 2012 09:05:21 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-224] Allow drop index and pk from table instance</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-224</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description></description>
                <environment></environment>
            <key id="13445">DBAL-224</key>
            <summary>Allow drop index and pk from table instance</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>Mon, 13 Feb 2012 15:25:26 +0000</created>
                <updated>Mon, 13 Feb 2012 16:10:26 +0000</updated>
                    <resolved>Mon, 13 Feb 2012 16:10:26 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17420" author="beberlei" created="Mon, 13 Feb 2012 16:10:26 +0000"  >&lt;p&gt;Implemented&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-223] Add DBAL TableGenerator</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-223</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&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;/**
 * Table ID Generator &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; those poor languages that are missing sequences.
 *
 * WARNING: The Table Id Generator clones a second independent database
 * connection to work correctly. This means using the generator requests that
 * generate IDs will have two open database connections. This is necessary to
 * be safe from transaction failures in the main connection. Make sure to only
 * ever use one TableGenerator otherwise you end up with many connections.
 *
 * TableID Generator does not work with SQLite.
 *
 * The TableGenerator does not take care of creating the SQL Table itself. You
 * should look at the `TableGeneratorSchemaVisitor` to &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; you.
 * Otherwise the schema &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; a table looks like:
 *
 * CREATE sequences (
 *   sequence_name VARCHAR(255) NOT NULL,
 *   sequence_value INT NOT NULL DEFAULT &apos;1&apos;,
 *   sequence_increment_by INT NOT NULL DEFAULT &apos;1&apos;,
 *   PRIMARY KEY (table_name)
 * );
 *
 * Technically &lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt; generator works as follows:
 *
 * 1. Use a robust transaction serialization level.
 * 2. Open transaction
 * 3. Acquire a read lock on the table row (SELECT .. FOR UPDATE)
 * 4. Increment current value by one and write back to database
 * 5. Commit transaction
 *
 * If you are using a sequence_increment_by value that is larger than one the
 * ID Generator will keep incrementing values until it hits the incrementation
 * gap before issuing another query.
 *
 * If no row is present &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; a given sequence a &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; one will be created with the
 * &lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt; values &apos;value&apos; = 1 and &apos;increment_by&apos; = 1
 *
 * @author Benjamin Eberlei &amp;lt;kontakt@beberlei.de&amp;gt;
 */
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
            <key id="13443">DBAL-223</key>
            <summary>Add DBAL TableGenerator</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>Mon, 13 Feb 2012 13:56:49 +0000</created>
                <updated>Mon, 13 Feb 2012 14:11:35 +0000</updated>
                    <resolved>Mon, 13 Feb 2012 13:57:11 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17418" author="beberlei" created="Mon, 13 Feb 2012 13:57:11 +0000"  >&lt;p&gt;Implemented under the &lt;a href=&quot;http://www.doctrine-project.org/jira/browse/DDC-450&quot; title=&quot;Add TableGenerator Implementation&quot;&gt;DDC-450&lt;/a&gt; label, will get into ORM through this implementation.&lt;/p&gt;</comment>
                </comments>
                <issuelinks>
                        <issuelinktype id="10002">
                <name>Dependency</name>
                                                <inwardlinks description="is required for">
                            <issuelink>
            <issuekey id="11100">DDC-450</issuekey>
        </issuelink>
                    </inwardlinks>
                            </issuelinktype>
                    </issuelinks>
                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-222] Add Azure Platform</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-222</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;SQL Azure has some platform specific SQL on top of SQL Server 2008 mainly to support Federations&lt;/p&gt;</description>
                <environment></environment>
            <key id="13441">DBAL-222</key>
            <summary>Add Azure Platform</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>Mon, 13 Feb 2012 11:23:03 +0000</created>
                <updated>Mon, 13 Feb 2012 11:47:35 +0000</updated>
                    <resolved>Mon, 13 Feb 2012 11:47:35 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17416" author="beberlei" created="Mon, 13 Feb 2012 11:47:35 +0000"  >&lt;p&gt;Implemented.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-216] Add ext/sqlsrv support</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-216</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;Currently we only have support for PDO_SQLSRV, however some of the Azure/Advanced functionality strictly needs the sqlsrv extension.&lt;/p&gt;</description>
                <environment></environment>
            <key id="13413">DBAL-216</key>
            <summary>Add ext/sqlsrv support</summary>
                <type id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/task.png">Task</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, 5 Feb 2012 10:56:57 +0000</created>
                <updated>Mon, 13 Feb 2012 11:21:40 +0000</updated>
                    <resolved>Mon, 13 Feb 2012 11:21:40 +0000</resolved>
                                            <fixVersion>2.3</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17415" author="beberlei" created="Mon, 13 Feb 2012 11:21:40 +0000"  >&lt;p&gt;Implemented.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>