Skip to content

.limit(x).delete_all does not honor limit #6

Description

I'm not 100% sure if this is a problem with arel or with activerecord, but I think the fault lies with arel. I want to make a batching delete query (cuz I'm deleting a ton of stuff), and so I was going to use the .iimit.delete_all, but it apparently does not work. It looks to be ignoring the limit altogether if it is deleting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions