<?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; sql server</title>
	<atom:link href="http://gojko.net/tag/sql-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://gojko.net</link>
	<description>Building software that matters</description>
	<lastBuildDate>Thu, 18 Mar 2010 07:51:01 +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>DbFit 1.0: support for in/out parameters, blank-padded strings and querying stored results</title>
		<link>http://gojko.net/2008/03/10/dbfit-10-support-for-inout-parameters-blank-padded-strings-and-querying-stored-results/</link>
		<comments>http://gojko.net/2008/03/10/dbfit-10-support-for-inout-parameters-blank-padded-strings-and-querying-stored-results/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 02:38:49 +0000</pubDate>
		<dc:creator>gojko</dc:creator>
				<category><![CDATA[dbfit]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[fitnesse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[tdd]]></category>

		<guid isPermaLink="false">http://gojko.net/2008/03/10/dbfit-10-support-for-inout-parameters-blank-padded-strings-and-querying-stored-results/</guid>
		<description><![CDATA[I am pleased to finally announce version 1.0 of DbFit. DbFit is an extension to FIT/FitNesse that makes test-driven database development easy. Version 1.0 (2008-03-10) is a major cleanup release, finally bringing proper documentation for the library as well.  Grab it from SourceForge.

Major updates
   1. Support for  in/out parameters in stored [...]]]></description>
			<content:encoded><![CDATA[<p>I am pleased to finally announce version 1.0 of <a target="_blank" href="http://gojko.net/fitnesse/dbfit">DbFit</a>. DbFit is an extension to FIT/FitNesse that makes test-driven database development easy. Version 1.0 (2008-03-10) is a major cleanup release, finally bringing proper documentation for the library as well.  Grab it from <a target="_blank" href="http://sourceforge.net/project/showfiles.php?group_id=191053&#038;package_id=224326">SourceForge</a>.<br />
<span id="more-107"></span></p>
<h2>Major updates</h2>
<p>   1. Support for <a target="_blank" href="http://dbfit.svn.sourceforge.net/svnroot/dbfit/dbfit/FitNesseRoot/AcceptanceTests/DotNetTests/OracleTests/FlowMode/InOutParams/content.txt"> in/out parameters in stored procedures</a>.<br />
   2. Support for  <a target="_blank" href="http://dbfit.svn.sourceforge.net/svnroot/dbfit/dbfit/FitNesseRoot/AcceptanceTests/DotNetTests/SqlServerTests/FlowMode/QueryStored/content.txt">querying stored results</a><br />
   3. Support for SQL Server 2000 in .NET. Not as complete as Sql Server 2005, but should work in most cases.<br />
   4. Support for testing <a target="_blank" href="http://dbfit.svn.sourceforge.net/svnroot/dbfit/dbfit/FitNesseRoot/AcceptanceTests/DotNetTests/SqlServerTests/FlowMode/DataTypes/FixedStringLengthTest/content.txt">blank-padded fixed length CHAR types.</a><br />
   5. .NET version now compiled with FitNesse.NET 1.5<br />
   6. Proper documentation &#8212; finally. The documentation is available as <a target="_blank" href="http://downloads.sourceforge.net/dbfit/dbfit-docs-20080310.pdf">PDF</a> and FitNesse (included in the <a target="_blank" href="http://downloads.sourceforge.net/dbfit/dbfit-complete-20080310.zip">dbfit-complete</a> package) and also online at <a href="http://fitnesse.info/dbfit:reference" target="_blank" target="_blank">FitNesse.Info</a>.</p>
<h2>Minor updates</h2>
<p>   1. Oracle date used as Timestamp to allow V8 compatibility switch to work<br />
   2. Stored procedure params no longer have to be listed in the same order as in db<br />
   3. GUID handler now just redirecting to standard GUID handler in .NET<br />
   4. OrderedQuery and StoreParameter fixtures for standalone mode<br />
   5. bugfix for transactions not getting rolled back in Java after tests in flow mode<br />
   6. bugfix for ntext and text field sizes in sql server<br />
   7. bugfix for fail[null] NullPointerException in Java<br />
   8. workaround for fail[null] bug in fitnesse.net 1.5<br />
   9. Acceptance tests now reorganised better. </p>
<p>Many thanks to Marisa Seal for her help with the documentation and Oscar Centeno for his help with Sql Server 2000 implementation. </p>
]]></content:encoded>
			<wfw:commentRss>http://gojko.net/2008/03/10/dbfit-10-support-for-inout-parameters-blank-padded-strings-and-querying-stored-results/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DbFit &#8211; experimental support for In/Out parameters</title>
		<link>http://gojko.net/2008/02/04/dbfit-experimental-support-for-inout-parameters/</link>
		<comments>http://gojko.net/2008/02/04/dbfit-experimental-support-for-inout-parameters/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 02:49:48 +0000</pubDate>
		<dc:creator>gojko</dc:creator>
				<category><![CDATA[dbfit]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[fitnesse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[tdd]]></category>

		<guid isPermaLink="false">http://gojko.net/2008/02/04/dbfit-experimental-support-for-inout-parameters/</guid>
		<description><![CDATA[I&#8217;m preparing for release 1.0 of DbFit &#8212; one of the new things will be support for In/Out parameters. A pre-release with this functionality is now available for testing.
- To use In/Out parameters, just define two columns for the same parameter. The one for OUT direction should have a question mark
- Order of parameters in [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m preparing for release 1.0 of DbFit &mdash; one of the new things will be support for In/Out parameters. A pre-release with this functionality is now available for testing.<br />
- To use In/Out parameters, just define two columns for the same parameter. The one for OUT direction should have a question mark<br />
- Order of parameters in the table is no longer important (it was in Java), so you should be able to put parameters in FitNesse pages in a different order then those in the database.</p>
<p>Here is an example:</p>
<blockquote>
<pre>
|Execute procedure|MultiplyIO|
|factor|val|val?|
|10|5|50|
|2|8|16|
</pre>
</blockquote>
<p>Introducing IN/OUT parameters required a huge change in the underlying parameter processing, please help by testing a pre-release and verifying that your old tests work with the new system as well. </p>
<p>SQL Server turned out to be especially tricky because there is no explicit IN/OUT flag on stored procedure parameters, and .NET driver does not expect all outputs to be simply declared as InputOutput, so there is an ugly workaround in the code to check whether an output parameter is also used for input. I do not expect any problems with this, but it&#8217;s best to double-check. </p>
<p>Get the binary builds for <a href="http://dbfit.svn.sourceforge.net/svnroot/dbfit/dbfit/dist/dbfit-dotnet-20080203.zip">.NET</a> and <a href="http://dbfit.svn.sourceforge.net/svnroot/dbfit/dbfit/dist/dbfit-java-20080203.jar">Java</a> from SourceForge.</p>
]]></content:encoded>
			<wfw:commentRss>http://gojko.net/2008/02/04/dbfit-experimental-support-for-inout-parameters/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
