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

Fix update_all() with default_scope with joins().where(condition_on_joined_table) #8449

Commits on Dec 7, 2012

  1. Make default scope with complex conditions (ie, conditions on joined

    tables) work with update_all. With delete_all we raise an exception.
    Fix delete_all on mysql when you try to update a column that mysql finds
    ambiguous.
    derekkraan committed Dec 7, 2012
    Configuration menu
    Copy the full SHA
    296603b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2012

  1. Fix whitespace.

    derekkraan committed Dec 10, 2012
    Configuration menu
    Copy the full SHA
    48dfb02 View commit details
    Browse the repository at this point in the history