<?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>Gojko Adzic &#187; dbfit</title>
	<atom:link href="http://gojko.net/category/fitnesse/dbfit/feed/" rel="self" type="application/rss+xml" />
	<link>http://gojko.net</link>
	<description>Building software that matters</description>
	<lastBuildDate>Wed, 04 Aug 2010 11:38:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>DbFit mailing list</title>
		<link>http://gojko.net/2008/12/13/dbfit-mailing-list/</link>
		<comments>http://gojko.net/2008/12/13/dbfit-mailing-list/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 22:09:55 +0000</pubDate>
		<dc:creator>gojko</dc:creator>
				<category><![CDATA[dbfit]]></category>
		<category><![CDATA[fitnesse]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://gojko.net/?p=533</guid>
		<description><![CDATA[Several new people sent in patches for DbFit and I will now have a lot more time to invest in development, so I&#8217;ve started a mailing list to coordinate ideas and work for DbFit 2.0. To join the group, see dbfit page on google groups.]]></description>
			<content:encoded><![CDATA[<p>Several new people sent in patches for DbFit and I will now have a lot more time to invest in development, so I&#8217;ve started a mailing list to coordinate ideas and work for DbFit 2.0. To join the group, see <a href="http://groups.google.com/group/dbfit">dbfit page on google groups</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gojko.net/2008/12/13/dbfit-mailing-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DbFit 1.1 released: DB2 and Derby support and native queries</title>
		<link>http://gojko.net/2008/08/22/dbfit-11-released-db2-and-derby-support-and-native-queries/</link>
		<comments>http://gojko.net/2008/08/22/dbfit-11-released-db2-and-derby-support-and-native-queries/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 15:13:59 +0000</pubDate>
		<dc:creator>gojko</dc:creator>
				<category><![CDATA[dbfit]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[fitnesse]]></category>
		<category><![CDATA[tdd]]></category>

		<guid isPermaLink="false">http://gojko.net/?p=294</guid>
		<description><![CDATA[DbFit 1.1 is now available for download from SourceForge. Here are the most important changes: Major updates DB2 supported in .net and java Initial, incomplete Derby (no stored procs) and Sql Server support for Java (not all datatypes) classes more open to 3rd party extending/overriding option to parse native queries (no symbol binding and parsing [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/fitnesse/dbfit">DbFit 1.1</a> is now available for download from <a href="http://sourceforge.net/project/showfiles.php?group_id=191053&#038;package_id=224326">SourceForge</a>. Here are the most important changes:<span id="more-294"></span></p>
<h2>Major updates</h2>
<ul>
<li>DB2 supported in .net and java</li>
<li> Initial, incomplete Derby (no stored procs) and Sql Server support for Java (not all datatypes)</li>
<li>classes more open to 3rd party extending/overriding</li>
<li>option to parse native queries (no symbol binding and parsing in dbfit, execute the directly against the database)</li>
<li>merged with fitnessedotnet release 1.7.1</li>
<li>merged with fitnesse (java) release 20080812</li>
</ul>
<h2>Minor updates</h2>
<ul>
<li>image and xml types now supported in sql server (as binary and string) in .NET</li>
<li>IDbEnvironment now exposes CurrentConnection and CurrentTransaction as public properties in .NET</li>
<li>pls_integer support for oracle/java</li>
<li>int unsigned support for mysql</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li>sql server 2005 scale/precision set correctly for db parameters</li>
<li>bigint and smallint type mapping corrected in sql server when used for id retrieval</li>
<li>connection strings with = in properties files</li>
<li>CompareStoredQueries changing the second argument</li>
<li>db parameter accessor sorting bug fixed</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://gojko.net/2008/08/22/dbfit-11-released-db2-and-derby-support-and-native-queries/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Please help test DbFit 1.1</title>
		<link>http://gojko.net/2008/08/13/please-help-test-dbfit-11/</link>
		<comments>http://gojko.net/2008/08/13/please-help-test-dbfit-11/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 12:06:44 +0000</pubDate>
		<dc:creator>gojko</dc:creator>
				<category><![CDATA[dbfit]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[fitnesse]]></category>
		<category><![CDATA[tdd]]></category>

		<guid isPermaLink="false">http://gojko.net/?p=290</guid>
		<description><![CDATA[I have merged DbFit with fitnessedotnet release 1.7.1 and fitnesse (java) release 20080812. I will publish a new official release (1.1) in a few days. My acceptance tests are running OK. If you are using DbFit at the moment, please take 10 minutes to test the latest beta version and let me know if you [...]]]></description>
			<content:encoded><![CDATA[<p>I have merged DbFit with fitnessedotnet release 1.7.1 and fitnesse (java) release 20080812.  I will publish a new official release (1.1) in a few days.</p>
<p>My acceptance tests are running OK. If you are using DbFit at the moment, please take 10 minutes to test the latest beta version and let me know if you encounter any problems, so that I can fix any potential issues before the release. Download the betas from:</p>
<p><a href="http://dbfit.svn.sourceforge.net/svnroot/dbfit/dbfit/dist/dbfit-20080813.jar">dbfit-20080813.jar </a> (java)</p>
<p><a href="http://dbfit.svn.sourceforge.net/svnroot/dbfit/dbfit/dist/dbfit-dotnet-20080813.zip">dbfit-dotnet-20080813.zip</a> (dotnet)</p>
]]></content:encoded>
			<wfw:commentRss>http://gojko.net/2008/08/13/please-help-test-dbfit-11/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Video: Effective Database Test Driven Development @ Skills Matter</title>
		<link>http://gojko.net/2008/07/10/video-effective-database-test-driven-development-skills-matter/</link>
		<comments>http://gojko.net/2008/07/10/video-effective-database-test-driven-development-skills-matter/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 15:04:00 +0000</pubDate>
		<dc:creator>gojko</dc:creator>
				<category><![CDATA[dbfit]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[tdd]]></category>

		<guid isPermaLink="false">http://gojko.net/?p=149</guid>
		<description><![CDATA[Here&#8217;s the video from my Effective Database Test Driven Development talk at Skills Matter. You can download the links and slides from here.]]></description>
			<content:encoded><![CDATA[<p><embed id="VideoPlayback" style="width:400px;height:326px;float:left; margin:5px 5px 5px 5px; border:1px solid black; " allowFullScreen="true" src="http://video.google.com/googleplayer.swf?docid=-6988832209293878325&#038;hl=en&#038;fs=true" type="application/x-shockwave-flash"></embed><br />
Here&#8217;s the video from my Effective Database Test Driven Development talk at Skills Matter.<br />
You can download the links and slides from <a href="http://gojko.net/2008/07/04/links-and-slides-from-the-effective-test-driven-database-development-talk-at-skillsmatter/">here</a>.<br />
<br clear="all"/></p>
]]></content:encoded>
			<wfw:commentRss>http://gojko.net/2008/07/10/video-effective-database-test-driven-development-skills-matter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links and slides from the &#8220;Effective Test Driven Database Development&#8221; talk at SkillsMatter</title>
		<link>http://gojko.net/2008/07/04/links-and-slides-from-the-effective-test-driven-database-development-talk-at-skillsmatter/</link>
		<comments>http://gojko.net/2008/07/04/links-and-slides-from-the-effective-test-driven-database-development-talk-at-skillsmatter/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 19:17:14 +0000</pubDate>
		<dc:creator>gojko</dc:creator>
				<category><![CDATA[dbfit]]></category>
		<category><![CDATA[fitnesse]]></category>
		<category><![CDATA[presentations]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[skills matter]]></category>
		<category><![CDATA[tdd]]></category>

		<guid isPermaLink="false">http://gojko.net/?p=144</guid>
		<description><![CDATA[As always, it was a real pleasure to talk at Skills Matter yesterday. Thanks to everyone who attended the talk. There was quite an interest in this talk, and we might do a re-run for the people who could not make it this time. If you&#8217;d like to attend a re-run of the talk soon, [...]]]></description>
			<content:encoded><![CDATA[<p>As always, it was a real pleasure to talk at Skills Matter yesterday. Thanks to everyone who attended the talk. There was quite an interest in this talk, and we might do a re-run for the people who could not make it this time. If you&#8217;d like to attend a re-run of the talk soon, drop an e-mail to the <a href="http://skillsmatter.com/go/find-us" target="_blank">organisers</a> and I&#8217;ll be happy to do it if there is enough interest. </p>
<p>Here are the <a href="http://gojko.net/resources/skillsmatter_20080703_dbtesting.ppt" target="_blank">slides</a> from the talk. The video should be online at <a href="http://skillsmatter.com/podcast/open-source-dot-net/effective-test-driven-database-development">skillsmatter.com</a> soon as well (subscribe to the <a href="http://gojko.net/feed">RSS feed</a> to get notified about that).  </p>
<p>These are the links that I mentioned in the talk:</p>
<ul>
<li><a href="http://gojko.net/2008/01/22/spring-rollback/">Spring/Hibernate rollback example</a></li>
<li><a href="http://fitnesse.info/dbfit" target="_blank">DbFit</a> project pages on FitNesse.info</li>
</ul>
<p>You might also be interested in checking out Scott Ambler&#8217;s <a href="http://agiledata.org" target="_blank">agiledata.org</a> site.</p>
]]></content:encoded>
			<wfw:commentRss>http://gojko.net/2008/07/04/links-and-slides-from-the-effective-test-driven-database-development-talk-at-skillsmatter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
