Menu

#232 Support filtering out computed columns

(future)
pending
None
5
2021-07-30
2019-04-30
No

There's currently no good way to automatically filter out computed (generated, in JDBC parlance) columns from datasets.

In my case, I want to do this because I extracted some data from a database and then tried to load it into another database, and the load failed because dbUnit tried to insert the computed columns and SQL Server didn't like that very much. So I need a way to filter out the computed columns during extraction.

Merge request to follow.

Discussion

  • Rich DiCroce

    Rich DiCroce - 2019-05-01

    Yes, I'm aware of those, but those don't really solve the problem. I don't want to have to specify a list of columns to exclude, because I just want to exclude every computed column, and the JDBC driver can tell me which columns those are. Also, having an ITable that is filtered isn't enough. I'm not using this for comparison purposes, I'm using it to write a dataset to a flat XML file. So I need the filtered ITable to be part of a IDataSet.

     
  • Jeff Jensen

    Jeff Jensen - 2020-02-23
    • assigned_to: Jeff Jensen
    • Release: 2.7.0 --> (future)
     
  • Jeff Jensen

    Jeff Jensen - 2021-07-30
    • status: open --> pending
     

Log in to post a comment.

MongoDB Logo MongoDB