DbFit 1.1 released: DB2 and Derby support and native queries

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 in dbfit, execute the directly against the database)
  • merged with fitnessedotnet release 1.7.1
  • merged with fitnesse (java) release 20080812

Minor updates

  • image and xml types now supported in sql server (as binary and string) in .NET
  • IDbEnvironment now exposes CurrentConnection and CurrentTransaction as public properties in .NET
  • pls_integer support for oracle/java
  • int unsigned support for mysql

Bugfixes

  • sql server 2005 scale/precision set correctly for db parameters
  • bigint and smallint type mapping corrected in sql server when used for id retrieval
  • connection strings with = in properties files
  • CompareStoredQueries changing the second argument
  • db parameter accessor sorting bug fixed