<!-- 
RSS generated by JIRA (4.4#649-r158309) at Tue May 21 16:28:40 CDT 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://dev.clojure.org/jira/si/jira.issueviews:issue-xml/JDBC-16/JDBC-16.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Clojure JIRA</title>
    <link>http://dev.clojure.org/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>4.4</version>
        <build-number>649</build-number>
        <build-date>25-07-2011</build-date>
    </build-info>

<item>
            <title>[JDBC-16] do-prepared doesn&apos;t throw on invalid SQL</title>
                <link>http://dev.clojure.org/jira/browse/JDBC-16</link>
                <project id="10021" key="JDBC">java.jdbc</project>
                        <description>&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;(jdbc/&lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt;-prepared &lt;span class=&quot;code-quote&quot;&gt;&quot;syntactically invalid SQL&quot;&lt;/span&gt;)&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;returns nil, while &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;(jdbc/&lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt;-commands &lt;span class=&quot;code-quote&quot;&gt;&quot;syntactically invalid SQL&quot;&lt;/span&gt;)&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt; throws as expected.&lt;/p&gt;</description>
                <environment></environment>
            <key id="14616">JDBC-16</key>
            <summary>do-prepared doesn&apos;t throw on invalid SQL</summary>
                <type id="1" iconUrl="http://dev.clojure.org/jira/images/icons/bug.gif">Defect</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="5" iconUrl="http://dev.clojure.org/jira/images/icons/status_resolved.gif">Resolved</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="seancorfield">Sean Corfield</assignee>
                                <reporter username="arohner">Allen Rohner</reporter>
                        <labels>
                    </labels>
                <created>Wed, 7 Sep 2011 15:58:29 -0500</created>
                <updated>Tue, 11 Oct 2011 14:12:42 -0500</updated>
                    <resolved>Tue, 11 Oct 2011 14:12:40 -0500</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="26776" author="arohner" created="Wed, 7 Sep 2011 16:00:28 -0500"  >&lt;p&gt;Actually, do-prepared doesn&apos;t seem to do anything at all. (jdbc/do-commands &quot;insert into foo (foo,bar) VALUES (1,2)&quot;) works as expected, same command with do-prepared doesn&apos;t do anything.&lt;/p&gt;</comment>
                    <comment id="26940" author="seancorfield" created="Tue, 11 Oct 2011 14:12:41 -0500"  >&lt;p&gt;Ensure .addBatch is called even when there are no param-groups.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>
</channel>
</rss>