<!--
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Mon May 20 06:58:29 UTC 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://www.doctrine-project.org/jira/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+DBAL+AND+fixVersion+%3D+%222.0-RC5%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.0-RC5%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="4" total="4"/>
                <build-info>
            <version>5.2.7</version>
            <build-number>850</build-number>
            <build-date>21-02-2013</build-date>
        </build-info>
<item>
            <title>[DBAL-75] SchemaTool-&gt;getDropSchemaSql ignores schema name</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-75</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;When including the schema name as part of the table name, i.e.&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;/**
 * @Entity
 * @Table(name=&lt;span class=&quot;code-quote&quot;&gt;&quot;ayso.players&quot;&lt;/span&gt;)
 */
class PlayerItem
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;SchemaTool-&amp;gt;getDropSchemaSql returns &quot;DROP TABLE players&quot; instead of &quot;DROP TABLE ayso.players&quot;&lt;/p&gt;

&lt;p&gt;Furthermore, SchemaTool-&amp;gt;getUpdateSchemaSql() always returns CREATE TABLE ayso.players followed by DROP TABLE players.  It thinks there are two different tables.&lt;/p&gt;

&lt;p&gt;Also, the online document still indicates that @Table accepts &apos;schema&apos; as an attribute.&lt;/p&gt;</description>
                <environment>NA</environment>
            <key id="12143">DBAL-75</key>
            <summary>SchemaTool-&gt;getDropSchemaSql ignores schema name</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="4" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/minor.png">Minor</priority>
                    <status id="5" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                                <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="cerad">Art Hundiak</reporter>
                        <labels>
                    </labels>
                <created>Tue, 23 Nov 2010 07:39:05 +0000</created>
                <updated>Sun, 12 Dec 2010 08:39:28 +0000</updated>
                    <resolved>Sun, 12 Dec 2010 08:39:28 +0000</resolved>
                            <version>2.0-RC4</version>
                                <fixVersion>2.0-RC5</fixVersion>
                                <component>Schema Managers</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="14961" author="beberlei" created="Sun, 12 Dec 2010 07:24:38 +0000"  >&lt;p&gt;Moved to DBAL, its a DBAL issue.&lt;/p&gt;</comment>
                    <comment id="14962" author="beberlei" created="Sun, 12 Dec 2010 08:39:28 +0000"  >&lt;p&gt;Fixed in DBAL master, will be included for RC5. Then linked against ORM RC2&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-73] Could not convert database value &quot;b:0;&quot; to Doctrine Type object</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-73</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;The following class when value is set to false causes &quot;Could not convert database value &quot;b:0;&quot; to Doctrine Type object&quot; exception when loading the entity.&lt;/p&gt;

&lt;p&gt;/** @orm:Entity */&lt;br/&gt;
class MyClass&lt;br/&gt;
{&lt;br/&gt;
    /**&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;@orm:Column(name=&quot;value&quot;, type=&quot;object&quot;)&lt;br/&gt;
     */&lt;br/&gt;
    public $value;&lt;br/&gt;
}&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
            <key id="12197">DBAL-73</key>
            <summary>Could not convert database value &quot;b:0;&quot; to Doctrine Type object</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="wizbit">Marcus Speight</reporter>
                        <labels>
                    </labels>
                <created>Mon, 6 Dec 2010 07:30:26 +0000</created>
                <updated>Sun, 12 Dec 2010 07:00:54 +0000</updated>
                    <resolved>Sun, 12 Dec 2010 07:00:54 +0000</resolved>
                            <version>2.0.0-RC1-RC3</version>
                                <fixVersion>2.0-RC5</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="14916" author="beberlei" created="Mon, 6 Dec 2010 08:30:51 +0000"  >&lt;p&gt;From the PHP manual about unserialize():&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;In &lt;span class=&quot;code-keyword&quot;&gt;case&lt;/span&gt; the passed string is not unserializeable, FALSE is returned and E_NOTICE is issued. 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The solution: Use NULL instead of false&lt;/p&gt;</comment>
                    <comment id="14917" author="wizbit" created="Mon, 6 Dec 2010 09:25:14 +0000"  >&lt;p&gt;But the string &quot;b:0;&quot; is unserializable it returns false. Also from the php manual on unserialize&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;FALSE is returned both in the &lt;span class=&quot;code-keyword&quot;&gt;case&lt;/span&gt; of an error and &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; unserializing the serialized FALSE value. 
It is possible to &lt;span class=&quot;code-keyword&quot;&gt;catch&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt; special &lt;span class=&quot;code-keyword&quot;&gt;case&lt;/span&gt; by comparing str with serialize(&lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;) or by catching the issued E_NOTICE. &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I&apos;ve submitted a pull request that handles it correctly.&lt;/p&gt;</comment>
                    <comment id="14918" author="beberlei" created="Mon, 6 Dec 2010 10:01:21 +0000"  >&lt;p&gt;I know, but this type is called &quot;object&quot;, so setting it to false makes no sense. Setting it to null makes sense though.&lt;/p&gt;

