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

Use sanitize instead of quote_value #653

Closed
wants to merge 1 commit into from

Conversation

ianfleeton
Copy link

In Rails master quote_value now only accepts 1 param and aliases
sanitize.

sanitize has existed for a while only accepting 1 parameter
and delegates to connection.quote just as quote_value did so this should
preserve current behaviour (column name was never provided, only nil)
and help future compatibility.

In Rails master quote_value now only accepts 1 param and aliases
sanitize.

sanitize has existed for a while only accepting 1 parameter
and delegates to connection.quote just as quote_value did so this should
preserve current behaviour (column name was never provided, only nil)
and help future compatibility.
@ianfleeton
Copy link
Author

Issue addressed in d7ac3b0

@ianfleeton ianfleeton closed this Dec 3, 2015
@ianfleeton ianfleeton deleted the sanitize branch December 3, 2015 22:42
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.

None yet

1 participant