<?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: Database Design with Dia</title>
	<atom:link href="http://left.subtree.org/2007/12/05/database-design-with-dia/feed/" rel="self" type="application/rss+xml" />
	<link>http://left.subtree.org/2007/12/05/database-design-with-dia/</link>
	<description>A sourceful of secrets</description>
	<pubDate>Fri, 21 Nov 2008 12:28:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Daniel</title>
		<link>http://left.subtree.org/2007/12/05/database-design-with-dia/#comment-2118</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 28 May 2008 15:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://left.subtree.org/2007/12/05/database-design-with-dia/#comment-2118</guid>
		<description>Thanks, obviously it works.
I'm confused because I was sure I tested with semi-colon before posting here...
I probably forgot a ctrl+s...</description>
		<content:encoded><![CDATA[<p>Thanks, obviously it works.<br />
I'm confused because I was sure I tested with semi-colon before posting here...<br />
I probably forgot a ctrl+s...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://left.subtree.org/2007/12/05/database-design-with-dia/#comment-2117</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 28 May 2008 15:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://left.subtree.org/2007/12/05/database-design-with-dia/#comment-2117</guid>
		<description>When declaring several custom typemaps be sure to end each line with a semicolon ';' So for example the content inside the small package box should look something like this:

&lt;div class="source"&gt;
identity: int unsigned auto_increment;
tinyint: tinyint unsigned;
&lt;/div&gt;

Hope this helps.</description>
		<content:encoded><![CDATA[<p>When declaring several custom typemaps be sure to end each line with a semicolon ';' So for example the content inside the small package box should look something like this:</p>
<div class="source">
identity: int unsigned auto_increment;<br />
tinyint: tinyint unsigned;
</div>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://left.subtree.org/2007/12/05/database-design-with-dia/#comment-2116</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 28 May 2008 10:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://left.subtree.org/2007/12/05/database-design-with-dia/#comment-2116</guid>
		<description>Thanks for this helfull tutorial.

I tried to declare several custom typemaps (one for auto_increment and a second for tinyint, two lines in the small package box), but only the first one is replaced in sql output.

It works with two small packages ("mysql: typemap" &#38; "mysql: typemap2"), but it's a bit complicated way for many typemaps. Any other solution ?</description>
		<content:encoded><![CDATA[<p>Thanks for this helfull tutorial.</p>
<p>I tried to declare several custom typemaps (one for auto_increment and a second for tinyint, two lines in the small package box), but only the first one is replaced in sql output.</p>
<p>It works with two small packages ("mysql: typemap" &amp; "mysql: typemap2"), but it's a bit complicated way for many typemaps. Any other solution ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
