Version | Date | Description |
---|---|---|
3.0.0-SNAPSHOT | Jun 15, 2024 | JUnit 5 update, ValueComparers constants |
2.8.0 | Jun 2, 2024 | YAML dataset |
2.7.3 | Feb 12, 2022 | new ValueComparers, unwrap PGConnection, Timestamp DST, UUID NPE, OracleClobDataType CCE, Operation multiple dataset sources, PostGIS 2021.1.0 |
2.7.2 | Jul 27, 2021 | DefaultPrepAndExpectedTestCase getConnection(), more case sensitive tables |
2.7.1 | Jul 22, 2021 | Apache POI 4.1.0, Maven relativePath warning, UniqueIdentifierType: change caught exception for Java 12, Set some dependencies optional, Remove commons-io, commons-collections deps, case sensitive tables |
2.7.0 | Feb 23, 2020 | DefaultPrepAndExpectedTestCase.makeAdditionalColumnInfo NPE, PostgreSQL driver update, DefaultPrepAndExpectedTestCase.verifyData() sorting, Relative date/time syntax, Travis CI, Fix MSSQL identity column filter, Fix CachedDataSet, IsActualContainingExpectedStringValueComparer, Fix FilteredDataSet case sensitivity, Fix DatabaseDataSet schema normalisation, Fix IsActualWithinToleranceOfExpectedTimestampValueComparer value casting, MSSQL datetimeoffset, Fix FlatXml set null value for different column name cases |
2.6.0 | Oct 13, 2018 | ValueComparers, PostgreSQL OID, POI 3.17, Java 8 tests, database integration tests, changes links, devguide.apt created, dbunit.properties, expected and definition tables verifier, JavaDoc gen, JDK 8 |
2.5.4 | Aug 20, 2017 | Doc update, MSSQL IdentityInsertOperation commits, streamed export, blobs in datasets |
2.5.3 | Aug 21, 2016 | DefaultPrepAndExpectedTestCase config, TimestampDataType.typeCast(), escape pattern for table name, DefaultPrepAndExpectedTestCase.verifyData() connection, XlsTable timezone, OracleXMLType, 'true' 'false' for numeric fields, XlsDataSetWriter cellstyle caching, ForeignKeyRelationshipEdge.compareTo, new CI, POM cleanup, ReplacementDataSet and DbUnitAssert case sensitive table names, XmlWriter |
2.5.2 | Apr 8, 2016 | Lost dbunit.org, toString() tables, respect DEFAULTs, multi-schema, PrepAndExpectedTestCaseSteps |
2.5.1 | April 11, 2015 | allowEmptyFields property, column aliases POI 3.11, |
2.5.0 | Apr 24, 2014 | CSV dataset, PostGres, Sonatype OSSRH, logging, Java 1.5, MySQL, UUIDs, autoincrement, DTD implied columns |
2.4.9 | Sep 30, 2012 | Additional toString()s, schema name usage, logging, timestamp, unique ID, table name in Operation exceptions, build with JDK 6. |
2.4.8 | Sep 2, 2010 | Bug fixes, timezone support, Oracle support improvements, new DataFileLoader, new PrepAndExpectedTestCase |
2.4.7 | Nov 09, 2009 | Bugfixes and some non breaking refactoring |
2.4.6 | Sep 20, 2009 | Bugfixes and some database specific additions |
2.4.5 | May 22, 2009 | Bugfixes and some few additions |
2.4.4 | Feb 24, 2009 | Bugfixes, some small additions |
2.4.3 | Jan 20, 2009 | Bugfixes, some small additions |
2.4.2 | Dec 17, 2008 | Bugfixes, some small additions |
2.4.1 | Dec 03, 2008 | Updates and bugfixes only |
2.4.0 | Nov 27, 2008 | Some API changes, features added, bugfixes |
2.3.0 | Sep 11, 2008 | Some API changes, features added, bugfixes, performance improvements in assertions. See migration guide for additional help |
2.2.3 | May 23, 2008 | Bugfixing release |
2.2.2 | May 5, 2008 | Bugfixing release |
2.2.1 | March 17, 2008 | Another official release after a long, long time... |
2.2 | December 28, 2006 | First official release in a long, long time... |
2.1 | May 31, 2004 | Multiple bugfixes and enhancements. |
2.0 | January 22, 2004 | Major release. |
1.5.6 | October 5, 2003 | |
1.5.5 | July 16, 2003 | |
1.5.1 | April 4, 2003 | |
1.5 | March 1, 2003 | |
1.4 | July 17, 2002 | |
1.3 | April 4, 2002 | |
1.2.4 | March 19, 2002 | |
1.2 | March 15, 2002 | |
1.1 | March 10, 2002 | |
1.0 | Febuary 27, 2002 | Initial public release. |
Type | Changes | By |
---|---|---|
Upgrade dbUnit from JUnit 4 to JUnit 5. Fixes 222. Thanks to emann. | jeffjensen | |
Add 'actual is null' and 'actual is not null' constants to ValueComparers class. Fixes 250. Thanks to jeffjensen. | jeffjensen |
Type | Changes | By |
---|---|---|
Add support for YAML dataset format. Fixes 244. Thanks to bjornbeskow. | bjornbeskow |
Type | Changes | By |
---|---|---|
Enable composing an Operation dataset from multiple source files. Fixes 5. Thanks to bjornbeskow. | jeffjensen | |
OracleClobDataType: Use non-deprecated CLOB; also prevents ClassCastException. Fixes 240. Thanks to bambaro. | jeffjensen | |
Nullable UUID column in PostgreSQL caused NPE. Fixes 439. Thanks to xobotun. | jeffjensen | |
Timestamp conversion for instants during daylight saving time is off. Fixes 438. Thanks to jammule. | jeffjensen | |
Unwrap PGConnection instead of casting to it. Fixes 436. Thanks to sfranson. | jeffjensen | |
Add 'actual is null' and 'actual is not null' ValueComparers. Fixes 250. Thanks to jeffjensen. | jeffjensen | |
Upgrade PostGIS JDBC driver to 2021.1.0. Fixes 251. Thanks to mprins. | jeffjensen |
Type | Changes | By |
---|---|---|
DefaultPrepAndExpectedTestCase must use correct getConnection() to initialize DatabaseConfig. Fixes 441. Thanks to jeffjensen. | jeffjensen | |
DefaultPrepAndExpectedTestCase must use DatabaseConfig.FEATURE_CASE_SENSITIVE_TABLE_NAMES: in cleanupData(). Fixes 442. Thanks to jeffjensen. | jeffjensen |
Type | Changes | By |
---|---|---|
Update Apache POI to version 4.1.0. Fixes 231. Thanks to felixknecht. | jeffjensen | |
Eliminate the Maven's relativePath warning. Fixes 235. Thanks to viczi. | jeffjensen | |
UniqueIdentifierType: change caught exception for Java 12's changed UUID validation. Fixes 236. Thanks to viczi. | jeffjensen | |
Use optional in poi-ooxml and postgresql Maven dependencies. Fixes 237. Thanks to viczi. | jeffjensen | |
Use optional in junit and hamcrest Maven dependencies. Fixes 238. Thanks to viczi. | jeffjensen | |
Remove commons-io dependency. Fixes 239. Thanks to viczi. | jeffjensen | |
Remove commons-collections dependency. Fixes 240. Thanks to viczi. | jeffjensen | |
DefaultPrepAndExpectedTestCase must use DatabaseConfig.FEATURE_CASE_SENSITIVE_TABLE_NAMES: in configureTest(). Fixes 440. Thanks to jeffjensen. | jeffjensen |
Type | Changes | By |
---|---|---|
NPE in DefaultPrepAndExpectedTestCase.makeAdditionalColumnInfo when excludeColumns is null. Fixes 417. Thanks to jeffjensen. | jeffjensen | |
Update PostgreSQL driver version. Fixes 221. Thanks to aklemp. | jeffjensen | |
DefaultPrepAndExpectedTestCase.verifyData() sorts table columns by Strings. Fixes 423. Thanks to jeffjensen. | jeffjensen | |
Add new syntax to set relative date, time, and timestamp in dataset. Fixes 224. Thanks to kforkiss. | jeffjensen | |
Setup public CI. Fixes 227. Thanks to quantas. | quantas | |
IllegalArgumentException when setting PROPERTY_IDENTITY_COLUMN_FILTER. Fixes 315. Thanks to lufecir. | jeffjensen | |
CachedDataSet does not work. Fixes 424. Thanks to deragon. | deragon | |
Add IsActualContainingExpectedStringValueComparer comparing if actual contains expected. Fixes 229. Thanks to jeffjensen. | jeffjensen | |
FilteredDataSet does not inherit case sensitivity of wrapped set. Fixes 426. Thanks to lcann. | jeffjensen | |
DatabaseDataSet SchemaSet ignores case sensitivity setting in normalizing schema names. Fixes 427. Thanks to lcann. | jeffjensen | |
IsActualWithinToleranceOfExpectedTimestampValueComparer assumes values are represented as Timestamps. Fixes 428. Thanks to lcann. | jeffjensen | |
Add support for MSSQL's datetimeoffset data type. Fixes 228. Thanks to rcd. | jeffjensen | |
DefaultPrepAndExpectedTestCase.runTest(): catch Throwable instead of Exception. Fixes 243. Thanks to jeffjensen. | jeffjensen | |
Update Oracle Dependency to ojdbc8 from Maven Central. Fixes 246. Thanks to quantas. | quantas | |
Fix null values being inserted when a column is referenced with different casing. Fixes 431. Thanks to lorentzforces. | jeffjensen |
Type | Changes | By |
---|---|---|
DefaultPrepAndExpectedTestCase, VerifyTableDefinition: support ValueComparer. Fixes 208. Thanks to jeffjensen. | jeffjensen | |
ValueComparer: DbUnitAssert: add assert method that strategizes the compare algorithm on a per column basis. Fixes 208. Thanks to jeffjensen. | jeffjensen | |
Add Dockerfiles for running ITs: MySQL, Oracle 11, Postgres and SQL Server. Fixes 220. Thanks to quantas. | quantas | |
Fix JavaDoc gen. Fixes 396. Thanks to jeffjensen. | jeffjensen | |
DefaultPrepAndExpectedTestCase: VerifyTableDefinitions and expected tables can silently mismatch, add ExpectedDataSetAndVerifyTableDefinitionVerifier. Fixes 207. Thanks to jeffjensen. | jeffjensen | |
Change build to use Java 8 compiler and target 1.8: update compileSource to 1.8. Fixes 219. Thanks to jeffjensen. | jeffjensen | |
DatabaseEnvironment loads dbunit.properties. See "Integration Tests" page for docs. Fixes 215. Thanks to deragon. | jeffjensen | |
Convert devguide.xml to devguide.apt. Fixes 214. Thanks to deragon. | jeffjensen | |
Fixed documentation regarding the blob tags. Fixes 406. Thanks to deragon. | quantas | |
Fix changes report tracker links (Bugs, Features) to support both. Fixes 352. Thanks to jeffjensen. | jeffjensen | |
Fix all (except one Oracle test) database integration tests to work again. Fixes 407, 409, 410, 411. Thanks to quantas. | quantas | |
Update tests to support build running Java 8. Fixes 195. Thanks to jkearns. | jeffjensen | |
CachedDataSet has redundant code. Fixes 200. Thanks to deragon. | jeffjensen | |
FlatDtdDataSet has redundant code. Fixes 199. Thanks to deragon. | jeffjensen | |
Use Apache POI 3.17. Fixes 205. Thanks to msymons81. | jeffjensen | |
Add PostgreSQL OID data type. Fixes 179. Thanks to mfrechePgest, ibic. | jeffjensen |
Type | Changes | By |
---|---|---|
DefaultPrepAndExpectedTestCase: Don't verify table data when test execution has errors. Thanks to jeffjensen. | jeffjensen | |
Cannot insert null values via jTDS (regression from 374). Fixes 400. Thanks to sidikcz. | jeffjensen | |
Blobs are now easier to define in flat XML dataset and CSV files using [text <encoding>], [base64] and [file] cues. See Data Types doc page. Fixes 196. Thanks to deragon. | jeffjensen | |
Fix Ohloh to the update Open Hub terminology. Fixes 198. Thanks to mureinik. | jeffjensen | |
Streamed export does not work when it launched from Ant. Fixes 397. Thanks to zdenek-z. | jeffjensen | |
MSSQL IdentityInsertOperation.execute erroneously always commits. Fixes 309. Thanks to bjornbeskow. | jeffjensen | |
Outdated link on Configurable Features and Properties page. Fixes 395. Thanks to opporancisis. | jeffjensen |
Type | Changes | By |
---|---|---|
Any characters with code greater than 7f are written to XML attribute value as entity. Fixes 389. Thanks to apechinsky. | jeffjensen | |
DbUnitAssert table name case sensitive problems. Fixes 386. Thanks to rafaelvs. | jeffjensen | |
ReplacementDataSet "ignores" its decorated DataSet's caseSensitiveTableNames setting. Fixes 388. Thanks to rafaelvs. | jeffjensen | |
Broken links to issues referenced in changes-report.html. Fixes 387. Thanks to jeffjensen. | jeffjensen | |
POM cleanup: remove "official" profile, consolidate config. Thanks to jeffjensen. | jeffjensen | |
Update site with new CI server info: http://dbunit.intertech.com/jenkins Thanks to jeffjensen. | jeffjensen | |
Can not obtain relations from several columns. Fixes 320. Thanks to jeffjensen. | jeffjensen | |
Running out of cell styles in XlsDataSetWriter. Fixes 377. Thanks to markarnold. | jeffjensen | |
Allow 'false' -> 0 and 'true' -> 1 for numeric fields. Fixes 313. Thanks to weifengli. | jeffjensen | |
Unable to insert row with Oracle XMLType. Fixes 374. Thanks to sidikcz. | jeffjensen | |
Add test showing XlsTable timezone issue first reported in issue 280. Fixes 371. Thanks to markarnold. | jeffjensen | |
Don't add timezone offset for XlsTable. Fixes 280. Thanks to mnt40. | jeffjensen | |
DefaultPrepAndExpectedTestCase.verifyData() uses databaseTester.getConnection() and should use DatabaseTestCase.getConnection(). Thanks to jeffjensen. | jeffjensen | |
AbstractDatabaseConnection.createTable(String) ignores escape pattern for table name. Thanks to jeffjensen. | jeffjensen | |
TimestampDataType.typeCast() fails on non-local timezones. Fixes 380. Thanks to fs5. | jeffjensen | |
DefaultPrepAndExpectedTestCase doesn't handle all DatabaseConfig access approaches, missing dbUnit lifecycle steps. Fixes 383. Thanks to jeffjensen. | jeffjensen |
Type | Changes | By |
---|---|---|
Multi schema support in FlatXmlDataSets. Fixes 368. Thanks to warwing. | jeffjensen | |
Do not explicitly insert null into NOT NULL columns with DEFAULT. Fixes 185. Thanks to mattias78. | jeffjensen | |
Add toString() to XlsTable and StreamingIterator. Fixes 187. Thanks to jeffjensen. | jeffjensen | |
dbunit.org domain owner did not renew it; fix links. Fixes 367. Thanks to jeffjensen. | jeffjensen | |
Make AbstractDataFileLoader.loadDataSet public and pull up to DataFileLoader interface. Thanks to jeffjensen. | jeffjensen | |
Postgres CITEXT data type support. Fixes 189. Thanks to zemertz. | jeffjensen | |
Add PrepAndExpectedTestCaseSteps for lambdas and eliminating try/catch/finally template for PrepAndExpectedTestCase. Thanks to jeffjensen. | jeffjensen |
Type | Changes | By |
---|---|---|
Upgrade Apache POI library from "3.2-FINAL" to "3.11". Pull request 6, Enhancement 161. Fixes 161. Thanks to kazuhito-m. | jeffjensen | |
dBUnit does not pick up column aliases. Fixes 348. Thanks to tm14258. | jeffjensen | |
Add allowEmptyFields feature flag/property to prevent fail-fast and allow empty string fields. Fixes 363. Thanks to adko. | jeffjensen | |
BigIntegerDataType.setSqlValue() NPE when value is null. Fixes 361. Thanks to drissamri. | jeffjensen |
Type | Changes | By |
---|---|---|
Use Sonatype OSSRH for snapshots and release sync to Central. Fixes 3578765. Thanks to jeffjensen. | jeffjensen | |
Add Postgres Geometry Type. Fixes 3499513. Thanks to MPriess. | jeffjensen | |
CsvURLProducer swallows exception stack. Fixes 3545861. Thanks to artbristol. | jeffjensen | |
Trim CSV file column names. Fixes 3554287. Thanks to statalex. | jeffjensen | |
DefaultPrepAndExpectedTestCase: Log exceptions for setupData, verifyData, cleanupData to help diagnosis of data problems. Thanks to jeffjensen. | jeffjensen | |
Fail fast and clearly when column value has no value; throws IllegalArgumentException. Thanks to jeffjensen. | jeffjensen | |
Update SLF4J and LogBack to latest versions. Thanks to jeffjensen. | jeffjensen | |
Update compileSource to 1.5. Thanks to jeffjensen. | jeffjensen | |
Update JUnit version to 4.11. Thanks to jeffjensen. | jeffjensen | |
H2DataTypeFactory does not properly support UUID data type. Fixes 349. Thanks to rburgst. | jeffjensen | |
DBUnit 2.4.9 needs java 6 to run. Fixes 340. Thanks to djeanprost. | jeffjensen | |
MySqlDataTypeFactory saves TINYINT(1) as String. Fixes 313. Thanks to weifengli. | jeffjensen | |
Special dataset syntax for UUIDs mapped to binary fields. Fixes 178. Thanks to timurstrekalov. | jeffjensen | |
Broken link on http://www.dbunit.org/issue-tracking.html. Fixes 343. Thanks to gavenkoa. | jeffjensen | |
SQLHelper Oracle Issue (autoincrement metadata problem). Fixes 335. Thanks to mrhcon01. | jeffjensen | |
Columns with defaults should be #IMPLIED in generated DTD. Fixes 184. Thanks to mattias78. | jeffjensen |
Type | Changes | By |
---|---|---|
Change build to use current compiler on path vs 1.4. This is first dbUnit release done with JDK 6. If you encounter problems, please open a bug tracker item. Fixes 3573007. Thanks to jeffjensen. | jeffjensen | |
Add toString() methods to AbstractResultSetTable, ForwardOnlyResultSetTable, ScrollableResultSetTable, ColumnFilterTable. Thanks to jeffjensen. | jeffjensen | |
For DefaultPrepAndExpectedTestCase, catch, log, and rethrow all log messages to help with troubleshooting. Tweak log messages. Improve doc example. Thanks to jeffjensen. | jeffjensen | |
Add schema name, if specified, to table name in query in AbstractDatabaseConnection.createTable(). Thanks to jeffjensen. | jeffjensen | |
New Handling of Timestamp in 2.4.8 has error with subseconds. Fixes 3071408. Thanks to chrisphe. | rlogiacco | |
AbstractDatabaseConnection createQueryTable throws UOEx. Fixes 3132130. Thanks to jeffjensen. | jeffjensen | |
Provides support for the uniqueidentifier type in Microsoft SQLServer. Fixes 3170998. Thanks to mcpierceaim. | jeffjensen | |
To help troubleshooting, add table name to Operation exceptions: refresh, delete, insert, update. Thanks to jeffjensen. | jeffjensen |
Type | Changes | By |
---|---|---|
MSSQL JDBC Driver 3.0 doesn't work well. Fixes 3027485. Thanks to Yishai. | gommma | |
NPE when setting properties. Fixes 3022281. Thanks to wujeksrujek. | gommma | |
Wrong value for property "datatypeFactory". Fixes 2993712. Thanks to glesatsf. | gommma | |
Added driver for Mckoi db. Fixes 2986323. Thanks to luigitalamona. | gommma | |
SQL: "Create Domain" ... Data Types are not supported. Fixes 2887115. Thanks to unwissender2009. | gommma | |
Additional refinements for Oracle SDO_GEOMETRY datatype. Fixes 2875253. Thanks to caseylucas. | jbhurst | |
Add timezone support for timestamp data type. Fixes 2921131. Thanks to vlamp. | jbhurst | |
OracleDataTypeFactory recognises "SYS.XMLTYPE". Fixes 2919427. Thanks to dbamberghi (Daniele Bamberghi). | jbhurst | |
Add "file loader" utility (DataFileLoader) for various data file types. Fixes 2938029. Thanks to jeffjensen. | jeffjensen | |
Add new TestCase that supports prepare and expected datasets: "DefaultPrepAndExpectedTestCase" Thanks to jeffjensen. | jeffjensen |
Type | Changes | By |
---|---|---|
dtd for XmlDataSet. Fixes 2685615. Thanks to lumpynose. | gommma | |
Column sensing not available for InputStream. Fixes 2866150. Thanks to rlogiacco. | gommma | |
DatabaseSequenceFilter fails on case sensitive tables. Fixes 2741077. Thanks to dnap. | gommma | |
DB2 problem with schema names. Fixes 2838922. Thanks to matthieus, simon_wu. | gommma | |
Handle non-typical characters in xml encoding. Fixes 2875262. Thanks to caseylucas. | gommma | |
Fix integration tests. Fixes 2875235. Thanks to jbhurst. | jbhurst | |
FK table sorting does not work with cross-schema FKs. Fixes 2880113. Thanks to jherico. | gommma | |
Replaced reflection-based Oracle data types with static calls. Fixes 2876909. Thanks to jbhurst. | jbhurst | |
Add support for Oracle SDO_GEOMETRY datatype. Fixes 2875253. Thanks to caseylucas. | jbhurst | |
Improvements to the ant operation task. Fixes 2884634. Thanks to ymenager. | gommma | |
MsSqlDataTypeFactory does not support MS SQL 2005 NTEXT. Fixes 2889757. Thanks to carcher. | gommma |
Type | Changes | By |
---|---|---|
Add support for interval type on postgres. Fixes 284432. Thanks to JamesR. | rlogiacco | |
Changed some verbose logging statements from INFO to DEBUG level Thanks to felipeal. | felipeal | |
DefaultDataSet is incompatible w/ AbstractDataSet's IDataSet. Fixes 2797698. Thanks to mkienenb. | gommma | |
XlsTable - empty excel columns cause problem. Fixes 2818981. Thanks to verreckenk. | gommma | |
Support for Postgres' inet types. Fixes 2824505. Thanks to agnul. | gommma | |
primaryFilterKey is not always respected. Fixes 2823165. Thanks to porkchop009. | gommma | |
Nullable tinyint on mysql cannot be inserted. Fixes 2831696. Thanks to kalpana. | gommma | |
Unify dbunit features and properties. Fixes 2806016. Thanks to gommma. | gommma | |
Support for Postgresql Enum. Fixes 2833897. Thanks to user2037. | gommma | |
DB2 problem with schema names. Fixes 2838922. Thanks to matthieus. | gommma | |
Support for Oracle ROWID Thanks to gommma. | gommma | |
AbstractTableMetaData hardcoded dependency on IDataTypeFactory. Fixes 2856524. Thanks to jbhurst. | gommma | |
Numbers with more than 19 digits cannot be saved in a BIGINT column. Fixes 2858410. Thanks to acecacec. | gommma | |
Sybace - SQLHelper.getDatabaseInfo exception getDatabaseMajorVersion(). Fixes 2854788. Thanks to olibye. | gommma | |
DBUnit support for Netezza database. Fixes 2828869. Thanks to amit3011. | gommma |
Type | Changes | By |
---|---|---|
Add Excel support to Export. Fixes 2633859. Thanks to tjstavenger. | gommma | |
MySQL - NoSuchTableException. Fixes 2658082. Thanks to Bernard Schubach. | gommma | |
Have DbUnitAssert use JUnit only if present. Fixes 2658136. Thanks to ejain. | gommma | |
Oracle BINARY_DOUBLE+BINARY_FLOAT support. Fixes 2645688. Thanks to reidmp. | gommma | |
specify the schema via the api. Fixes 2684042. Thanks to lumpynose. | gommma | |
XslTableTest.testDifferentDatatypes() fails (in trunk). Fixes 2783773. Thanks to cyberroadie. | gommma | |
Breaking change and likely bug in XlsTable.java. Fixes 2709501. Thanks to al0. | gommma | |
Support for UUID data type Postgresql. Fixes 2783531. Thanks to cyberroadie, firsttiger. | gommma |
Type | Changes | By |
---|---|---|
Better extensibility for XmlDataSetWriter. Fixes 2524180. Thanks to gommma. | gommma | |
XlsDataSet.write. Fixes 2542079. Thanks to kkaz. | gommma | |
Mysql FEATURE_QUALIFIED_TABLE_NAMES column SQLHelper.matches. Fixes 2545095. Thanks to jhattat. | gommma | |
overridden setUpDatabaseConfig not called. Fixes 2567724. Thanks to lunatix13. | gommma | |
DB2 problem after 2.4. Fixes 2549683. Thanks to chuanghs. | gommma | |
Mysql Linux metatdata UpperCase Comparison. Fixes 2517257. Thanks to jhattat. | gommma | |
JTDS Driver causes warning in class AbstractTableMetaData. Fixes 2616420. Thanks to ihr-staal. | gommma | |
Add DatabaseConnection methods to support PreparedStatements. Fixes 1956543. Thanks to jeffjensen. | gommma |
Type | Changes | By |
---|---|---|
Simplify use of custom datatype factory for DBTestCase. Fixes 2023994. Thanks to marney. | gommma | |
problem when verifying against an XmlDataSet. Fixes 2475264. Thanks to erik.van.zijst. | gommma | |
IDENTITY_INSERT : Check for identity column incorrect. Fixes 1182289. Thanks to jamapor. | gommma | |
possibly i18n problem. Fixes 1537894. Thanks to skuzey. | gommma | |
FailureHandler is not propagated to data comparison stage. Fixes 2494501. Thanks to rogerrabbitpro. | gommma | |
Warning message "PostgreSQL not be supported". Fixes 2486800. Thanks to macha64. | gommma | |
short BLOB are not correctly managed. Fixes 1690721. Thanks to cdubet. | gommma | |
MySQL AmbiguousTableNameException incorrectly thrown. Fixes 2489228. Thanks to xianpants. | gommma | |
TableName pattern filtering. Fixes 1452382. Thanks to akhilss. | gommma |
Type | Changes | By |
---|---|---|
Cannot extract contents of table with a column named "AS". Fixes 2356800. Thanks to jeremy_finney. | gommma | |
MySQL case sensitive problem in dataset creation. Fixes 2382766. Thanks to dacota. | gommma | |
Add StringIgnoreCase DataType. Fixes 2390557. Thanks to gommma. | gommma | |
FEATURE_CASE_SENSITIVE_TABLE_NAMES doesn't work completely (fixed wrong DatabaseConfig property). Fixes 2391757. Thanks to j_zimmermann. | gommma | |
org.dbunit.dataset.datatype.TypeCastException. Fixes 2392770. Thanks to kkaz. | gommma | |
SLF4J maven dependencies aren't quite correct. Fixes 2398926. Thanks to xianpants. | gommma | |
Include table name in cyclic dependency exception. Fixes 2407106. Thanks to brentplump. | gommma | |
Insert fails on Oracle multiple schemas. Fixes 2439408. Thanks to claus437. | gommma |
Type | Changes | By |
---|---|---|
Updated slf4j dependencies to version 1.5.6. Thanks to gommma. | gommma | |
No metadata Tables found. Fixes 1628896. Thanks to jeromevdl. | gommma | |
Oracle problem rel 2.4 in createQueryTable. Fixes 2356010. Thanks to gommma. | gommma | |
Cannot insert table data with self-reference in 2.4.0. Fixes 2370993. Thanks to schedinl. | gommma |
Type | Changes | By |
---|---|---|
Refactor Assertion class. Fixes 2235876. Thanks to felipeal. | felipeal | |
When comparing empty tables, column info should be ignored. Fixes 2198914. Thanks to felipeal. | felipeal | |
Added "constants" for DatabaseOperation wrappers. Fixes 2122413. Thanks to felipeal. | felipeal | |
ISearchAlgorithm.search returns strongly typed ListOrderedSet instead of a normal Set so that TableDependencyHelper can return tables in correct order. API change. Thanks to gommma. | gommma | |
XmlWriter can't write nested CDATA sections. Fixes 1628105. Thanks to ozonobon. | gommma | |
XMLType Support for Oracle - Again. Fixes 1464982. Thanks to woollybarr. | gommma | |
QueryDataSet does not cache query results - Implies API change - new method IDatabaseConnection.createTable(String tableName). Fixes 2122773. Thanks to mkejzar. | gommma | |
Fail-Fast if AmbiguousTableNames found. Fixes 2132121. Thanks to gommma. | gommma | |
[PATCH] Support Oracle SQLLoader files for datasets - refactored the CSV Pipeline infrastructure so that it can be reused for sqlldr files. Fixes 1735092. Thanks to stritti. | gommma | |
Updated apache commons-collections from 3.1 to 3.2.1 Thanks to gommma. | gommma | |
BigDecimal values read by XlsDataSet have wrong precision. Fixes 1159489. Thanks to srinirang. | gommma | |
give tolerated delta as percentage in floating-point compare. Fixes 2148079. Thanks to gommma. | gommma | |
Remove commons-lang dependency. Fixes 2148099. Thanks to gommma. | gommma | |
DbUnitTask#createConnection. Fixes 1180734. Thanks to che---. | gommma | |
FlatDtdProducer does not support Element dataset ANY. Fixes 1432308. Thanks to hack. | gommma | |
tinyint being ignored. Fixes 1344618. Thanks to ianjoyce. | gommma | |
DBUnit does not recognise "Unsigned" INTEGER columns. Fixes 1194928. Thanks to rahulr. | gommma | |
FlatXMLdataSet counts 14 tables instead of 1 table of 14 row. Fixes 1063128. Thanks to djocal. | gommma | |
Better reporting of extra columns in FlatXmlProducer. Fixes 2163902. Thanks to olegc. | gommma | |
BufferedConsumer never cleans _allRows. Fixes 2163897. Thanks to olegc. | gommma | |
new SortedTable throws NoSuchColumnException. Fixes 2119648. Thanks to powerlord. | gommma | |
QueryDataSet does not cache query results. Fixes 2122773. Thanks to mkejzar. | gommma | |
problem because tableName is case insensitive. Fixes 1214252. Thanks to bilaco. | gommma | |
DatabaseSequenceFilter infinite loop on cyclic dependency. Fixes 1531883. Thanks to fordfrog. | gommma | |
Performance improvement in Assertions.assertEquals(ITable expected, ITable actual) - Lookup the DataTypes for every column only once and not for every single row Thanks to gommma. | gommma | |
Field forgot under insert step - enabled columnSensing feature for ant task when format "flat" is used. Fixes 2166291. Thanks to lyrzine. | gommma | |
Need a way to NOT pretty format xml. Fixes 1196357. Thanks to ips_khanwale. | gommma | |
Additional column info also for filtered columns. Fixes 2212329. Thanks to gommma. | gommma | |
QuerySet docs (includes little refactoring). Fixes 1277038. Thanks to lennymarks. | gommma | |
add primaryKeyFilter-Property in ant. Fixes 2041400. Thanks to moschen. | gommma | |
Make configuration elements settable in ant (see 2041400). Fixes 1371813. Thanks to dsyer. | gommma | |
Choose encoding for ant export task. Fixes 1108976. Thanks to matty70. | gommma | |
Share transaction with InsertIdentityOp. Fixes 564041. Thanks to james_a_woods. | gommma | |
New Datatype MySqlDataTypeFactory. Fixes 1798605. Thanks to gianasista. | gommma | |
Remove JUnit dependency. Fixes 1897627. Thanks to felipeal. | gommma | |
Provide the complete diff of 2 tables. Fixes 2241776. Thanks to gommma. | gommma | |
MySqlDataTypeFactory incorrectly maps TinyInt. Fixes 2017635. Thanks to paul0al. | gommma | |
Excel processing error - update from POI-3.1-FINAL to POI-3.2-FINAL. Date values are read/written as Numeric values for now since the POI Date handling is not consistent (i.e. write Date and read the written Date do not provide equal Date objects). Fixes 2263530. Thanks to alekssokolov. | gommma | |
dataset generated with getAllDependentTables contradicts DTD. Fixes 2230097. Thanks to stevensa. | gommma | |
MetaData get() are Pattern-Like. Fixes 1644650. Thanks to j_linz. | gommma | |
Improvements on HxxxxDataFactory. Fixes 1897620. Thanks to felipeal. | gommma |
Type | Changes | By |
---|---|---|
Trimming is now done on Excel column names to prevent NoSuchColumnException. Fixes 1968640. Thanks to slecallonnec. | slecallonnec | |
Patch for Bug #1421590 "Problem in data import if all the columns are not populated". Fixes 1981449. Thanks to gommma. | rlogiacco | |
NoSuchColumnException now thrown when column name does not exist. Fixes 1975499. Thanks to gommma. | slecallonnec | |
Patch: some extra comparison methods for Assertion. Fixes 1969355. Thanks to ymenager. | gommma | |
Assertion.equals to provide more info about failure. Fixes 1966517. Thanks to gommma. | gommma | |
StreamingDataSet.toString() now returning default value rather UnsupportedOperationException. Fixes 1636182. Thanks to slecallonnec. | slecallonnec | |
Performance optimization getColumnIndex() - Implies API change: new method ITableMetaData.getColumnIndex. Fixes 1993243. Thanks to gommma. | gommma | |
Support RowFilter on ITable. Fixes 1959771. Thanks to gommma. | gommma | |
support for tolerated delta in floating-point comparisons - Implies API change: new method IDataTypeFactory.createDataType(int sqlType, String sqlTypeName, String tableName, String columnName). Fixes 1961269. Thanks to gommma. | gommma | |
Added batchSize as a parameter. Thanks to slecallonnec. | slecallonnec | |
Excel support in Ant task. Fixes 1358137. Thanks to rinkrank. | gommma | |
Bad comparison in SortedTable. Fixes 1176380. Thanks to easyproglife. | gommma | |
Added fetchSize as a parameter. Thanks to gommma. | gommma | |
ReplacementTable - allow fail if value not replaced. Fixes 1685474. Thanks to jacobrobertson. | gommma | |
Fixing erroneous logger.error in BytesDataType.typeCast(). Fixes 2009747. Thanks to slecallonnec. | slecallonnec | |
Refactoring of column-related methods. Fixes 2004349. Thanks to gommma. | slecallonnec | |
TablesDependencyHelper with Oracle schema bug - Implies API change - the constructors of DatabaseConnection throw a DatabaseUnitException if the connection/schema are not valid. Fixes 2007635. Thanks to phisf. | gommma | |
Assertion: replace Assert.fail with ComparisonFailure. Fixes 2010546. Thanks to damian_golda. | gommma | |
Alternative support for CLOB and BLOB in Oracle 11 JDBC. Fixes 2010567. Thanks to damian_golda. | gommma | |
datatypeFactory documentation note needed. Fixes 1499591. Thanks to loedolff. | gommma | |
getAllDependentTables ORA-01000: maximum open cursors exceed. Fixes 2014884. Thanks to pasha_z. | gommma | |
getAllDependentTables didn't work with full qualified names. Fixes 1746373. Thanks to byte-error. | gommma | |
Added constructors to NoSuchColumnException taking table name and column name as arguments - set old constructors to deprecated Thanks to gommma. | gommma | |
Exception in DTD generation - Implies API behaviour change. DatabaseTableMetaData.getColumns() does not throw a NoColumnsFoundExcepion anymore but returns an empty Column[] when a table does not have any dbunit-supported columns. Fixes 1789402. Thanks to jondi. | gommma | |
Assertion.equals provides more information than just the column count when a column mismatch between expected and result tables was found. All columns are reported so that the user can see immediately which columns are missing Thanks to gommma. | gommma | |
Write validation message when the configured IDataTypeFactory probably does not match to the current database system. The validation implicitly takes place when AbstractTableMetaData.getDataTypeFactory() is invoked. Thanks to gommma. | gommma | |
Maven pom.xml updates: Added ciManagement section, added some plugins for reporting Thanks to gommma. | gommma | |
Test error: testExportWithQuerySet. Fixes 1497369. Thanks to bascan. | gommma | |
Topological sorting of tables when exporting. Fixes 2012491. Thanks to rpuchkovskiy. | gommma | |
Use DataType.BLOB instead of DataType.LONGVARBINARY. Fixes 2012495. Thanks to rpuchkovskiy. | gommma | |
DbUnit is only JDK 1.4 compatible and not 1.3 (as claimed until now). Several methods are in use that did not exist in JDK 1.3. To build with JDK 1.4 and maven it is now required to set the environment variable JAVA_1_4_HOME to your JDK 1.4 home directory Thanks to rpuchkovskiy. | gommma | |
Update apache POI to latest release (2.5.1 -> 3.1). Fixes 2029693. Thanks to gommma. | gommma | |
Inserting of clobs fails. Fixes 1984596. Thanks to bustuila. | gommma | |
method getRowCount don't use schema. Fixes 1214234. Thanks to bilaco. | gommma | |
Column count for empty XlsDataSet returns 0. Fixes 1224643. Thanks to bugmenot. | gommma | |
Values with newlines cannot be compared with assertEquals. Fixes 948472. Thanks to gmathijssen. | gommma | |
Infinite wait in StreamingIterator. Fixes 1031870. Thanks to chadwl. | gommma | |
Types.BOOLEAN not recognized. Fixes 1144269. Thanks to berni123. | gommma | |
"compare" + "table" tag throw NoSuchTableException - added more information about the cause to the thrown exception. Fixes 1448932. Thanks to palsnagaraj. | gommma | |
DTD Creation and Parsing - throw meaningful exception if DTD ELEMENT declaration is missing. Fixes 1339675. Thanks to vanhill21. | gommma | |
Added more information in case of a wrong configured DataTypeFactory. Fixes 2059253. Thanks to kornstaedt. | gommma |
Type | Changes | By |
---|---|---|
Missing License file in distribution jars. Fixes 1967969. Thanks to rlogiacco. | rlogiacco | |
Removed redundant and erroneous ERROR logging. Fixes 1925603. Thanks to slecallonnec. | slecallonnec | |
Memory leak. Fixes 1955585. Thanks to rlogiacco. | rlogiacco | |
A warning message is now displayed when rows contain more columns than the first row. Thanks to slecallonnec. | slecallonnec |
Type | Changes | By |
---|---|---|
End of table name cut off when bracketed in FlatDtdProducer. Fixes 1953115. Thanks to Mike Norrish. | rlogiacco | |
IncompatibleClassChangeError with 2.2.1. Fixes 1926302. Thanks to rlogiacco. | rlogiacco | |
junit jar-file should be JDK 1.4 compatible. Fixes 1955929. Thanks to rlogiacco. | rlogiacco | |
Version 2.2-dev, Java 1.4 compatibility issue. Fixes 1475565. Thanks to rlogiacco. | rlogiacco | |
Changed logger.error into logger.debug when the exception can be disregarded. Fixes 1925603. Thanks to slecallonnec. | slecallonnec | |
Fixed issue with CLOB datatype in Derby. Fixes 1806363. Thanks to Brian Atkinson. | slecallonnec |
Type | Changes | By |
---|---|---|
Added SLF4J dependency and logging statements Thanks to rlogiacco. | rlogiacco | |
Removed JUnit dependency on IDatabaseTester implementations. Fixes 1897627. Thanks to felipeal. | felipeal | |
Created H2 data factory. Fixes 1897612. Thanks to felipeal. | felipeal | |
New point Datatype on MySqlDataTypeFactory. Fixes 1798605. Thanks to Vera Wahler. | felipeal | |
Improvements on M2 build - Additional files. Fixes 1735506. Thanks to Greg Morgan. | felipeal | |
NPE in FlatDtdProducer.java at line 224. Fixes 1849219. Thanks to JensFransson. | rlogiacco | |
Bug in XmlWriter / escapeXml. Fixes 1849165. Thanks to Markus Thielen. | rlogiacco | |
Database schema with escape pattern doesn't work. Fixes 1786425. Thanks to rlogiacco. | rlogiacco | |
Misleading error reported by RowOutOfBoundsException. Fixes 1712122. Thanks to Chris R. Salch. | rlogiacco | |
NPE In InsertIdentityOperation. Fixes 1328956. Thanks to Reuben Firmin. | rlogiacco | |
DataSourceDatabaseTest does not use setSchema(). Fixes 1710743. Thanks to Will Sargent. | rlogiacco | |
Columns in ORDER BY Not Quoted. Fixes 1637089. Thanks to Chuck Hill. | rlogiacco | |
ReplacementTable broken for multiple replacements. Fixes 1214536. Thanks to Sébastien Le Callonnec. | rlogiacco | |
Null pointer exception in FlatXMLDataSet.write(compositeDS). Fixes 1721870. Thanks to Sébastien Le Callonnec. | rlogiacco | |
Null pointer exception in FlatXMLDataSet.write(compositeDS). Fixes 1721870. Thanks to Sébastien Le Callonnec. | rlogiacco | |
Problem with Oracle 10g Recyclebin. Fixes 1459205. Thanks to Sébastien Le Callonnec. | rlogiacco |
Type | Changes | By |
---|---|---|
Enable TestCase compositions. Fixes 1473744. Thanks to Andres Almiray. | felipeal | |
Migrate SCM to Subversion Thanks to felipeal. | felipeal | |
Support for MySQL 5.0 boolean datatype. Fixes 1494257. Thanks to Bas Cancrinus. | felipeal | |
Added pom.xml so it can be built by Maven 2. Fixes 1482990. Thanks to felipeal. | felipeal | |
XmlDataSetWriter now has a flag to include column's name as comment. Thanks to felipeal. | felipeal | |
Added org.dbunit.util.search and org.dbunit.database.search packages, whose classes can be used to search tables depedencies for a given table. Fixes 1273949. Thanks to felipeal. | felipeal | |
Add "transaction" attribute to ant tasks to wrap operations in a single transaction. Can make operations faster. Fixes 1264212. Thanks to John Lewis. | dep4b | |
Typo in howto example Thanks to Jeremy Frens. | dep4b | |
Properly support writing NCLOBs to Oracle Thanks to Cris Daniluk. | dep4b | |
Support CSV files from a URL (e.g. jar file) + CSV fixes. Fixes 1114490. Thanks to Dion Gillard. | dep4b | |
Fix the driver in classpath/driver not in classpath to always work regardless of configured driver. Thanks to dep4b. | dep4b | |
Typo in test class AbstractDataSetTest. Fixes 1114487. Thanks to Dion Gillard. | dep4b | |
new HsqldbDataTypeFactory for working with booleans in HsqlDB. Thanks to Klas Axell. | dep4b |
Type | Changes | By |
---|---|---|
741394 - New database compare Ant tag. See Ant task documentation. | ||
New Comma Separated Values (CSV) dataset implementation. Thanks to fspinazzi. | fspinazzi | |
824328 & 948479 - Ability to add DOCTYPE declaration when writing a flat Xml dataset. See FAQ. | ||
884422 - FlatDtdWriter has now the ability to generate DTDs with choice model instead of sequence model. | ||
Ability to import external file for binary data types like BLOB; the value can be either a qualified URL or a file path name. | ||
Do not omit NULL values anymore in INSERT statements. Now only XmlDataSet's <none/> tag are omitted. With FlatXmlDataSet you must use the ReplacementDataSet to achieve the same behavior. | ||
937732 - XlsDataSet now use UTF-16 encoding to support Asian characters. Patch submitted by Shuhei Kondo. | ||
Applied XlsTable empty table detection patch submitted by Deepak Kaimal. | ||
Added back FlatXmlDataSet constructors taking URL as argument missing in version 2.0. | ||
918631 & 925585 - Fixed FlatXmlDataSet constructors taking InputStream/Reader for loading DTD. | ||
DELETE_ALL operation now deletes tables only *once* in reverse order they are encountered. Before, duplicate tables were resulting in multiple deletes. Patch submitted by John Hurst. | ||
DELETE_ALL operation now compatible with StreamingDataSet. | ||
947330 - Now closing ResultSet before Statement to fix exceptions thrown by the Firebird JDBC driver and the OpenBase 8.0 JDBC driver. | ||
921869 - Fixed ParameterIndexOutOfBoundsException with InterBase. | ||
947809 - Moved createMetaData() static method from AbstractResultSet to DatabaseTableMetaData and made it public. Can now be used to create ITable from a ResultSet. | ||
Support for large Oracle BLOB. Must use OracleDataTypeFactory. | ||
Oracle LONG RAW data type support via OracleDataTypeFactory. Original patch submitted by Markus Muller. | ||
Added back support for Oracle FLOAT missing in DbUnit 2.0. Must use OracleDataTypeFactory. | ||
Support for Oracle NCHAR2 as proposed by Deepak Kaimal. Must use OracleDataTypeFactory. | ||
Added DataType.isDateTime() method proposed by Ayman Mahfouz. | ||
726366 & 884422 - Added IColumnFilter interface. Can be used to filter out some table columns. See FAQ. | ||
Renamed ITableFilter.isValidName() method to accept() to be consistent with the new IColumnFilter interface. | ||
955354 - Ability to determine the primary keys with IColumnFilter interface instead of DatabaseMetaData.getPrimaryKeys(). Primary keys sequence is not predictable when using filter. See FAQ. | ||
Ability to plug custom IDENTITY column detection strategy for InsertIdentityOperation when using user defined types. See FAQ. | ||
Added DefaultTableFilter class, which combines capability of the Include/ExcludeTableFilter classes. |
Type | Changes | By |
---|---|---|
786543 - NULL primitive values incorrectly returned as zero (0). | ||
Fix Oracle CLOB values incorrectly returned as NULL. |
No changes in this release.