<!-- 
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Sat May 25 15:14:01 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-221/DBAL-221.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-221] Schema toSQL() and toDropSQL() both need to delegete creation/drop of schema-level elements</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-221</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;The following schema-level changes have to be done before tables are created:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;create Schema (PGSQL, MySQL, ...)&lt;/li&gt;
	&lt;li&gt;Create Federations (Azure)&lt;/li&gt;
	&lt;li&gt;Create Types (PGSQL, Oracle, ...)&lt;/li&gt;
	&lt;li&gt;Create Views, Stored Procedures, Triggers&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;We should add the following APIs:&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;array $sql AbstractPlatform::getCreateSchemaAdditionalStatements(Schema $schema);
$object = &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; SQLObject($sqlUpCommand, $sqlDropCommand);
$schema-&amp;gt;addSQLObject($object);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
            <key id="13440">DBAL-221</key>
            <summary>Schema toSQL() and toDropSQL() both need to delegete creation/drop of schema-level elements</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="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/open.png">Open</status>
                    <resolution id="-1">Unresolved</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 10:58:49 +0000</created>
                <updated>Thu, 20 Sep 2012 06:19:57 +0000</updated>
                                                    <fixVersion>2.4</fixVersion>
                                        <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>