dbUnit 3.2.0 Released #755
jeffjensen
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This release reflects a strong focus on quality: substantially expanded unit and integration test coverage, several long-standing bugs fixed, and a handful of new features.
Feedback and bug reports are always welcome via GitHub Issues.
New Features
DataSetBuilderAPI for cleaner, more readable in-memory dataset creationBug Fixes
ScrollableResultSetTable— scrollable result set support was permanently broken due to a constructor always obtaining aTYPE_FORWARD_ONLYstatement, regardless of configuration; now verified with H2-based testsLIKEwildcard escaping in metadata queriesSQLHelperNPE when a JDBC driver returns nullTABLE_SCHEMorTABLE_CATvalues (as DB2 does)TruncateTableOperationfor DB2, which requires anIMMEDIATEsuffix on everyTRUNCATE TABLEstatementUpdates
dbunit.profile.unsupportedFeaturesis now fully documented with a per-database support matrix; several profiles had stale or incorrect entries that are now correctedDetails
📋 Changes Report
🏁 Closed milestone
All reactions