<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Python, PostgreSQL, and psycopg2&#8242;s Dusty Corners</title>
	<atom:link href="http://www.protocolostomy.com/2009/12/01/python-postgresql-and-psycopg2s-dusty-corners/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.protocolostomy.com/2009/12/01/python-postgresql-and-psycopg2s-dusty-corners/</link>
	<description>Made with only the finest 1's and 0's</description>
	<lastBuildDate>Thu, 26 Jan 2012 21:20:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jay Freeman (saurik)</title>
		<link>http://www.protocolostomy.com/2009/12/01/python-postgresql-and-psycopg2s-dusty-corners/comment-page-1/#comment-51869</link>
		<dc:creator>Jay Freeman (saurik)</dc:creator>
		<pubDate>Sun, 16 Jan 2011 11:49:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=655#comment-51869</guid>
		<description>I&#039;d love to have seen the actual error messages you were getting from the select call. It is possible this is a typo just on the website (and that those are not copy/pastes of your attempts), but you are missing the close parenthesis for the function calls in your SQL queries.</description>
		<content:encoded><![CDATA[<p>I&#8217;d love to have seen the actual error messages you were getting from the select call. It is possible this is a typo just on the website (and that those are not copy/pastes of your attempts), but you are missing the close parenthesis for the function calls in your SQL queries.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m0j0</title>
		<link>http://www.protocolostomy.com/2009/12/01/python-postgresql-and-psycopg2s-dusty-corners/comment-page-1/#comment-28978</link>
		<dc:creator>m0j0</dc:creator>
		<pubDate>Thu, 03 Dec 2009 04:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=655#comment-28978</guid>
		<description>I thought the same thing! But what wound up happening was *nothing* was quoted if memory serves. It&#039;s not clear to me why a parameterized query would not be properly quoted, but a parameterized function call would. If you call curs.query after a callproc(), it just spits out the parameterized query with the variables bound, and it looks like what I&#039;d expect to see from a parameterized &#039;execute()&#039;. Baffling.</description>
		<content:encoded><![CDATA[<p>I thought the same thing! But what wound up happening was *nothing* was quoted if memory serves. It&#8217;s not clear to me why a parameterized query would not be properly quoted, but a parameterized function call would. If you call curs.query after a callproc(), it just spits out the parameterized query with the variables bound, and it looks like what I&#8217;d expect to see from a parameterized &#8216;execute()&#8217;. Baffling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mordaunt</title>
		<link>http://www.protocolostomy.com/2009/12/01/python-postgresql-and-psycopg2s-dusty-corners/comment-page-1/#comment-28933</link>
		<dc:creator>mordaunt</dc:creator>
		<pubDate>Wed, 02 Dec 2009 18:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=655#comment-28933</guid>
		<description>I thought this would get psycopg2 to “just work”, but no such luck. I still had some quoting issues.

what were the quoting issues? I thought parameterized queries never have quoting issues? o_O</description>
		<content:encoded><![CDATA[<p>I thought this would get psycopg2 to “just work”, but no such luck. I still had some quoting issues.</p>
<p>what were the quoting issues? I thought parameterized queries never have quoting issues? o_O</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Williams</title>
		<link>http://www.protocolostomy.com/2009/12/01/python-postgresql-and-psycopg2s-dusty-corners/comment-page-1/#comment-28922</link>
		<dc:creator>Steve Williams</dc:creator>
		<pubDate>Wed, 02 Dec 2009 14:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=655#comment-28922</guid>
		<description>If you haven&#039;t already been hit with this, don&#039;t stuff arguments into an SQL command:

http://xkcd.com/327/</description>
		<content:encoded><![CDATA[<p>If you haven&#8217;t already been hit with this, don&#8217;t stuff arguments into an SQL command:</p>
<p><a href="http://xkcd.com/327/" rel="nofollow">http://xkcd.com/327/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m0j0</title>
		<link>http://www.protocolostomy.com/2009/12/01/python-postgresql-and-psycopg2s-dusty-corners/comment-page-1/#comment-28911</link>
		<dc:creator>m0j0</dc:creator>
		<pubDate>Wed, 02 Dec 2009 10:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.protocolostomy.com/?p=655#comment-28911</guid>
		<description>If the &#039;SQL-bits&#039; can be used without any ORM-like functionality, maybe it&#039;s worth a look.</description>
		<content:encoded><![CDATA[<p>If the &#8216;SQL-bits&#8217; can be used without any ORM-like functionality, maybe it&#8217;s worth a look.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

