<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Show Parameter Info in SQL</title>
	<atom:link href="http://blogs.jetbrains.com/idea/2009/06/show-parameter-info-in-sql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/idea/2009/06/show-parameter-info-in-sql/</link>
	<description>tips &#38; tricks, news, how-to's</description>
	<pubDate>Mon, 13 Feb 2012 08:29:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Eugene Kirpichov</title>
		<link>http://blogs.jetbrains.com/idea/2009/06/show-parameter-info-in-sql/#comment-110309</link>
		<dc:creator>Eugene Kirpichov</dc:creator>
		<pubDate>Mon, 01 Jun 2009 18:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=1082#comment-110309</guid>
		<description>I'm really craving for a somewhat different feature: a code inspection to catch mismatch between count of '?' in a prepared statement and number of actually passed arguments, like jdbcTemplate.queryForInt("select max(salary) from employee where dept = ? and hire_date &#62; ?", deptId).</description>
		<content:encoded><![CDATA[<p>I&#8217;m really craving for a somewhat different feature: a code inspection to catch mismatch between count of &#8216;?&#8217; in a prepared statement and number of actually passed arguments, like jdbcTemplate.queryForInt(&#8221;select max(salary) from employee where dept = ? and hire_date &gt; ?&#8221;, deptId).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

