<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>hb's web dev blog &#187; Databases</title>
	<atom:link href="http://www.xhbml.com/archives/category/databases/feed" rel="self" type="application/rss+xml" />
	<link>http://www.xhbml.com</link>
	<description>A web development blog centering around Python, CSS and related subjects.</description>
	<lastBuildDate>Sun, 23 Nov 2008 19:21:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Adding columns to Sqlite tables behind SQLObject</title>
		<link>http://www.xhbml.com/archives/32</link>
		<comments>http://www.xhbml.com/archives/32#comments</comments>
		<pubDate>Thu, 29 Dec 2005 19:09:09 +0000</pubDate>
		<dc:creator>hb</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.xhbml.com/?p=32</guid>
		<description><![CDATA[
So I finally got some time on the internet (stupid ISP, bad luck etc..) and one of the tasks to do was to add a feed column to the website table in my fishing directory. Since I am using Sqlite 2.8 (?) no ALTER TABLE construct is available (added with Sqlite 3) and SQLObject doesn&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.xhbml.com/archives/32/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Case study: A Python-based CMS in a low-cost hosting environment</title>
		<link>http://www.xhbml.com/archives/30</link>
		<comments>http://www.xhbml.com/archives/30#comments</comments>
		<pubDate>Fri, 13 May 2005 22:06:23 +0000</pubDate>
		<dc:creator>hb</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">/?p=30</guid>
		<description><![CDATA[
I recently replaced the simple (PHP-based) backend for my Good Web Hosting Info site with something written in Python that at least deserves the CMS tag.


I decided to use CGI for this because it&#8217;s easiest to find web hosting for that. And if I want to start more websites I can just plug the CMS [...]]]></description>
		<wfw:commentRss>http://www.xhbml.com/archives/30/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleteting  a many-to-many relation with SQLObject</title>
		<link>http://www.xhbml.com/archives/22</link>
		<comments>http://www.xhbml.com/archives/22#comments</comments>
		<pubDate>Tue, 04 Jan 2005 18:33:22 +0000</pubDate>
		<dc:creator>hb</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">/?p=22</guid>
		<description><![CDATA[How to delete a many-to-many relation with SQLObject]]></description>
		<wfw:commentRss>http://www.xhbml.com/archives/22/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to delete an entry with SQLObject</title>
		<link>http://www.xhbml.com/archives/18</link>
		<comments>http://www.xhbml.com/archives/18#comments</comments>
		<pubDate>Thu, 23 Dec 2004 17:06:54 +0000</pubDate>
		<dc:creator>hb</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">/?p=18</guid>
		<description><![CDATA[A while back I discovered that the <a href="http://www.sqlobject.org/docs/SQLObject.html">SQLObject documentation</a> didn't say anything about deleting entrys from your database. And just now I saw that Michelle who is maintaining the <a href="http://pyre.third-bit.com/pywebblog/">PyWebOff Blog</a> ran into the same problem. She found the solution but didn't give it away, so here it is :]]></description>
		<wfw:commentRss>http://www.xhbml.com/archives/18/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
