<!--
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Wed May 22 16:45:55 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.1.7%22&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://www.doctrine-project.org/jira/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Doctrine Project</title>
        <link>http://www.doctrine-project.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+DBAL+AND+fixVersion+%3D+%222.1.7%22</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="2" total="2"/>
                <build-info>
            <version>5.2.7</version>
            <build-number>850</build-number>
            <build-date>21-02-2013</build-date>
        </build-info>
<item>
            <title>[DBAL-276] MySQL schema manager should not make assumptions about non-DBAL types</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-276</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;When using the DBAL MySQL schema manager to create migrations or update the schema directly, it can create conflicts with custom types due to the way it processes some non-DBAL types in _getPortableTableColumnDefinition.&lt;/p&gt;

&lt;p&gt;I recently implemented a binary-string type, using the MySQL BINARY/VARBINARY columns (as opposed to blob, which I see has been adopted in 2.2), due to the content for my application &lt;b&gt;always&lt;/b&gt; being a 60 byte binary string. Doctrine has been working fine with it, but upon generating my next migration, I discovered that the schema manager wanted to re-set the column&apos;s length.&lt;br/&gt;
Generated SQL: &quot;ALTER TABLE User CHANGE password password VARBINARY(60) NOT NULL&quot;&lt;/p&gt;

&lt;p&gt;It appears that this is caused by lines 138 &amp;amp; 139 of MySqlSchemaManager.php clearing the column&apos;s length. There doesn&apos;t seem to be any other code pertaining to MySQL and binary/varbinary, so removing these two lines should be safe and save trouble for future users, without causing issues for those who choose to implement it as a blob or similar.&lt;/p&gt;</description>
                <environment>Macintosh OS X 10.7.2&lt;br/&gt;
Homebrew PHP 5.3.6 (CLI SAPI)&lt;br/&gt;
Doctrine DBAL v2.1.6, installed via Symfony2&amp;#39;s vendor scripts</environment>
            <key id="13700">DBAL-276</key>
            <summary>MySQL schema manager should not make assumptions about non-DBAL 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="predakanga">Lachlan Pease</reporter>
                        <labels>
                    </labels>
                <created>Wed, 16 May 2012 07:45:35 +0000</created>
                <updated>Sun, 27 May 2012 08:58:59 +0000</updated>
                    <resolved>Sun, 27 May 2012 08:58:59 +0000</resolved>
                            <version>2.1.6</version>
                                <fixVersion>2.1.7</fixVersion>
                <fixVersion>2.2.3</fixVersion>
                                <component>Schema Managers</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="17991" author="beberlei" created="Sun, 27 May 2012 08:58:59 +0000"  >&lt;p&gt;Fixed&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>

<item>
            <title>[DBAL-240] SQL Parser Utils trigger error when uing with Type instances</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-240</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;&lt;a href=&quot;https://github.com/doctrine/dbal/pull/120&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/dbal/pull/120&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
            <key id="13553">DBAL-240</key>
            <summary>SQL Parser Utils trigger error when uing with Type instances</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="5" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                    <security id="10000">All</security>
                        <assignee username="beberlei">Benjamin Eberlei</assignee>
                                <reporter username="beberlei">Benjamin Eberlei</reporter>
                        <labels>
                    </labels>
                <created>Sat, 24 Mar 2012 07:53:44 +0000</created>
                <updated>Sat, 24 Mar 2012 07:55:50 +0000</updated>
                    <resolved>Sat, 24 Mar 2012 07:55:50 +0000</resolved>
                            <version>2.1.6</version>
                <version>2.2.1</version>
                                <fixVersion>2.1.7</fixVersion>
                <fixVersion>2.2.2</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="17639" author="beberlei" created="Sat, 24 Mar 2012 07:55:50 +0000"  >&lt;p&gt;Fixed and merged into 2.1 and 2.2&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>