Luc Feys wants to merge 1 commit from /u/lufecir/dbunit/ to master, 2019-03-22
Hello,
I have created a quick fix for the issue with the property for the IDENTITY_COLUMN_FILTER not being found. I fixes both the disabled failing IT and the issue I had in my local environment.
I had first tried a more sophisticated approach with dynamic loading of the properties, which worked in the ITs but not in my local environment.
I hope this is useful.
Regards,
Luc
| Commit | Date | |
|---|---|---|
| 2019-02-26 16:47:46 | Tree |
Thank you for the changes, couple of notes:
InsertIdentityOperationIT.java:
Thanks for your feedback:
Last edit: Luc Feys 2019-03-11
OK, thanks for updating. Please squash them.
Done
Thanks. One more thing, sorry I didn't mention this in prior message - please add an entry to changes.xml for this (let me know if need help on that; dev is me, type is fix, due-to is you; add terse summary to end of description). And squash & rebase master again, please.
Also, when you update the commit, please change the commit message, removing " + implement MR comments" and the # character. Something like: B315: Fix setting PROPERTY_IDENTITY_COLUMN_FILTER
No problem. Updated changes.xml, squashed and changed commit message.
Great, thank you. For changes.xml, please put your new entry as first in the list and add the add terse summary to end of description (something like Fix MSSQL identity column filter).
While you are at it, your branch is still missing commits from master so please rebase (eases my merge process).
done.