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

search()->update() can wipe the entire table #183

Merged
merged 1 commit into from Feb 19, 2015

Commits on Feb 17, 2015

  1. search()->update() can wipe the entire table

    So we better require a fixed DBIx::Class (unfortunately 13.2 is affected by this)
    
    Also don't put 2 now() in one update call to avoid the harmless but still ugly
    warning about possibly corrupt data (I don't see any value in setting the started == finished)
    
    also fix one -in call
    coolo committed Feb 17, 2015
    3
    Copy the full SHA
    3084878 View commit details
    Browse the repository at this point in the history