Its been a while since the last release (little under a year), and I personally haven't made too many changes to it. However, thanks to the SQLUnit team and community, there are many enhancements and bug fixes that are available. The release notes follow:
Release notes for SQLUnit version 5.0
Bugs fixed in this release
--------------------------
- Bugfix for jarfile-url handling, contributed by Brent Herbert. Allows jarfile-url functionality to be used for Tools.
- Fix for implicit symbol resolution problems with outparams reported by Sathi Chowdhury and chabatox. Fix provided by Sujit and corrected by Chabatox.
Changes in this release
-----------------------
- Compiles cleanly under Java 1.5
- Refactoring patches (to make it less unix specific) and library upgrades contributed by Paul King.
New Features in this release
----------------------------
- Added new mappings for SQL Server, contributed by Andrew Arch.
- Added Ivan Ivanov's patch for multiple reporters. This allows multiple reporters to be configured for a single SQLUnit test run.
- Added Paul King's patch for support for ant properties (any sqlunit property which starts with ${ant.xxx}). This patch allows sqlunit to change ant properties and make it available to ant in a later test.
- Applied patch to allow optional name attribute for sqlunit element, contributed by Andreas Kutschera.
- MySQL5 patch for stored procedure handling contributed by Lenggi.
- Applied patch to allow OUTPARAMs as nested UDTs, contributed by Douglas Kvidera.
-sujit
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Its been a while since the last release (little under a year), and I personally haven't made too many changes to it. However, thanks to the SQLUnit team and community, there are many enhancements and bug fixes that are available. The release notes follow:
Release notes for SQLUnit version 5.0
Bugs fixed in this release
--------------------------
- Bugfix for jarfile-url handling, contributed by Brent Herbert. Allows jarfile-url functionality to be used for Tools.
- Fix for implicit symbol resolution problems with outparams reported by Sathi Chowdhury and chabatox. Fix provided by Sujit and corrected by Chabatox.
Changes in this release
-----------------------
- Compiles cleanly under Java 1.5
- Refactoring patches (to make it less unix specific) and library upgrades contributed by Paul King.
New Features in this release
----------------------------
- Added new mappings for SQL Server, contributed by Andrew Arch.
- Added Ivan Ivanov's patch for multiple reporters. This allows multiple reporters to be configured for a single SQLUnit test run.
- Added Paul King's patch for support for ant properties (any sqlunit property which starts with ${ant.xxx}). This patch allows sqlunit to change ant properties and make it available to ant in a later test.
- Applied patch to allow optional name attribute for sqlunit element, contributed by Andreas Kutschera.
- MySQL5 patch for stored procedure handling contributed by Lenggi.
- Applied patch to allow OUTPARAMs as nested UDTs, contributed by Douglas Kvidera.
-sujit