<!-- 
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Wed May 22 16:59:18 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-144/DBAL-144.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-144] Oracle tables without indices are not handled during convert - this behavior should be tolerant since Oracle does not require indicies.</title>
                <link>http://www.doctrine-project.org/jira/browse/DBAL-144</link>
                <project id="10040" key="DBAL">Doctrine DBAL</project>
                        <description>&lt;p&gt;While it is good practice to always have at least one index defined on every table, in some cases (such as temporary tables) indices are not necessary. Oracle does not enforce creating indices for every table, and it is common to create some tables without them.  The Table.php (line 556) method throws an exception if an index is not found for a given table.  It&apos;s obvious there are ramifications for findByPK( ) auto-generated methods - these should be generated for every case where PK exists to accommodate Oracle and tolerate variances from accepted best-practices with most other database platforms.&lt;/p&gt;</description>
                <environment>CentOS 5.0, PHP 5.3.6, Oracle 11g EE, Symfony 2.0 Doctrine 2.1</environment>
            <key id="12895">DBAL-144</key>
            <summary>Oracle tables without indices are not handled during convert - this behavior should be tolerant since Oracle does not require indicies.</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="digitalmechanic">Ed Anderson</reporter>
                        <labels>
                    </labels>
                <created>Tue, 2 Aug 2011 13:33:22 +0000</created>
                <updated>Mon, 14 Nov 2011 22:44:07 +0000</updated>
                    <resolved>Mon, 14 Nov 2011 22:44:07 +0000</resolved>
                            <version>2.1</version>
                                <fixVersion>2.1.5</fixVersion>
                                <component>Platforms</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="16735" author="beberlei" created="Sun, 30 Oct 2011 19:24:40 +0000"  >&lt;p&gt;When does this error happen?&lt;/p&gt;

&lt;p&gt;This method is called through Table::getPrimaryKey(). Does this happen during the &quot;doctrine:schema*&quot; toolchain?&lt;/p&gt;</comment>
                    <comment id="16738" author="digitalmechanic" created="Sun, 30 Oct 2011 23:46:48 +0000"  >&lt;p&gt;This happens in the doctrine:schema toolchain. &lt;/p&gt;</comment>
                    <comment id="16830" author="beberlei" created="Mon, 14 Nov 2011 22:44:07 +0000"  >&lt;p&gt;Fixed.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>