Menu

dbunit Merge Request #37: ITableFilter.addTable[s]() functions implemented. (merged)

Merging...

Merged

Something went wrong. Please, merge manually

Checking if merge is possible...

Something went wrong. Please, merge manually

Hans Deragon wants to merge 1 commit from /u/deragon/dbunit/ to master, 2017-12-10

The following member functions were implemented in ITableFilter to easily
allow the addition of tables/table names to the filters:

addTable(ITable table)
addTables(Collection<itable> tables)
addTables(IDataSet dataSet)</itable>

Affected concrete filters are:

PrimaryKeyFilter
DefaultTableFilter
ExcludeTableFilter
IncludeTableFilter
SequenceTableFilter

Commit Date  
[405e6c] (dataset-filter-addtables) by Hans Deragon Hans Deragon

ITableFilter.addTables functions implemented.

The following member functions were implemented in ITableFilter to easily
allow the addition of tables/table names to the filters:

addTable(ITable table)
addTables(Collection<ITable> tables)
addTables(IDataSet dataSet)

Affected concrete filters are:

PrimaryKeyFilter
DefaultTableFilter
ExcludeTableFilter
IncludeTableFilter
SequenceTableFilter

2017-11-06 01:43:40 Tree

Discussion

  • Jeff Jensen

    Jeff Jensen - 2017-11-15

    Thanks Hans.

    I will merge this in the near future, after fixing current build and runtime problems.

     
  • Andrew Landsverk

    Hans, I created tracker #212 and I will be merging this shortly! It will be in release 2.6.0. Thanks again!

     
  • Andrew Landsverk

    • Status: open --> merged
     

Log in to post a comment.

MongoDB Logo MongoDB