Menu

dbunit Merge Request #49: Fix bug #431 - case-insensitive column names (merged)

Merging...

Merged

Something went wrong. Please, merge manually

Checking if merge is possible...

Something went wrong. Please, merge manually

Lorentz Aberg wants to merge 1 commit from /u/lorentzforces/dbunit/ to master, 2020-02-23

Fixes issue when if a column is encountered twice in different rows with different casing, a null value would be inserted in the second row.

Wasn't sure what your policy on squashing is, so I left the commits unsquashed - I can easily do so if you like.

Commit Date  
[e3f440] (431-column-sensing-casing) by Lorentz Aberg Lorentz Aberg

B431 Fix nulls being inserted from inconsistent column casing

Fix an issue where a column name with different casing from the first
usage of that column would insert a null value, instead of correctly
considering the columns to be case-insensitively equivalent.

2019-04-20 22:17:44 Tree

Discussion

  • Jeff Jensen

    Jeff Jensen - 2019-04-22

    Thank you.

    Yes, please squash them since don't see need to keep separate.

    Please check the dev guide for any other needs - e.g. updating changes.xml.

     
  • Lorentz Aberg

    Lorentz Aberg - 2019-04-28

    Updated the merge request.

    • Squashed commits
    • Added entry to changes.xml and added myself under contributors in the main java project pom.xml.
     
  • Jeff Jensen

    Jeff Jensen - 2020-02-23

    Thank you very much!
    (apologies for the delay)

     
  • Jeff Jensen

    Jeff Jensen - 2020-02-23
    • Status: open --> merged
     

Log in to post a comment.

MongoDB Logo MongoDB