SQLUnit 4.6 has been released today. Here are the release notes:
--
Release notes for SQLUnit version 4.6
=====================================
Bugs fixed in this release
--------------------------
Changes in this release
-----------------------
- Added xercesImpl.jar to the lib/ directory, to fix a compile failure that showed up when trying to compile the code under the Eclipse IDE.
- Changed the build.xml file to generated JavaCC Java sources into the src/net/sourceforge/sqlunit/parsers/ directory instead of into src-gen. This was also done to make the Eclipse IDE happy.
- The test.class parameter for the ant junit-test target has changed to testclass to maintain parity with the testfile parameter for the sqlunit-flat target.
New Features in this release
----------------------------
- SQLUnit now has access to the properties defined in the build.xml file for the calling SQLUnit Ant task when called through Ant. All Ant properties are referred to from within SQLUnit with an "ant." prefix. So to refer to
the ant.project.name from within SQLUnit, you would need to reference the`variable {ant.ant.project.name}. Feature requested by Che.
Bugs fixed in this release:
---------------------------
- NUMERIC and DECIMAL problem, first found by James Henderson and reappeared in version 4.4.
- Problems with NULL values in outparam and col tags, reported by James Henderson and Che.
- Transaction-Support bug. SQLUnit was not handling transactions properly. Bug pointed out by Bern Holmes, partial fix suggested by Jason Wilder.
- Extra debug line showing up, pointed out by Oliver Hopton.
- Problems with handling NULL values during autosorting, reported by James Henderson.
--
Please let me know if you see problems.
Thanks
Sujit
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
SQLUnit 4.6 has been released today. Here are the release notes:
--
Release notes for SQLUnit version 4.6
=====================================
Bugs fixed in this release
--------------------------
Changes in this release
-----------------------
- Added xercesImpl.jar to the lib/ directory, to fix a compile failure that showed up when trying to compile the code under the Eclipse IDE.
- Changed the build.xml file to generated JavaCC Java sources into the src/net/sourceforge/sqlunit/parsers/ directory instead of into src-gen. This was also done to make the Eclipse IDE happy.
- The test.class parameter for the ant junit-test target has changed to testclass to maintain parity with the testfile parameter for the sqlunit-flat target.
New Features in this release
----------------------------
- SQLUnit now has access to the properties defined in the build.xml file for the calling SQLUnit Ant task when called through Ant. All Ant properties are referred to from within SQLUnit with an "ant." prefix. So to refer to
the ant.project.name from within SQLUnit, you would need to reference the`variable {ant.ant.project.name}. Feature requested by Che.
Bugs fixed in this release:
---------------------------
- NUMERIC and DECIMAL problem, first found by James Henderson and reappeared in version 4.4.
- Problems with NULL values in outparam and col tags, reported by James Henderson and Che.
- Transaction-Support bug. SQLUnit was not handling transactions properly. Bug pointed out by Bern Holmes, partial fix suggested by Jason Wilder.
- Extra debug line showing up, pointed out by Oliver Hopton.
- Problems with handling NULL values during autosorting, reported by James Henderson.
--
Please let me know if you see problems.
Thanks
Sujit