<?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>Computer Plumber &#187; SQLite3</title>
	<atom:link href="http://computerplumber.com/tag/sqlite3/feed/" rel="self" type="application/rss+xml" />
	<link>http://computerplumber.com</link>
	<description></description>
	<lastBuildDate>Thu, 07 Jan 2010 20:54:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Finding Duplicate Fields in a Database Table</title>
		<link>http://computerplumber.com/2009/05/finding-duplicate-fields-in-a-database-table/</link>
		<comments>http://computerplumber.com/2009/05/finding-duplicate-fields-in-a-database-table/#comments</comments>
		<pubDate>Sat, 30 May 2009 19:34:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQLite3]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=446</guid>
		<description><![CDATA[Occasionally it is necessary to find duplicate fields within a database table.  The following query can be used to accomplish this easily. SELECT * FROM 'table' WHERE ('item' IN (SELECT 'item' FROM 'table' GROUP BY 'item' HAVING COUNT(*) &#62; 1)) ORDER BY 'item' This will list all rows in the desired &#8216;table&#8217; where the given [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/05/finding-duplicate-fields-in-a-database-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem Installing Typo Gem</title>
		<link>http://computerplumber.com/2008/12/problem-installing-typo-gem/</link>
		<comments>http://computerplumber.com/2008/12/problem-installing-typo-gem/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 15:09:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[SQLite3]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=98</guid>
		<description><![CDATA[We have a rails server that we wanted to install the typo gem onto.  Alas, our attempts to install the gem kept failing with the following error: Building native extensions. This could take a while... ERROR: Error installing typo: ERROR: Failed to build gem native extension. /usr/bin/ruby1.8 extconf.rb install typo checking for fdatasync() in -lrt... [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2008/12/problem-installing-typo-gem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
