Nov 26 2007
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 it: InspectQuery, InspectProcedure and InspectTable. These methods will quickly print out entire query results, structure of a procedure or a table/view in a form that can be easily converted to a regression test, or used as a template for ExecuteProcedure, Insert or Update tables.
- support for Oracle procedure and package synonyms
- Type details are read from SqlServer in a more efficient way, supporting objects with dots in names and fixing
a few edge cases where duplicate records were retrieved with 0.91 - null keyword handled correctly in Java
For more information, see DbFit project pages
Add to Del.Icio.Us bookmarks

