<?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: Python patterns with PDbSeed</title>
	<atom:link href="http://thediscoblog.com/2006/03/02/python-patterns-with-pdbseed/feed/" rel="self" type="application/rss+xml" />
	<link>http://thediscoblog.com/2006/03/02/python-patterns-with-pdbseed/</link>
	<description>Can you dig it man?</description>
	<pubDate>Sat, 22 Nov 2008 03:58:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Andy</title>
		<link>http://thediscoblog.com/2006/03/02/python-patterns-with-pdbseed/#comment-6040</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 28 Feb 2007 15:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=18#comment-6040</guid>
		<description>Yeah, XML is a nice format if the dataset isn't too big, but many times the sheer size of a database model makes working with XML seed files painful. Python is a blast though, isnâ€™t it? Good luck, Steve!!</description>
		<content:encoded><![CDATA[<p>Yeah, XML is a nice format if the dataset isn&#8217;t too big, but many times the sheer size of a database model makes working with XML seed files painful. Python is a blast though, isnâ€™t it? Good luck, Steve!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://thediscoblog.com/2006/03/02/python-patterns-with-pdbseed/#comment-5623</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 21 Feb 2007 19:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=18#comment-5623</guid>
		<description>I've started to port a database from SQL Server to Firebird. I thought I would first write the unit tests against the SQL Server database to get them right. Then after the stored procedure (or whatever) has been ported to Firebird, run the same unit test again.

I've been able to connect to both databases with Python, so Python seems like a nice fit.

Since we already generate test databases, I'm not sure I need the data stored off in XML. I'm becoming more and more doubtful that I need a framework like PDbSeed or xUnit.

Since I last dropped by here, I've discovered that the Python database API calls for a rollback by default. I'm pretty sure I can port most of our existing unit tests written in TSQL, using TSQLUnit, using that feature. The only thing I think I'm missing at the moment is a class to set up test suites (with fixtures), and a factory class like PDbSeed has, to connect to the different RDBMSs.

I'm a Python newbie, though, so all this is taking a little longer than otherwise.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve started to port a database from SQL Server to Firebird. I thought I would first write the unit tests against the SQL Server database to get them right. Then after the stored procedure (or whatever) has been ported to Firebird, run the same unit test again.</p>
<p>I&#8217;ve been able to connect to both databases with Python, so Python seems like a nice fit.</p>
<p>Since we already generate test databases, I&#8217;m not sure I need the data stored off in XML. I&#8217;m becoming more and more doubtful that I need a framework like PDbSeed or xUnit.</p>
<p>Since I last dropped by here, I&#8217;ve discovered that the Python database API calls for a rollback by default. I&#8217;m pretty sure I can port most of our existing unit tests written in TSQL, using TSQLUnit, using that feature. The only thing I think I&#8217;m missing at the moment is a class to set up test suites (with fixtures), and a factory class like PDbSeed has, to connect to the different RDBMSs.</p>
<p>I&#8217;m a Python newbie, though, so all this is taking a little longer than otherwise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://thediscoblog.com/2006/03/02/python-patterns-with-pdbseed/#comment-5224</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 17 Feb 2007 01:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=18#comment-5224</guid>
		<description>Yeah, PDbSeed is still alive-- just not kicking, so to speak. I've used the code a number of times at client sites; however, it could use some new features-- do you have any ideas?

It also seems the link I provided in this entry is incorrect-- it should be http://qualitylabs.org/pdbseed/.</description>
		<content:encoded><![CDATA[<p>Yeah, PDbSeed is still alive&#8211; just not kicking, so to speak. I&#8217;ve used the code a number of times at client sites; however, it could use some new features&#8211; do you have any ideas?</p>
<p>It also seems the link I provided in this entry is incorrect&#8211; it should be <a href="http://qualitylabs.org/pdbseed/" rel="nofollow">http://qualitylabs.org/pdbseed/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://thediscoblog.com/2006/03/02/python-patterns-with-pdbseed/#comment-5206</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 16 Feb 2007 19:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://thediscoblog.com/?p=18#comment-5206</guid>
		<description>What ever happened to PDbSeed? The site at Quality Labs looks like a ghost town. I'm interested in the possibility of using it for Firebird.</description>
		<content:encoded><![CDATA[<p>What ever happened to PDbSeed? The site at Quality Labs looks like a ghost town. I&#8217;m interested in the possibility of using it for Firebird.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
