Skip to content

Conversation

Bounga
Copy link
Contributor

@Bounga Bounga commented Oct 14, 2014

This clarify the fact that #update_all doesn't type-cast passed
values and that these values are written as-is in the SQL DB.

Fix #17242

This clarify the fact that `#update_all` doesn't type-cast passed
values and that these values are written as-is in the SQL DB.

Fix rails#17242

[ci skip]
@Bounga Bounga force-pushed the update_all_doc_clarification branch from 417c9b4 to 531a9d2 Compare October 14, 2014 08:09
@sgrif
Copy link
Contributor

sgrif commented Oct 14, 2014

Thank you. In the future, please add [ci skip] to the commit message of documentation change .

sgrif added a commit that referenced this pull request Oct 14, 2014
[ci skip] Clarify `#update_all` doc about values processing
@sgrif sgrif merged commit e5c4624 into rails:master Oct 14, 2014
@Bounga
Copy link
Contributor Author

Bounga commented Oct 14, 2014

@sgrif yeah I forgot on my first commit that's why I amended it. Sorry about that.

@Bounga Bounga deleted the update_all_doc_clarification branch October 14, 2014 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update_all doesn't translate enum values as expected
2 participants