dbfit Archive

  • I’m preparing for release 1.0 of DbFit — 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...

    DbFit – experimental support for In/Out parameters

    I’m preparing for release 1.0 of DbFit — 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...

    Continue Reading...

  • Great news – SQLServer 2000 is now supported in DbFit. The only limitation, compared to Sql Server 2005, is that tables and procedures must be fully qualified (defined as schema.name), if there is an object of the same name in the current user’s schema and in dbo. The next official...

    Initial support for SqlServer 2000 in DbFit

    Great news – SQLServer 2000 is now supported in DbFit. The only limitation, compared to Sql Server 2005, is that tables and procedures must be fully qualified (defined as schema.name), if there is an object of the same name in the current user’s schema and in dbo. The next official...

    Continue Reading...

  • DbFit 0.93 has just been released. Pick it up from SourceForge. New and noteworthy Storing query results into fixture symbols Comparing queries stored into symbols SQL Server support for GUID and SQL_Variant types (variant is treated like a string) .NET version updated to use FitNesse.Net 1.3 Loading connection settings from...

    DbFit 0.93: Storing and Comparing Queries

    DbFit 0.93 has just been released. Pick it up from SourceForge. New and noteworthy Storing query results into fixture symbols Comparing queries stored into symbols SQL Server support for GUID and SQL_Variant types (variant is treated like a string) .NET version updated to use FitNesse.Net 1.3 Loading connection settings from...

    Continue Reading...

  • I’m building a new web site for DbFit and rewriting the documentation from scratch. For the new site, I would love to have some success stories and comments from people who are using the tool now. So if you are one of them, and you are happy with the tool,...

    Are you using DbFit?

    I’m building a new web site for DbFit and rewriting the documentation from scratch. For the new site, I would love to have some success stories and comments from people who are using the tool now. So if you are one of them, and you are happy with the tool,...

    Continue Reading...

  • New version of DbFit (0.92) is now available for download from SourceForge. Here are the most important changes: Better error handling, DbFit now prints out missing column/parameter names and warns if table/procedure could not be found new Inspect fixture to help with regression tests: DatabaseTest has three methods to automate...

    DbFit 0.92: Inspect fixture and better error handling

    New version of DbFit (0.92) is now available for download from SourceForge. Here are the most important changes: Better error handling, DbFit now prints out missing column/parameter names and warns if table/procedure could not be found new Inspect fixture to help with regression tests: DatabaseTest has three methods to automate...

    Continue Reading...