New exposed functions to handle insert only operations. log_bulk allows to tie and log original changes (the ones to be logged) with their corresponding DB returning structs
Type of change
[x] New feature (non-breaking change which adds functionality)
[x] This change might require a documentation update
How Has This Been Tested?
An new test has been added to simulate usage, based on a pre made Repo.insert_all , passing it out to the new functionlog_bulk.
[x] Local tests
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] My changes generate no new warnings
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
[x] Any dependent changes have been merged and published in downstream modules
Description
New exposed functions to handle insert only operations.
log_bulk
allows to tie and log original changes (the ones to be logged) with their corresponding DB returning structsType of change
How Has This Been Tested?
An new test has been added to simulate usage, based on a pre made
Repo.insert_all
, passing it out to the new functionlog_bulk
.Checklist: