<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL Parsing with Python, Pt. I</title>
	<atom:link href="http://andialbrecht.wordpress.com/2009/03/29/sql-parsing-with-python-pt-i/feed/" rel="self" type="application/rss+xml" />
	<link>http://andialbrecht.wordpress.com/2009/03/29/sql-parsing-with-python-pt-i/</link>
	<description>My personal blog, mostly about Python &#38; Programming</description>
	<lastBuildDate>Fri, 06 Nov 2009 14:31:12 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark</title>
		<link>http://andialbrecht.wordpress.com/2009/03/29/sql-parsing-with-python-pt-i/#comment-141</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 13 Jul 2009 19:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://andialbrecht.wordpress.com/?p=145#comment-141</guid>
		<description>I built a similar SQL parser in Java:
http://markfarnsworth.wordpress.com/2009/07/13/sql-formatter-and-pretty-printer/</description>
		<content:encoded><![CDATA[<p>I built a similar SQL parser in Java:<br />
<a href="http://markfarnsworth.wordpress.com/2009/07/13/sql-formatter-and-pretty-printer/" rel="nofollow">http://markfarnsworth.wordpress.com/2009/07/13/sql-formatter-and-pretty-printer/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Catherine Devlin</title>
		<link>http://andialbrecht.wordpress.com/2009/03/29/sql-parsing-with-python-pt-i/#comment-93</link>
		<dc:creator>Catherine Devlin</dc:creator>
		<pubDate>Fri, 29 May 2009 20:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://andialbrecht.wordpress.com/?p=145#comment-93</guid>
		<description>I&#039;ve been told that the PatchDB project in cx_OracleTools has a minimal SQL parser, but haven&#039;t had time to try it yet - you could check it for ideas.

sqlpython needs some better SQL parsing, and when I get around to writing it, perhaps I&#039;ll be able to use your module.  Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been told that the PatchDB project in cx_OracleTools has a minimal SQL parser, but haven&#8217;t had time to try it yet &#8211; you could check it for ideas.</p>
<p>sqlpython needs some better SQL parsing, and when I get around to writing it, perhaps I&#8217;ll be able to use your module.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL Parsing with Python, Pt. II &#171; Andi Albrecht</title>
		<link>http://andialbrecht.wordpress.com/2009/03/29/sql-parsing-with-python-pt-i/#comment-62</link>
		<dc:creator>SQL Parsing with Python, Pt. II &#171; Andi Albrecht</dc:creator>
		<pubDate>Sun, 29 Mar 2009 15:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://andialbrecht.wordpress.com/?p=145#comment-62</guid>
		<description>[...] March 29   tags: parser, Python, SQL by Andi Albrecht   After I&#8217;ve described some basics in part I let&#8217;s have a closer look to the actual Python module called sqlparse. First off, have a look [...]</description>
		<content:encoded><![CDATA[<p>[...] March 29   tags: parser, Python, SQL by Andi Albrecht   After I&#8217;ve described some basics in part I let&#8217;s have a closer look to the actual Python module called sqlparse. First off, have a look [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
