<!-- 
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Fri May 24 06:52: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/si/jira.issueviews:issue-xml/DBAL-86/DBAL-86.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Doctrine Project</title>
    <link>http://www.doctrine-project.org/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>5.2.7</version>
        <build-number>850</build-number>
        <build-date>21-02-2013</build-date>
    </build-info>

<item>
            <title>[DBAL-86] Documentation tells about setCustomTypes() but the method doesn&apos;t actually exist</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-86</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;In &lt;a href=&quot;http://www.doctrine-project.org/docs/orm/2.0/en/reference/basic-mapping.html&quot; class=&quot;external-link&quot;&gt;basic mapping section&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Quote: &lt;/p&gt;

&lt;p&gt;&lt;cite&gt;When you have implemented the type you still need to let Doctrine know about it. This can be achieved through the Doctrine\DBAL\Configuration#setCustomTypes(array $types) method. Doctrine\ORM\Configuration is a subclass of Doctrine\DBAL\Configuration, so the methods are available on your ORM Configuration instance as well.&lt;/cite&gt;&lt;/p&gt;

&lt;p&gt;The method seems to have been removed on this commit &lt;a href=&quot;https://github.com/doctrine/dbal/blob/354ede1e04a8d99bbc1a58d2206d29ebf9ddab4e/lib/Doctrine/DBAL/Configuration.php&quot; class=&quot;external-link&quot;&gt;354ede&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="12357">DBAL-86</key>
            <summary>Documentation tells about setCustomTypes() but the method doesn&apos;t actually exist</summary>
                <type id="6" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/documentation.png">Documentation</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="bguery">Boris Gu&#233;ry</reporter>
                        <labels>
                    </labels>
                <created>Fri, 4 Feb 2011 11:39:08 +0000</created>
                <updated>Sun, 27 Feb 2011 03:45:21 +0000</updated>
                    <resolved>Sun, 27 Feb 2011 03:45:21 +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>
                                <fixVersion>2.0.2</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="15233" author="beberlei" created="Mon, 7 Feb 2011 03:48:48 +0000"  >&lt;p&gt;Ah yes, it works like the code snippet right next to this paragraph:&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;&amp;lt;?php
&lt;span class=&quot;code-comment&quot;&gt;// in bootstrapping code
&lt;/span&gt;
&lt;span class=&quot;code-comment&quot;&gt;// ...
&lt;/span&gt;
use Doctrine\DBAL\Types\Type;

&lt;span class=&quot;code-comment&quot;&gt;// ...
&lt;/span&gt;
&lt;span class=&quot;code-comment&quot;&gt;// Register my type
&lt;/span&gt;Type::addType(&apos;mytype&apos;, &apos;My\Project\Types\MyType&apos;);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    <comment id="15401" author="beberlei" created="Sun, 27 Feb 2011 03:45:21 +0000"  >&lt;p&gt;Fixed.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>