Version | Date | Description |
---|---|---|
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 |
---|---|---|
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 | 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 | 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. | gommma | |
No metadata Tables found Fixes 1628896. Thanks to jeromevdl. | gommma | |
Oracle problem rel 2.4 in createQueryTable Fixes 2356010. | 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. | felipeal | |
When comparing empty tables, column info should be ignored Fixes 2198914. | felipeal | |
Added "constants" for DatabaseOperation wrappers Fixes 2122413. | felipeal | |
ISearchAlgorithm.search returns strongly typed ListOrderedSet instead of a normal Set so that TableDependencyHelper can return tables in correct order. API change. | 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. | 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 | 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. | gommma | |
Remove commons-lang dependency Fixes 2148099. | 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 | 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. | 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. | 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. | 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. | gommma | |
StreamingDataSet.toString() now returning default value rather UnsupportedOperationException. Fixes 1636182. | slecallonnec | |
Performance optimization getColumnIndex() - Implies API change: new method ITableMetaData.getColumnIndex Fixes 1993243. | gommma | |
Support RowFilter on ITable Fixes 1959771. | 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. | gommma | |
Added batchSize as a parameter. | 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. | gommma | |
ReplacementTable - allow fail if value not replaced Fixes 1685474. Thanks to jacobrobertson. | gommma | |
Fixing erroneous logger.error in BytesDataType.typeCast(). Fixes 2009747. | 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 | 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 | 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. | gommma | |
Maven pom.xml updates: Added ciManagement section, added some plugins for reporting | 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. | 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. | rlogiacco | |
Removed redundant and erroneous ERROR logging. Fixes 1925603. | slecallonnec | |
Memory leak. Fixes 1955585. | rlogiacco | |
A warning message is now displayed when rows contain more columns than the first row. | 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. | rlogiacco | |
junit jar-file should be JDK 1.4 compatible Fixes 1955929. | rlogiacco | |
Version 2.2-dev, Java 1.4 compatibility issue Fixes 1475565. | rlogiacco | |
Changed logger.error into logger.debug when the exception can be disregarded. Fixes 1925603. | slecallonnec | |
Fixed issue with CLOB datatype in Derby. Fixes 1806363. Thanks to Brian Atkinson. | slecallonnec |
Type | Changes | By |
---|---|---|
Added SLF4J dependency and logging statements | rlogiacco | |
Removed JUnit dependency on IDatabaseTester implementations Fixes 1897627. | felipeal | |
Created H2 data factory Fixes 1897612. | 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. | 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 | 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. | felipeal | |
XmlDataSetWriter now has a flag to include column's name as comment. | 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. | 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. | 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. | 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 | ||
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. |