&lt;p&gt;I know that b:0; is false, but why do you set it to false anyways? Objects are either null or an instance of the object. Never false.&lt;/p&gt;</comment>
                    <comment id="14919" author="wizbit" created="Mon, 6 Dec 2010 10:08:38 +0000"  >&lt;p&gt;I&apos;m storing settings in a database. using a Namespace, Key =&amp;gt; Value triplet. I don&apos;t know what might be stored in the value part. Currently strings, NULL and boolean data are stored. Using object seem to be the best approach. (ArrayTypes have the same problem).&lt;/p&gt;

&lt;p&gt;If you think a different type would be better then please let me know.&lt;/p&gt;</comment>
                    <comment id="14920" author="beberlei" created="Mon, 6 Dec 2010 10:22:11 +0000"  >&lt;p&gt;how is such a triplet only b:0; ? or is your entity the tripplet and the variable that fails is the value?&lt;/p&gt;</comment>
                    <comment id="14921" author="wizbit" created="Mon, 6 Dec 2010 10:34:43 +0000"  >&lt;p&gt;I&apos;ve added my entity. The entity is the triplet. And it is the value that fails if false is stored.&lt;br/&gt;
It allows me to store the value(false) but the throws an exception on loading the entity. It should allow the loading of the value(false) or disallow the storing of a false value.&lt;/p&gt;</comment>
                    <comment id="14958" author="beberlei" created="Sun, 12 Dec 2010 07:00:54 +0000"  >&lt;p&gt;Although this should really be just array and object, not strange false types i added this patch to prevent future reports of this as a problem. The loosely typed language PHP can go with null or false, so why throw people stones in their way.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="10887" name="Setting.php" size="1452" author="wizbit" created="Mon, 6 Dec 2010 10:34:43 +0000" />
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-74] OracleSchemaManager - incorrectly detected the length of the string columns</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-74</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;When I create a VARCHAR2 column with the length specified in char units (VARCHAR2(10 CHAR)) instead of the default  byte, the metadata stored in all_tab_columns -&amp;gt; data_length is not 10, but 40. It is better to use char_length instead of data_length. Char_length is the same wheter the size unit is in CHAR or BYTE.&lt;/p&gt;

&lt;p&gt;It is neccessary for me to use CHAR instead of the default BYTE, because I am using unicode charset.&lt;/p&gt;
</description>
                <environment></environment>
            <key id="12199">DBAL-74</key>
            <summary>OracleSchemaManager - incorrectly detected the length of the string columns</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="adrive">Miloslav &quot;adrive&quot; Kmet</reporter>
                        <labels>
                    </labels>
                <created>Tue, 7 Dec 2010 06:45:02 +0000</created>
                <updated>Sun, 12 Dec 2010 06:54:32 +0000</updated>
                    <resolved>Sun, 12 Dec 2010 06:48:39 +0000</resolved>
                            <version>2.0.0-RC1-RC3</version>
                                <fixVersion>2.0-RC5</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="14923" author="adrive" created="Tue, 7 Dec 2010 07:07:33 +0000"  >&lt;p&gt;&lt;a href=&quot;https://github.com/milokmet/dbal/commit/a5087e8e229bfd2cde947e1d387ebe2e2b122b85&quot; class=&quot;external-link&quot;&gt;https://github.com/milokmet/dbal/commit/a5087e8e229bfd2cde947e1d387ebe2e2b122b85&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="14924" author="beberlei" created="Tue, 7 Dec 2010 07:52:36 +0000"  >&lt;p&gt;Can I appoint you to Doctrine&apos;s Oracle specialist? &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;/p&gt;

&lt;p&gt;Thank you very much, I will merge that as soon as i have time.&lt;/p&gt;</comment>
                    <comment id="14954" author="beberlei" created="Sun, 12 Dec 2010 06:48:39 +0000"  >&lt;p&gt;Merged&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-71] Call to undefined function</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-71</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;There is a &quot;new&quot; missing in AbstractPlatform on line 1421:&lt;/p&gt;

&lt;p&gt;                throw \InvalidArgumentException(&apos;Invalid foreign key action: &apos; . $upper);&lt;/p&gt;</description>
                <environment></environment>
            <key id="12195">DBAL-71</key>
            <summary>Call to undefined function</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>
                                <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="johannes">Johannes Schmitt</reporter>
                        <labels>
                    </labels>
                <created>Sun, 5 Dec 2010 20:09:24 +0000</created>
                <updated>Sun, 12 Dec 2010 06:52:38 +0000</updated>
                    <resolved>Sun, 12 Dec 2010 06:52:38 +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>
                                <fixVersion>2.0-RC5</fixVersion>
                                <component>Platforms</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="14955" author="beberlei" created="Sun, 12 Dec 2010 06:52:38 +0000"  >&lt;p&gt;Fixed&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>