Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent modification of input array #291

Merged
merged 3 commits into from
Jun 24, 2016

Conversation

jkowens
Copy link
Collaborator

@jkowens jkowens commented Jun 23, 2016

Replaces #92 and fixes #22.

Max Edmands and others added 3 commits June 23, 2016 14:47
Before this commit, if you called #import with an array of
values, activerecord-import would modify that array with
updated_at and created_at timestamps for each row. This
change prevents that from happening.
@zdennis
Copy link
Owner

zdennis commented Jun 24, 2016

👍

@zdennis zdennis merged commit 196f053 into zdennis:master Jun 24, 2016
@zdennis zdennis added the 0.15.0 label Jun 24, 2016
@jkowens jkowens deleted the clone_input_array branch July 11, 2016 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

#import adds timestamps to input array
2 participants